
body {
    background-color: #0B457C;
    background-image: none;
}
.container .box {
    padding: 40px 60px;
}

/* logotipo */
.container-login {
    width: 500px;
    margin-top: 30px;
}
.container-login .box .logo {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-login .box .logo img {
    width: 120px;
}

.container-login .box .title {
    margin-bottom: 20px;
}
.container-login .box .title h3 {
    color: #0B457C;
    font-size: 28px;
}
.group-form.form-field label {
    font-size: 12px;
    font-weight: bold;
}
.group-form.form-field input {
    margin: 0 !important;
    padding-left: 10px !important;
    border-radius: 15px !important;
}
.group-form.form-forgot-password a {
    text-decoration: underline !important;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding-bottom: 0;
}
.container .box form .group-form button {
    background-color: #0B457C;
    border-radius: 20px;
}
.container .box form .group-form button:hover {
    background-color: #0d6dc6;
}
.container .box-footer {
    margin-top: 10px;
}
.container .box-footer p {
    color: grey;
}
.container .box-footer p:last-child {
    margin-top: 25px;
}
