#fh5co-wrap {
    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-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 {
    display: inline-block;
    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;
    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 .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: 12px;
    padding: 5px 13px;
    color: #999999;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
}
#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 a {
    font-size: 12px;
    display: block;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    color: #999999;
    cursor: pointer;
}
#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;
}
#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;
}
@media (max-width: 768px) {
    #loginpage .container_login .half {
        padding: 0px;
    }
    #loginpage {
        margin: 160px auto 60px;
    }
    #loginpage .container_login .half {
        padding: 25px;
        width: 100%;
        min-height: 520px;

    }
}

.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: 20px;
    position: relative;
}
.signup-step-number-wrapper:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 102px;
    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 .submit-wrap{
    position: relative !important;
}
.login-email-note{
    display: inline-block;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 10px;
    margin-top: -8px;
}
.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;
}