.back-to-login {
    text-align: right;
    font-size: 15px;
    padding: 5px 0 5px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.forgotpassword-tittle {
    font-size: 20px;
    font-weight: bold;
}

#forgot-email-field, #forgot-userid-field, #forgot-business-registation-field, 
#enter-password-field, #confirm-password-field {
	width: 400px !important;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ddd; 
    margin-bottom: 6px;
}

.words-infor {
    font-size: 16px;
    padding-bottom: 20px;
}

.error-msg{
    font-size: 16px;
    color: red;
}

.back-to-login:hover {
    opacity: 0.5;
}

#login-box-xl.reset-pass-box {
    height: 80%;
}

#blurb-forgot {
    width: 320px;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
    text-align: center;
}


.extra-msg{
    text-align: center;
}

#motd-wrapper-forgot {
    /*background: cornsilk;*/
    float: right;
    width: 270px;
    height: 25%;
    /*height: 300px !important;*/
    padding: 0 25px 0 50px;
    border-left: solid 1px #eee;
    font-size: 14px;
    line-height: 20px;
    overflow-y: auto;
}