.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.login-box-body{
    padding-top: 20px;
    margin-top: 5vh;
}

.btn-primary {
    color: white;
    background: #0b72b8;
    padding: 1% 3%;
    border: #082d2d;
    border-radius: 4px;
    cursor: pointer;
}
button:focus {
    outline: none !important;
}

.btn:hover {
    text-decoration: none;
    /*transform: translateY(-1px);*/
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
#request-password-reset-form{
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#request-password-reset-form input{
    border-radius: 5px;
    box-shadow: none;
    border-color: #d2d6de;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    width: 100%;
}
#request-password-reset-form .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
}

#request-password-reset-form  [type='submit']{
    margin-top: 15px;
    padding: 5px 10px !important;
    min-width: 100px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

#request-password-reset-form  .form-group.has-error input{
    border: 1px solid red;
}
#request-password-reset-form .help-block{
    position: absolute;
    left: 0;
    font-size: 10px;
    bottom: -27px;
    color: red;
}

#request-password-reset-form label{
    margin-bottom: 5px;
    font-size: 12px;
}

