@font-face {
    font-family: "Gotham Book";
    src: url("../fonts/Gotham-Book.otf");
}

@font-face {
    font-family: "Gotham Medium";
    src: url("../fonts/Gotham-Medium.otf");
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#CCCCCC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#CCCCCC;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#CCCCCC;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#CCCCCC;
}


@media only screen and (max-width: 375px) {
    .logo {
        background: url(/oauth/static/images/logo.png) no-repeat;
        background-size: 2.133333rem 2.08rem;
    }

    .img_wrong {
        background: url(/oauth/static/images/Shape.png) no-repeat;
        background-size: 0.4rem 0.346667rem;
    }

    .img_wrong_ar {
        background: url(/oauth/static/images/Shape.png) no-repeat;
        background-size: 0.4rem 0.346667rem;
        background-position-x: right;
        background-position-y: bottom;
    }

    .img_facebook {
        background: url(/oauth/static/images/Facebook.png) no-repeat;
        background-size: 1.333333rem 1.333333rem;
    }

    .img_google {
        background: url(/oauth/static/images/Google.png) no-repeat;
        background-size: 1.333333rem 1.333333rem;
    }
}

@media only screen and (min-width: 376px) {
    .logo {
        background: url(/oauth/static/images/logo@2x.png) no-repeat;
        background-size: 2.133333rem 2.08rem;
    }

    .img_wrong {
        background: url(/oauth/static/images/Shape@2x.png) no-repeat;
        background-size: 0.4rem 0.346667rem;
    }

    .img_wrong_ar {
        background: url(/oauth/static/images/Shape@2x.png) no-repeat;
        background-size: 0.4rem 0.346667rem;
        background-position-x: right;
        background-position-y: bottom;
    }

    .img_facebook {
        background: url(/oauth/static/images/Facebook@2x.png) no-repeat;
        background-size: 1.333333rem 1.333333rem;
    }

    .img_google {
        background: url(/oauth/static/images/Google@2x.png) no-repeat;
        background-size: 1.333333rem 1.333333rem;
    }
}


.logo {
    width: 2.133333rem;
    height: 2.08rem;
    text-align: center;
    margin: 0.533333rem auto 0 auto;
}

.message {
    width: 8.933333rem;
    margin: 0.133333rem auto;
    /* margin-bottom: 0.4rem; */
    text-align: center;
    font-size: 14px;
    line-height: 0.533333rem;
    font-family: Gotham Book;
    color: #343434;
}

.message_ar {
    width: 8.933333rem;
    margin: 0.133333rem auto;
    /* margin-bottom: 0.4rem; */
    text-align: center;
    font-size: 14px;
    line-height: 0.533333rem;
    font-family: Gotham Book;
    color: #343434;
    direction: rtl;
}

.form {
    width: 8.933333rem;
    margin: 0.533333rem auto;
}

.form input {
    -webkit-appearance: none;
    background: #FFFFFF;
}

.form .email{
    width: 7.733333rem;
    /* height: 0.8rem; */
    line-height: 0.8rem;
    border:1px solid #E6E6E6;
    border-radius: 5px;
    outline: 0;
    padding-left: 1.2rem;
    font-size: 14px;
    margin-bottom: 0.266667rem;
    font-family: "Gotham Book";
    background: url(/oauth/static/images/email2x.png) no-repeat;
    background-position: 0.426667rem;
    background-size: 0.48rem 0.373333rem;
}

.form .email_ar{
    width: 7.733333rem;
    /* height: 0.8rem; */
    line-height: 0.8rem;
    border:1px solid #E6E6E6;
    border-radius: 5px;
    outline: 0;
    padding-right: 1.2rem;
    font-size: 14px;
    margin-bottom: 0.266667rem;
    font-family: "Gotham Book";
    background: url(/oauth/static/images/email2x.png) no-repeat;
    background-position: 8.16rem;
    background-size: 0.48rem 0.373333rem;
    direction: rtl;
}

.form .password{
    width: 7.733333rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border:1px solid #E6E6E6;
    border-radius: 5px;
    outline: 0;
    padding-left: 1.2rem;
    font-size: 14px;
    margin-bottom: 0.266667rem;
    font-family: "Gotham Book";
    background: url(/oauth/static/images/lock2x.png) no-repeat;
    background-position: 0.426667rem;
    background-size: 0.48rem 0.48rem;
}

.form .password_ar{
    width: 7.733333rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border:1px solid #E6E6E6;
    border-radius: 5px;
    outline: 0;
    padding-right: 1.2rem;
    font-size: 14px;
    margin-bottom: 0.266667rem;
    font-family: "Gotham Book";
    background: url(/oauth/static/images/lock2x.png) no-repeat;
    background-position: 8.16rem;
    background-size: 0.48rem 0.48rem;
    direction: rtl;
}

.code{
    width: 8.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border:1px solid #E6E6E6;
    padding-left: 0.266667rem;
    border-radius: 5px;
    outline: 0;
    font-size: 14px;
    font-family: "Gotham Book";
}

.loginBtn {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    font-family: "Gotham Medium";
    color: #fff;
    background: #D0021B;
    line-height: 1.066667rem;
    border-radius: 25px;
    text-align: center;
}

.changeBtn {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    font-family: "Gotham Medium";
    color: #D0021B;
    background: #FFFFFF;
    border: 1px solid #D0021B;
    line-height: 1.066667rem;
    border-radius: 25px;
    text-align: center;
    margin-top: 1.546667rem;
    margin-bottom: 0.533333rem;
}

.resendBtn {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    font-family: "Gotham Medium";
    color: #D0021B;
    background: #FFFFFF;
    border: 1px solid #D0021B;
    line-height: 1.066667rem;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 0.533333rem;
}

.resendBtn_gray {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    font-family: "Gotham Medium";
    color: #CCCCCC;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    line-height: 1.066667rem;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 0.533333rem;
}

.reset_success {
    display: inline-block;
    /* width: 284px; */
    font-size: 14px;
    font-family: "Gotham Medium";
    color: #FFFFFF;
    background: gray;
    line-height: 0.426667rem;
    border-radius: 25px;
    text-align: center;
    padding: 0.346667rem 0.88rem;
    word-break: break-word;
}

.resetLog {
    align: center;
}

.test {
    text-align: right;
}

.test_ar {
    text-align: left;
}

.wrong {
    _height:0.4rem;
    min-height:0.4rem;
    text-align: center;
    margin: 0.266667rem auto 0.133333rem auto;
}

.wrong_ar {
    _height:0.4rem;
    min-height:0.4rem;
    text-align: center;
    margin: 0.266667rem auto 0.133333rem auto;
    direction: rtl;
}

.img_wrong {
    color: #F39B63;
    font-size: 14px;
    font-family: "Gotham Book";
    width: 6.88rem;
    text-align: center;
    line-height: 0.4rem;
    margin: 0.266667rem auto 0.133333rem auto;
    padding-left: 0.56rem;
    display:none;
}

.img_wrong_ar {
    color: #F39B63;
    font-size: 14px;
    font-family: "Gotham Book";
    width: 6.88rem;
    text-align: center;
    line-height: 0.4rem;
    margin: 0.266667rem auto 0.133333rem auto;
    padding-right: 0.56rem;
    display:none;
}

.forget {
    font-size: 14px;
    font-family: "Gotham Book";
    color: #343434;
}

.back {
    margin: 0.8rem auto;
    text-align: center;
}

.sign_in {
    font-size: 16px;
    font-family: "Gotham Book";
    line-height: 0.373333rem;
    color: #343434;
}

a:hover{
    cursor: pointer;
}


.other {text-align: center;margin-top: 0.2rem;}
.other .line {display: inline-block;width: 2.4rem;border-top: 1px solid  #ccc;height: 1px;background: #ECECEC;}
.other .txt {color: #CCCCCC;vertical-align: middle;font-size: 14px;font-family: "Gotham Medium";}

.images {/* text-align: center; */width: 8.933333rem;margin: 0.266667rem auto 0 auto;}

.img_facebook {
    margin: 0.4rem 2.24rem 0 1.866667rem;
}

.img_google {
    margin-top: 0.4rem;
}

.images label {
    width: 1.333333rem;
    height: 1.333333rem;
    display: block;
    float: left;
}

.images label:hover{
    cursor: pointer;
}

#third {
    text-align: center;
    line-height: 0.293333rem;
}

#third img {
    width: 1.6rem;
    height: 1.6rem;
}

#third p {
    font-family: "Gotham Book";
    font-size: 14px;
    line-height: 0.48rem;
    color: #343434;
    margin-top: 0.293333rem;
}

.ar {
    direction: rtl;
}


