﻿

/*ravi login css*/

.modalPopup_Error .incorect-login-title {
    font-size: 44px;
    margin-bottom: 0;
    font-family: AvenirNextLTPro-Demi;
    line-height: 48px;
}


.forgot-user-name {
    padding: 3px 0;
}

.user-suport {
    line-height: 24px;

}

.back-to-sign-btn a:hover {
    color: #fff;
}


/* login placeholder style added */


@media screen and (min-width:320px) and (max-width:640px) {
    /*#ColumnLeft {
        margin-top: 0;
    }

    .login-page {
        width: 100%;
        padding: 42px 34px 47px;
    }*/

     .login-page .title {
        font-size: 20px;
     }

    .errorValidation {
        font-size: 12px;
    }

    #ColumnLeft.forgot-user-name-details, #ColumnLeft.forgot-password-page {
        padding: 42px 34px 40px 34px;
    }

    .login-page .login-title, .modalPopup_Error .incorect-login-title {
        font-size: 30px;
    }
}

