body{
    background: #2a2aba;
    color: white;
    padding-top: 0px;
}

div.mindohod-logo{
    margin: 20px auto 10px auto;
}

div.logo{
    margin-right: 0px;
}

div.logo span.beta{
    top: 0px;
}

#loginBlock{
    text-align: center;
}
#loginForm, #notificationArea{
    width: 300px;
    display: inline-block;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    background: #251C7F;
    box-shadow: inset 0px 0px 2px #2a2a2a;
    margin-top: 20px;
}

#loginForm div.pass-group input{
    padding-right: 30px;
}

#loginForm div.pass-group{
    position: relative;
}

#loginForm div.pass-group span.eye{
    position: absolute;
    top: 4px;
    right: 6px;
    color: #555555;
    display: block;
    padding: 3px 5px;
    cursor: pointer;
}

#loginForm div.pass-group span.eye:hover{
    color: black;
}

#loginForm textarea{
    resize: vertical;
}

div.copy{
    margin-top: 40px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: silver;
}
div.copy a{
    color: #fef500;
}