.password-form{
    padding: 0 35px;
}

.p-0{
    padding: 0;
}

.p-0-25{
    padding: 0 25px;
}

.resend-button{
    margin: 0 10px;
}

.font-size-15-px{
    font-size: 15px;
}

.font-size-22-px{
    font-size: 22px;
}

.float-right{
    float: right;
}

#messageCheckEmail{
    font-size: 16px;
    color: limegreen;
}

.text-error{
    color: red;
}

input[type="password"]:focus {
    outline: none !important;
    border:1px solid orange;
    box-shadow: 0 0 4px orange;
}

.highlight-red {
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 4px red;
}
