/*BODY*/
body {
    background: #004a88;
    font-family: 'Lato', sans-serif;
}

.loginBox {
    width: 55%;
    margin-top: 200px;
    background-color: #f5f1ec;
    padding: 30px 0px 20px 0px;
    text-align: center;
    border-radius: 3px;
}

@media (max-width: 767px) {

    .loginBox {
        margin-top: 100px;
        width: 100%;
        background-color: #f5f1ec;
        padding: 30px 0px 20px 0px;
        text-align: center;
        border-radius: 3px;
    }

}