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

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

.popup_otp_numbers {
    width: 100%;
    float: right;
    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_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 {
    color: #fff;
    background-color: transparent;
}

.registration_btn:hover {
    color: #fff;
    background-color: #1d1d1b;
}

.registration_btn:focus {
    color: #fff;
    background-color: #1d1d1b;
}

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

.popup_otp_title {
    float: left;
    width: 100%;
    margin-right: 0%;
    line-height: 1.2em;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
    direction: rtl;
}

.popup_otp_title_send_again {
    float: left;
    width: 100%;
    margin-right: 0%;
    line-height: 1.2em;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    margin-bottom: 1px;
    margin-top: 10px;
    direction: rtl;
}

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

.popup_otp_field #otp_phone {
    float: right;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    border: 1px solid #999 !important;
    line-height: 1em;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
    -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%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    border: 1px solid #999 !important;
    line-height: 1em;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
    -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;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    clear: none;
    height: auto;
    margin-top: 0px;
}

.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_send_button {
    float: left;
    width: 100%;
}

#Button1 {
    float: left;
    width: 100%;
}

.popup_otp_btn {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    margin: 0 !important;
    border: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1em;
}

.popup_otp_btn {
    color: #fff;
    background-color: #000;
}

.popup_otp_btn:hover {
    color: #fdb813;
    background-color: #000;
}

.popup_otp_btn:focus {
    width: 100%;
    float: left;
    text-align: center !important;
    cursor: pointer;
    font-size: 16px;
    color: #fff!important;
    margin: 0 !important;
    border: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1em;
}

.registration_btn {
    width: 48%;
    float: right;
    text-align: center;
    cursor: pointer;
    font-size: 16px !important;
    color: #1d6bff;
    margin: 0 !important;
    border: 0;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1em;
    border: 1px solid #1d1d1b
}

.popup_otp_send_again {
    float: right;
    font-size: 17px;
    font-weight: 700;
    color: #d00e38;
    text-align: center;
    line-height: 1em;
    width: 100%;
    text-decoration: underline !important;
    direction: rtl;
    box-sizing: border-box;
    background-color: #fff;
    border: 0
}

.popup_otp_send_again:hover {
    color: #000;
}

.popup_otp_customer_logout {
    float: left;
    width: auto;
    clear: none;
    font-size: 14px;
    font-weight: 400;
    color: #CC0000;
    text-align: left;
    line-height: 1.8em;
    width: 100%;
    text-decoration: underline;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.popup_otp_forgot_password:hover {
    color: #575757;
}

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

.overlay_login {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 100000 !important;
    -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%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    visibility: hidden;
    z-index: 100000 !important;
    -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;
}

.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, 0.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: rtl;
}

.overlay_login:target + .popup_otp {
    height: 300px
}

@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;
    }
}
