﻿#otp_getCode_form_container,.popup_otp_numbers {
    width: 100%;
    float: right
}

.popup_otp_field #otp_phone,.popup_otp_field #userPass {
    line-height: 1em;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
    box-sizing: border-box;
    display: inline-block
}

.overlay_login,.popup_otp {
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: 100000!important
}

.popup_otp_number_container {
    width: 100%;
    float: right;
    margin-top: 0;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center
}

.popup_otp_numbers {
    margin-top: 10px;
    display: inline-block;
    text-align: center
}

.popup_otp_number {
    width: 40px;
    float: none;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

.popup_otp_title,.popup_otp_title_send_again {
    float: left;
    margin-right: 0;
    line-height: 1.2em;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    direction: ltr
}

.popup_otp_number input {
    width: 40px;
    height: 50px;
    text-align: center;
    padding: 0!important;
    border: 1px solid #000;
    border-radius: 3px
}

.popup_otp_send_button input.selected {
    color: red
}

.close_popup_otp {
    background-color: #d00e38
}

.close_popup_otp:hover {
    background-color: #000
}

.registration_btn {
    background-color: transparent
}

.popup_otp_customer_logout:hover,.popup_otp_send_again:hover,.registration_btn:focus,.registration_btn:hover {
    color: #000
}

.popup_otp_container {
    float: left;
    height: auto;
    width: 100%;
    padding: 30px 30px 20px;
    box-sizing: border-box
}

.popup_otp_title {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px
}

.popup_otp_title_send_again {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    margin-bottom: 1px
}

.popup_otp_field {
    float: right;
    width: 100%;
    margin-bottom: 12px
}

.popup_otp_field #otp_phone {
    float: right;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    border: 1px solid #999!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center
}

.popup_otp_field #otp_phone:focus {
    color: #000!important
}

.popup_otp_field #userPass {
    float: right;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    border: 1px solid #999!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.popup_otp_field #userPass:focus {
    color: #000!important;
    border: 1px solid #000
}

.popup_otp_checkbox_container {
    float: right;
    width: 100%;
    margin-top: 14px
}

.popup_otp_checkbox {
    float: right;
    width: 20px;
    clear: none;
    height: auto;
    margin: 0 0 0 10px
}

.popup_otp_checkbox input {
    float: right;
    width: 20px;
    height: 20px
}

.popup_otp_checkbox_title {
    float: right;
    width: auto;
    clear: none;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: right;
    margin-top: 1px
}

.popup_otp_btn,.popup_otp_btn:focus {
    float: left;
    font-size: 21px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    width: 100%
}

.popup_otp_btn,.popup_otp_btn:focus,.registration_btn {
    cursor: pointer;
    margin: 0!important
}

#Button1,.popup_otp_send_button {
    float: left;
    width: 100%
}

.popup_otp_btn {
    text-align: center;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1em;
    color: #fff;
    background-color: #000
}

.popup_otp_send_again,.registration_btn {
    float: left;
    text-align: center
}

.popup_otp_btn:hover {
    color: #fdb813
}

.popup_otp_btn:focus {
    text-align: center!important;
    color: #fff!important;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1em
}

.registration_btn {
    width: 100%;
    font-size: 17px!important;
    color: #1273eb;
    border: 1px solid #1273eb;
    text-decoration: underline!important
}

.popup_otp_send_again {
    font-size: 17px;
    font-weight: 700;
    color: #d00e38;
    width: 100%;
    text-decoration: underline!important;
    direction: ltr;
    box-sizing: border-box;
    background-color: #fff;
    border: 0
}

.popup_otp_customer_logout,.popup_otp_customer_logout:hover {
    float: left;
    clear: none;
    font-size: 14px;
    text-align: left;
    line-height: 1.8em;
    width: 100%;
    text-decoration: underline;
    margin: 15px 0;
    font-weight: 400
}

.popup_otp_customer_logout {
    color: #c00
}

.popup_otp_forgot_password:hover {
    color: #575757
}

.overlay_login {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    cursor: default;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.overlay_login:target {
    visibility: visible;
    opacity: 1
}

.popup_otp {
    background-color: #fff;
    display: inline-block;
    left: 50%;
    text-align: justify;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .5s,top .5s;
    -moz-transition: opacity .5s,top .5s;
    -ms-transition: opacity .5s,top .5s;
    -o-transition: opacity .5s,top .5s;
    transition: opacity .5s,top .5s
}

.overlay_login:target+.popup_otp {
    opacity: 1;
    visibility: visible;
    z-index: 1000000000000000000!important;
    height: 300px
}

.close_popup_otp {
    height: 30px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 30px;
    right: 5px;
    border-radius: 50%
}

.close_popup_otp:before {
    color: rgba(255,255,255,.9);
    content: "x";
    font-size: 25px
}

.response_from_server {
    float: right;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #8a0000;
    text-align: center;
    margin-top: 10px;
    line-height: 1.2em;
    direction: ltr
}

@media all and (min-width: 1438px) {
    .popup_otp {
        width:350px
    }

    .overlay_login:target+.popup_otp {
        top: 380px;
        width: 350px
    }
}

@media (max-width: 1439px) and (min-width:769px) {
    .popup_otp {
        width:350px
    }

    .overlay_login:target+.popup_otp {
        top: 380px;
        width: 350px
    }
}

@media (max-width: 768px) and (min-width:481px) {
    .popup_otp {
        width:350px
    }

    .overlay_login:target+.popup_otp {
        top: 380px;
        width: 350px
    }
}

@media (max-width: 480px) and (min-width:319px) {
    .popup_otp {
        width:320px
    }

    .overlay_login:target+.popup_otp {
        top: 280px;
        width: 300px
    }
}

@media all and (max-width: 320px) {
    .popup_otp {
        width:320px
    }

    .overlay_login:target+.popup_otp {
        top: 280px;
        width: 300px
    }
}
