﻿.popup_content {
    display: block;
    position: fixed;
    top: 21%;
    left: 50%;
    width: 430px;
    height: auto;
    padding: 7px;
    border: 1px solid #f9fbfc;
    background-color: #f9fbfc;
    z-index: 5002 !important;
    border-radius: 10px;
    margin-left: -215px;
}

.content_main {
    width: 344px;
    float: left;
    padding: 43px;
    background: #f9fbfc;
    border-radius: 8px;
}

.popup_main {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 5000 !important;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
}


.popup_content .content_main h3 {
    font: normal 18px/14px Arial;
    color: #000;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0px;
}
    .popup_content .content_main h3 + div {
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .sms_details p {
        font: normal 14px/18px Arial;
        color: #000;
        text-align: center;
        padding: 0;
        margin: 0px;
    }

.sms_details input[type="text"] {            
    background: #fff;
    resize: none;
    margin: 10px 0 0 0;
    height: 30px;
    font: normal 14px/30px Arial;
    color: #000;    
    border: 1px solid #277D9F;
    border-radius: 6px;
    padding: 5px 10px;
    width:200px!important;
}

.sms_details input[type="button"] {
    background: #277d9f;
    color: #fff;
    display: inline-block;
    float: none;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 31px;
    margin: 20px 0 0 0;
    padding: 0px;
    text-shadow: none;
    width: 76px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}
.sms_details div:first-child{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.popup_closebtn {
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 25px;
    height: 25px;
}

    .popup_closebtn div {
        width: 25px;
        height: 25px;
        background-position: -6px -58px;
    }

.sprite-generic {
    background-image: url(../images/sprite_generic_new.png?v=1);
    background-repeat: no-repeat;
}


#email_login,
#sms_verification {
    display: none;
}

.email_login,
.sms_verification {
    display: block !important;
}
    .sms_verification .popup_content {
        
    }
    .sms_verification .popup_closebtn {
       
    }
    .sms_verification h3 {        
        font-size: 22px !important;
        color: #277D9F !important;
    }
    .sms_verification p {
        font-weight: normal !important;
        font-size: 12px !important;
        color: grey !important;        
        text-align: right;        
    }
    .sms_verification input[type=number] {
        margin: 0 !important;
        outline: none;
        text-align: center;
    }
    .sms_verification .sms-input{
        width:100px!important;
        margin: 0!important;
    }
    .sms_verification .sms_details input[type=number] {
        border: 1px solid #277D9F;
        border-radius: 6px;
        padding: 5px 10px;
        font-size: 14px;
        width: 190px !important;
        height: 34px !important;
        text-align: center;
        outline: none;
    }
        .sms_verification .sms-input input[type=button] {
            margin: 0 !important;
            outline: none;
            height: 46px !important;
            width: 100px !important;
            background-color: #11B03E;
            border-radius: 6px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px !important;
        }


#email_login .regForm {
    height: auto;
    width: 100% !important;
}
#email_login div.regForm > .formWrapper {
    width: 100% !important;
    background-color: #f9fbfc!important;
}
#email_login .content_main {
    width: calc( 100% - 40px );
    padding: 20px;
}
#email_login .details {
    width: 100% !important;
}


.sendAgain {
    font-weight: normal !important;
    font-size: 12px !important;
    color: #277D9F !important;    
    margin-top: 5px;
}
    .sendAgain a {
        color: #277D9F !important;
        text-decoration:underline;
        cursor: pointer;
    }
    .regSep {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 20px 0px;
    flex-direction: row;
}

    .regSep .line {
        position: absolute;
        height: 1px;
        background-color: #277D9F;        
        width: 300px;
        top: 50%;
    }

    .regSep .seperator {
        position: relative;
        background-color:#fff;
        padding: 0 10px;
    }

.regForm .submit {
    height: 46px;
    width: 100px;
    background-color: #11B03E;
    border-radius: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}
.sms-input {
    display: flex;
    width: 300px;
    margin: auto;
    justify-content: space-between;
    position:relative;
}

    .sms-input input {
        border: 1px solid #277D9F;
        border-radius: 6px;
        padding: 5px 10px;
        font-size: 16px;
        width: 165px;
        outline:none;
        
    }

        .sms-input input.Err {
            border: 1px solid #cc1e40 !important;
            color: #cc1e40;
        }

            .sms-input input.Err::placeholder {
                color: #f66064;
            }

            .sms-input + .ErrMsg {
                margin: 10px 25px !important;
            }

.login .sms-input + .ErrMsg {
    margin: 10px 5px 0px 5px !important;
}

.regForm .termsAgree {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.regForm > .formWrapper.register{
    position: relative;
}

.regForm .termsAgree {
    margin-top: 15px;
}

.bottomFormText {
    bottom: -40px;
    width: 300px;
    margin: 0px 32px;
    position: absolute;
    color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    .bottomFormText a,
    .bottomFormText span {
        color: white!important;
    }

.loginLink a {
    text-decoration: underline !important;
    cursor: pointer;
}



div.regForm > .formWrapper.login > .details .lastRow {
    height: 38px;
    margin-top: 20px!important;
}
div.regForm > .formWrapper.login > .details .lastRow div.rememberMeContainer {
    margin-top: 25px;
}
#email_login.en div.regForm > .formWrapper.login > .details .lastRow div.rememberMeContainer {
    margin-right: 0;
    width:auto;
}
.regForm > .formWrapper.login > .details .lastRow .rememberMeContainer {
    margin-right: 125px;
    float: right;
}

.regForm > .formWrapper.login > .details .lastRow .rememberMeContainer {
    bottom: 18px;
    display: inline-block;
    position: relative;
    width: 81px;
}
.regForm > .formWrapper.login > .details .lastRow .submit {
    float: right;
    margin-right: 17px;
}

.regForm > .formWrapper.login > .details .lastRow .submit {
    display: inline-block;
    background-position: -310px -994px;
    height: 38px;
    width: 80px;
    cursor: pointer;
}

.formWrapper.login > .details .lastRow .rememberMeContainer > span {
    float: right;
    margin-right: 5px;
    font-size: 12px;
    line-height: 22px;
}

.regForm > .formWrapper.login > .details .lastRow .rememberMeContainer > span {
    position: relative; 
}
div.regForm > .formWrapper.login > .details .forgatPass {
    margin-right: 15px;
}
#email_login.he div.regForm > .formWrapper.login > .details .forgatPass {
    margin-left: 85px !important;
}
div .regForm > .formWrapper.login > .details .forgatPass {
    margin-top: 3px;
    font-size: 12px;
}

.regForm > .formWrapper.login > .details .forgatPass {
    display: block;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.formWrapper.login button {
    background-color: #e3e3e3;
    color: #505b5f;
    width: 300px !important;
    height: 50px;
    outline: none;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
}
.regForm > .formWrapper.login > .details {
    width: 300px!important;
}

.formWrapper.login button + div {
    display: none;    
}
.regForm > .formWrapper.login {
  position:relative;
}
.registerLink a{
    text-decoration:underline;
    cursor:pointer;

}

.he .codeErr {
    position:absolute;
   
    width:212px;
    padding: 20px 0px 0px 0px;
    text-align: center;
    color: #cc1e40;
    font-size: 12px;
    font-weight: bold;
    display: none;
}
.en .codeErr {
    position: absolute;
    width: 212px;
    padding: 20px 0px 0px 0px;
    text-align: center;
    color: #cc1e40;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.en.mobile-loader{
    right:0;
    left:auto;
}

.token-loader,
.mobile-loader {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
    width: 100px;
}
    .token-loader img,
    .mobile-loader img {
        width: 30px;
        height: 30px;
    }



.disableFasbook {
    background-position: -70px -61px!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

