.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.terms-heading {
    color: #44597c;
    font-family: Poppins-Medium;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}

.terms-subheading {
    color: #555555;
    font-family: Poppins-Regular;
    font-weight: bold;
    font-size: 14px;
    margin-top: 9px;
}

.terms-text {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 19px;
    color: #8d8c8c;
    margin-top: 7px;
}

#fh5co-wrap {
    /*z-index: 89;*/
    position: relative;
    float: left;
    width: 100%;
    background: #f5f5f5;
}

#loginpage {
    position: relative;
    overflow: hidden;
    margin-top: 150px;
    margin-bottom: 80px;
    background-color: #ffffff;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    padding: 0px;
    /*background-image: url(../../img/home-images/loginimage_left.jpg), url(../../img/home-images/loginimage.png);*/
    background-image: url(../jpg/loginimage_left.jpg);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 36%, 39%;
    border-radius: 15px;
}

#loginpage .container_login .half {
    float: none;
    padding: 30px 0px 90px 0px;
    width: 360px;
    margin: 0 auto;
}

#loginpage .container_login .half.bg {

}

#loginpage .container_login h1 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 23px;
    text-align: center;
    text-indent: 6px;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #f06b7c;
}

#loginpage.container_login .tabs {
    width: 100%;
    margin-bottom: 29px;
    border-bottom: 1px solid #d9d9d9;

}

#loginpage .container_login .tabs .tab {
    margin: 0 auto;
    display: block;
    width: 85px;
    margin-bottom: -1px;
    padding: 20px 15px 10px;
    /*cursor: pointer;*/
    letter-spacing: 0;
    /* border-bottom: 1px solid transparent;*/
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.1s ease-in-out;
}

#loginpage.container_login .tabs .tab a {
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    color: #d9d9d9;
    transition: all 0.1s ease-in-out;
    border-bottom: none;
    outline: none;
}

#loginpage .container_login .tabs .tab.active a, body .container_login .tabs .tab:hover a {
    color: #263238;
    border-bottom: none;
    outline: none;

}

#loginpage .container_login .tabs .tab.active {
    /* border-bottom: 1px solid transparent;*/
}

#loginpage .container_login .tabs .tab.active a {
    border-bottom: 2px solid #f06b7c
}

#loginpage .container_login .content form {
    position: relative;
    /*min-height: 310px;*/
    min-height: 210px;
    margin-top: 22px;
}

#loginpage .container_login .content label:first-of-type, #loginpage .container_login .content input:first-of-type, #loginpage .container_login .content .more:first-of-type {
    -moz-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
    -webkit-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
    animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
}

#loginpage .container_login .content label:nth-of-type(2), #loginpage .container_login .content input:nth-of-type(2), #loginpage .container_login .content .more:nth-of-type(2) {
    -moz-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
    -webkit-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
    animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
}

#loginpage .container_login .more {
    text-align: right
}

#loginpage .container_login .content label:nth-of-type(3), #loginpage .container_login .content input:nth-of-type(3), #loginpage .container_login .content .more:nth-of-type(3) {
    -moz-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
    -webkit-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
    animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
}

#loginpage .container_login .content label {
    font-size: 12px;
    color: #263238;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#loginpage .container_login .content label:not([for='remember']) {
    /*display: none;*/
}

#loginpage .container_login .content input.inpt {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 30px;
    padding: 5px 13px;
    color: #999999;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    box-shadow: none;
}

#userEmail {
    margin-top: 30px;
}

#loginpage .container_login .content input.inpt::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: 'Lato', sans-serif;
}

#loginpage .container_login .content input.inpt:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: 'Lato', sans-serif;
}

#loginpage .container_login .content input.inpt::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: 'Lato', sans-serif;
}

#loginpage .container_login .content input.inpt:-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: 'Lato', sans-serif;
}

#loginpage .container_login .content input.inpt:focus {
    border-color: #999999;
}

#bG9naW5CdG4:hover, #bG9naW5CdG4[disabled] {
    background-color: #263238;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#bG9naW5CdG4:focus {
    outline: none;
}

#bG9naW5CdG4 {
    font-size: 12px;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #f06b7c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

#loginpage .container_login .content .checkbox {
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0;
    height: 0;
    margin: 17px -1px;
    padding: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
}

#loginpage .container_login .content .checkbox + label {
    vertical-align: middle;
    display: inline-block;
    width: 50%;
}

#loginpage .container_login .content .checkbox + label:before {
    content: "\A";
    color: #333333;
    font-family: Verdana;
    font-weight: bold;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #666;
    width: 11px;
    height: 11px;
    margin: -2px 8px 0 0;
    cursor: pointer;
}

#loginpage .container_login .content .checkbox:checked + label:before {
    content: "✓";
}

#loginpage .container_login .content .submit-wrap {
    position: absolute;
    top: 70%;
    width: 100%;
    margin-top: 13px;
}

#loginpage .container_login .content .submit-wrap a {
    font-size: 12px;
    display: block;
    margin-top: 20px;
    text-align: right;
    text-decoration: none;
    color: #999999;
}

#loginpage .container_login .content .submit-wrap a:hover {
    text-decoration: none;
    border-bottom: none;
}

#loginpage .container_login .content .signup-cont {
    display: none;
}

#loginpage .tab.signup {
    position: absolute;
    bottom: 20px;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
    left: 15px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 300;
    width: 300px;
}

#loginpage .tab.signup b {
    font-weight: 400
}

#loginpage .tab.signup a {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

#loginpage .tab.signup a i {
    color: #f06b7c;
    font-size: 20px;
    margin-right: 5px;
    padding-top: 7px;
    position: absolute;
    left: 8px;
    top: 0px;
}

.already_acnt, .already_otp {
    color: #f06b7c;
    margin-left: 5px;
    font-weight: 700;
    border-bottom: 1px solid #f06b7c;
}

.download_btns_imgs a {
    text-align: right
}

@keyframes slideIn {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        margin-left: -320px;
    }
    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        margin-left: 0px;
    }
}

@-webkit-keyframes slideIn {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        margin-left: -320px;
    }
    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        margin-left: 0px;
    }
}

.credits {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999999;
    font-size: 14px;
    margin: 0 10px 10px 0;
}

.credits a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #e0edfb !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}
.tab.signin a, .tab.signup a {
    text-decoration: none;
}

#c2lnbnVwQnRu {
    font-size: 12px;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #f06b7c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

#c2lnbnVwQnRu:hover, #c2lnbnVwQnRu[disabled] {
    background-color: #263238;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#c2lnbnVwQnRu:focus {
    outline: none;
}

#loginpage .signup-cont .submit-wrap {
    top: 87% !important;
}

.already_otp_wrapper {
    margin-top: 10px !important;
}

.otp-cont {
    display: none;
}

#b3RwQnRu {
    font-size: 12px;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #f06b7c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

#b3RwQnRu:hover, #b3RwQnRu[disabled] {
    background-color: #263238;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#b3RwQnRu:focus {
    outline: none;
}

.signup-step-number-wrapper {
    display: inline-block;
    /*margin-left: 55px;*/
    position: absolute;
    top: 47px;
    left: 50%;
    margin-left: -50px;
}

.signup-step-number-wrapper:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 35px;
    left: 33px;
    top: 16px;
    background-color: #ccc;
    z-index: 0;
}

.signup-step-number-wrapper .signup-step-number {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    z-index: 1;
    background-color: #fff;
    cursor: pointer;
}

.signup-step-number-wrapper .signup-step-number[data-step="1"] {
    margin-right: 30px;
}

.signup-step-number-wrapper .signup-step-number[data-step="2"] {
    /*margin-right: 30px;*/
}

.signup-step-number-wrapper .signup-step-number.completed {

    background-color: #fff;
    color: #f06b7c;
    border: 1px solid #f06b7c;
}

.signup-step-number-wrapper .signup-step-number.active {
    background-color: #f06b7c;
    color: #fff;
    border: 1px solid #f06b7c;
}

.submit-btn {
    font-size: 12px;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #f06b7c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

.submit-btn:hover, .submit-btn[disabled] {
    background-color: #263238;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.signup-tabs-wrapper {
    margin-top: 22px;
}

.signup-tabs-wrapper .signup-tab {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.signup-tabs-wrapper .submit-wrap {
    position: relative !important;
}

.login-email-note {
    display: inline-block;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 11px;
    margin-top: -8px;
    position: absolute;
    bottom: -29px;
    right: 0;
    font-style: italic;
    color: #5f5f5f;
}

.link-confirmation-buttons {
    text-align: right;
}

.account-link-confirmation-button {
    font-size: 12px;
    display: inline-block;
    width: 50px;
    height: 32px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #f06b7c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

.legal-policy {
    color: #556888;
    position: absolute;
    margin-top: 18px;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    border-bottom: 1px solid #556888;
    cursor: pointer;
}

.howt_to_register {
    color: #3a5178;
    position: absolute;
    left: 20px;
    margin-top: 14px;
    font-style: normal;
    font-size: 13px;

    height: 22px;
}
.howt_to_register span{ color:#f06b7c}

#how_to_register iframe, #how_to_register object {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.legal-policy-agreed {
    color: #556888;
    position: absolute;
    margin-top: 1px;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    border-bottom: 1px solid #556888;
    cursor: pointer;
}

.company-text {
    position: absolute;
    color: #a3a3a3;
    font-family: Poppins-Medium;
    font-size: 9px;
    left: 8px;
    bottom: -23px;
}

.admin-text {
    position: absolute;
    color: #a3a3a3;
    font-family: Poppins-Medium;
    font-size: 9px;
    bottom: -23px;
    right: -5px;
}

.password-text {
    position: absolute;
    margin: -4px 0 0 129px;
    color: #a3a3a3;
    font-size: 9px;
    font-family: Poppins-Medium;
}

.current {
    color: #f06b7c;
}

.legal-terms {
    padding-left: 22px;
    padding-right: 22px;
    font-family: Poppins-Medium !important;
    overflow-y: auto;
    height: 500px;
    padding-bottom: 20px;
}

.legal-policy-title {
    font-size: 18px;
    color: #f06b7c;
}

strong {
    color: #3a5077;
    font-size: 18px;
}

.close {
    font-size: 33px;
    font-weight: bold;
}

.grievance_head {
    color: #000;
    font-family: Poppins-Medium;
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input .flag-container {
    border: 1px solid #d9d9d9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: whitesmoke;
    width: 90px;
}

.intl-tel-input input[type=text] {
    margin-left: 90px !important;
    width: calc(100% - 90px) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.intl-tel-input .selected-flag {
    width: 100% !important;
}

/** floating labels CSS START **/

.form-group {
    position: relative;
    margin-bottom: 2rem;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 11px 0 11px 13px;
    font-weight: 600;
    transition: all 200ms;
    opacity: 0.5;
}

.inpt:focus ~ .form-control-placeholder,
.inpt:not(:focus):valid ~ .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -103%, 0);
    opacity: 0.5;
}

.mobile_how_to_register {
    display: none
}

.gitext #loginpage {
    background-image: url(../png/gitex_promotion.png) !important;
    background-position: top right;
}

@media (min-width: 768px) {
    #how_to_register .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #loginpage .container_login .half {
        padding: 0px;
    }

    #loginpage .container_login .half {
        padding: 25px;
        width: 100%;
        min-height: 520px;
    }

    #loginpage {
        margin: 160px auto 69px;
    }

    .howt_to_register {
        display: none
    }

    .mobile_how_to_register {
        color: #3a5178;
        display: inline;
        position: absolute;
        right: 17px;
        margin-top: 5px;
        font-style: normal;
        font-size: 12px;
        font-weight: 700;
        height: 22px;
        border-bottom: 1px solid #3a5178;
        cursor: pointer;
    }
}

/** floating labels CSS END **/

.intl-tel-input {
    margin-bottom: 0 !important;
}

#legalAgreed{
    cursor: pointer;
    position: relative;
    top: 3px;
    margin-right: 5px;

}

/** domain modal CSS START **/

#domainModal{
    top: 100px;
    overflow: hidden;
}
#domainModal .modal-content{
    background-color: transparent;
    border-radius: 16px;
    overflow: hidden;
}
#domainModal .domain-wrapper{
    background-image: -moz-linear-gradient( 139deg, rgb(50,119,214) 0%, rgb(0,69,164) 100%);
    background-image: -webkit-linear-gradient( 139deg, rgb(50,119,214) 0%, rgb(0,69,164) 100%);
    background-image: -ms-linear-gradient( 139deg, rgb(50,119,214) 0%, rgb(0,69,164) 100%);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    height: 110px;
}
#domainModal .domain-text{
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
    float: left;
    display: block;
    width: 100%;
    text-decoration: underline;
}
#domainModal .hint-text{
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
#domainModal .create-container{
    background-color: #fff;
    height: 280px;
}
#domainModal .create-container .request-wrapper{
    display: inline-block;
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}
#domainModal .create-container .request-wrapper:after{
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height:150px;
    top:30px;
    background-color: #e6e6e6;
}
#domainModal .create-container .create-wrapper{
    display: inline-block;
    float: left;
    width: 50%;
    height: 100%;
}
#domainModal .create-container .request-wrapper .main-text{
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-family: Poppins-Medium;
    width: 200px;
    margin-top: 30px;
}
#domainModal .create-container .request-wrapper .note-text{
    display: block;
    margin: 0 auto;
    width: 230px;
    font-family: Poppins-Medium;
    font-size: 12px;
    color: #a0a0a0;
}
#domainModal .create-container .create-wrapper .main-text{
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-family: Poppins-Medium;
    width: 200px;
    margin-top: 30px;
}
#domainModal .create-container .create-wrapper .note-text{
    display: block;
    margin: 0 auto;
    width: 220px;
    font-family: Poppins-Medium;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 20px;
    margin-top: 54px;
    margin-bottom: 18px;
    text-align: center;
}
#domainModal .create-container .create-wrapper .btn-wrapper{
    text-align: center;
}
#requestBtn{
    font-family: Poppins-Medium;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    width: 130px;
    border : none;
}
#requestBtn:hover,#requestBtn:active,#requestBtn:focus{
    background: #ef6b7c;
    border : none;
}
#requestBtn:disabled{
    background: #f1a2ac;
    border : none;
    cursor: not-allowed;
}
#domainModal .create-container .request-wrapper .btn-wrapper{
    text-align: center;
}
#createBtn{
    font-family: Poppins-Medium;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    width: 130px;
    border : none;
}
#createBtn:hover,#createBtn:active,createBtn:focus{
    background: #ef6b7c;
    border : none;
}
#createBtn:disabled{
    background: #f1a2ac;
    border : none;
    cursor: not-allowed;
}
#domainModal .selection-wrapper{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
#adminInput{
    width: 200px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border: 1px solid #ccc;
    margin: 0 auto;
    font-family: Poppins-Medium;
    font-size: 12px;
}
#domainModal .close-btn{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-image: url("../svg/close_pricing.svg");
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
/** domain modal CSS END **/

.container_login .tabs{
    float: left;
    width: 100%;
}
.container_login .content{
    clear: both;
}

.otp-divider{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin-bottom: 15px;
    margin-top: -5px;
}
.enter-otp-wrapper .enter-otp-text span:nth-child(1){
    font-family: Poppins-Medium;
    font-size: 12px;
    color: #6d6d6d;
}
.enter-otp-wrapper .otp-email span{
    font-family: Poppins-Medium;
    font-size: 12px;
    color: #153f67;
}
.otp-input-wrapper{
    width: 245px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.otp-input-wrapper .otp-input{
    display: inline-block;
    float: left;
    width: 50px;
    height: 40px;
    color: #999999;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    margin-right: 15px;
    text-align: center;
}
.otp-input-wrapper .otp-input:last-child{
    margin-right: 0;
}
.password-eye-icon{
    display: inline-block;
    background-image: url("../svg/password-show.svg");
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 8px;
    top: 11px;
    cursor: pointer;
}
.password-eye-icon.active{
    background-image: url("../svg/password-hide.svg");
}
.enter-otp-text{
    position: relative;
}
.email-edit-icon{
    display: inline-block;
    background-image: url("../svg/edit-email-btn.svg");
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 8px;
    top: 3px;
    cursor: pointer;
}
#signupPassword{
    padding-right: 30px;
}
.edit-email-wrapper .edit-email-text{
    margin-bottom: 0px;
}
.edit-email-wrapper .edit-email-text span:nth-child(1){
    font-family: Poppins-Medium;
    font-size: 12px;
    color: #6d6d6d;
    line-height: 36px;
}
#sendOtpBtn{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-family: Poppins-Medium;
    color: #ffffff;
    background-color: #f06b7c;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    width: calc(50% - 5px);
    float: left;
    margin-left: 10px;
}
#sendOtpBtn.disabled{
    background-color: #ffa7b2;
    cursor: not-allowed;
}
#editOTPEmailInput{
    font-size: 14px;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 30px;
    padding: 5px 13px;
    color: #999999;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    box-shadow: none;
}
#resendVerificationCode{
    display: inline-block;
    float: right;
    font-family: Poppins-Medium;
    color: #164068;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: 10px;
}
#resendVerificationCode.disabled{
    color: #9a9a9a;
    cursor: not-allowed;
}
.edit-email-buttons-wrapper{
    width: 100%;
    position: relative;
    top: -10px;
    z-index: 9999;
}
#cancelOtpBtn{
    width: calc(50% - 5px);
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: Poppins-Medium;
    color: #545454;
    background-color: #d9d9d9;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}