.password-reset-block{ margin: auto;}
.password-reset-title{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    margin-bottom: 15px;
}

.password-reset-subject{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    max-width: 380px;
    margin: 0 auto 30px;

}
#password-reset-input{
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    /*-webkit-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.2);*/
    /*box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.2);*/
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: 44px;
    text-indent: 15px;
    max-width: 380px;
    color: white;
    margin: 0 auto 30px;
    background-color: transparent;
}

.reset-password-submit-button{
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    height: 60px;
    width: 100%;
    cursor: pointer;
    max-width: 380px;
    margin: 0 auto;
}

.reset-password-submit-button:hover{
    border-radius: 60px;
    background-color: #FFFFFF;
    color: #4DB6FF;
}

.password-reset-block{
    height: 342px;
    width: 440px;
    border-radius: 8px;
    background-color: #4DB6FF;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    padding: 30px 15px;
}

.password-reset-wrapper{
    /*height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#password-reset-modal .modal-dialog,#password-reset-modal  .modal-content {
     height: auto;
}

#password-reset-input::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    /*padding: 10px 0 12px 15px;*/
    text-indent: 12px;
    height: inherit;
}

#password-reset-input:-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit;

}

#password-reset-input::-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit;

}

#password-reset-input::placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit;

}