/* form style */

.input-error{
    margin: 5px 5px;
    color:red;
    font-size: 12px;
    font-weight: 500;
    padding-left: 6px;
    display: block;
}

.form-btn{
    margin-top:25px;
}
.form-message{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #eccfe8;
    padding: 15px;
    text-align: center;
    display: none;
}
.form-msg-text{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #064b75;
    margin-bottom: 20px;
}
.par-txt{
    color: #732f6b;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}