body {
    position: static;
    font-family: 'centralesansthin', sans-serif, Arial, Verdana, "Trebuchet MS";
}

#container-auth {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    width: 500px;
    height: 370px;
    background-color: #F4F7FC;
}

#form-auth-forget-password {
    margin: 30px auto;
    color: #012754;
    width: 430px;
}

#form-auth-forget-password label{
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}

#form-auth-forget-password input[type="text"], #form-auth-forget-password input[type="password"] {
    border: 1px solid #E5E8EF;
    height: 50px;
    width: 100%;
}

#form-auth-forget-password input[type="submit"] {
    border: none;
    background-color: #05B4C7;
    color: #ffffff;
    width: 140px;
    height: 50px;
    float: right;
}

#form-auth-forget-password .forget-link {
    text-decoration: underline;
    color: #012754;
    font-size: 16px;
    float: left;
    margin-top: 15px;
}

#ttlogo-auth {
    position: absolute;
    top:-85%;
    bottom: 0;
    left: -55%;
    right: 0;
    margin: auto;
    width: 303px;
    height: 50px;
}

#ttlogo-bg1 {
    position: absolute;
    top:0;
    bottom: -10%;
    left: -55%;
    right: 0;
    margin: auto;
    width: 159px;
    height: 191px;
}

#ttlogo-bg2 {
    position: absolute;
    top:-20%;
    bottom: 0;
    left: 0;
    right: -55%;
    margin: auto;
    width: 184px;
    height: 148px;
}



@media only screen and (max-width : 480px) {
    #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1, 
    .recaptchatable .recaptcha_r3_c1, 
    .recaptchatable .recaptcha_r3_c2, 
    .recaptchatable .recaptcha_r7_c1, 
    .recaptchatable .recaptcha_r8_c1, 
    .recaptchatable .recaptcha_r3_c3, 
    .recaptchatable .recaptcha_r2_c1, 
    .recaptchatable .recaptcha_r4_c1, 
    .recaptchatable .recaptcha_r4_c2, 
    .recaptchatable .recaptcha_r4_c4, 
    .recaptchatable .recaptcha_image_cell {

    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
    }
}