body,
.mdl-layout__content,
.olvidarclave {
    background: rgb(245, 248, 250);
}

.newLogin .form-style input[type='text'] {
    border: 0;
    height: 50px;
    border-radius: 0;
    border-bottom: 1.5px solid #ebebeb;
    caret-color: var(--openhr-primary-color);
}

.newLogin .form-style input[type='text']:focus {
    border-bottom: 1.5px solid #ffab60;
    box-shadow: none;
    outline: 0;
    background-color: #E8F0FE;
}

input[type='submit'] {
    height: 45px;
}

input[type='submit']:hover {
    background-color: #ffab60;
    border-color: #ffab60;
}

.btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
    border: 0 !important;
}

.newLogin .form-control {
    padding: 10px;
    padding-left: 35px;
    font-weight: 600;
    transition: .2s;
}

.newLogin .form-group.pb-3 i {
    position: relative;
}

.newLogin .form-group.pb-3 i:before {
    position: absolute;
    top: 22px;
    left: 12px;
    color: #6c757d;
    font-size: 16px;
}

.newLogin span {
    line-height: 0;
}

.newLogin .btnEnviarForm {
    box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 50rem !important;
    background-color: #091e35 !important;
    border-color: #091e35 !important;
}

.newLogin .btnEnviarForm:hover {
    background-color: var(--openhr-primary-color) !important;
    border-color: var(--openhr-primary-color) !important;
    color: white;
}