#lostPassword button{
    opacity: 1 !important;
    text-shadow: 0px 1px 2px #00000063;
    color: #fff;
    background: blue;
    font-size: 16px;
    font-weight: 800;
    transition: .3s all ease;
    text-transform: uppercase;
    border: 1px blue solid;
}

#lostPassword button:hover{
  text-decoration: none;
  background: #fff;
  color: #454B57;
  border: 1px #454B57 solid;
  text-shadow: none;
  transition: .3s all ease;
}

#passwordConfirm section{
    padding: 150px 0 150px
}

#resetPassword .form-row-first ,
#resetPassword .form-row-last{
    width: 100%;
    float: none;
    margin-right: 0;
}

#resetPassword .password-input{
    width: 100%;
}

#resetPassword button{
    opacity: 1 !important;
    text-shadow: 0px 1px 2px #00000063;
    color: #fff;
    background: blue;
    font-size: 16px;
    font-weight: 800;
    transition: .3s all ease;
    text-transform: uppercase;
    border: 1px blue solid;
}

#resetPassword button:hover{
  text-decoration: none;
  background: #fff;
  color: #454B57;
  border: 1px #454B57 solid;
  text-shadow: none;
  transition: .3s all ease;
}