﻿body, html {
    height: 100%;
    padding: 0;
    margin: 0;
}
.navbar {
    padding: 0 2rem;
}
.panel-wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 50%;
}
.logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding: 40px;
}
.navbar {
    box-shadow: 0px 2px 7px #ccc;
    background: #ffff;
}
.main-panel {
    height: auto;
    overflow: auto;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.signup-container,
.login-container {
    padding: 0;
}

.loginSocial {margin-top:1px;text-align: center;}
.loginSocial ul {padding:0;margin-bottom: 5px;}
.loginSocial ul li {display:inline-block;list-style:none; margin-right: 10px;}
.loginSocial ul li img {height:36px;background-color: #fff;border-radius: 25px;box-shadow: 0px 0px 4px #cdc7c7;
                        margin-top: -4px; }
.loginSocial ul li a:hover {box-shadow: 0px 0px 15px #8d8c8c;border-radius: 25px;}
.switch-action {
    right: 0;
}
.switch-action__label {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #495561;
    margin-right: 8px;
    vertical-align: middle;
}
.switch-action__btn {
    min-width: 60px;
    text-align: center;
    text-transform: capitalize;
}
.main-panel__content {
    width: 100%;
    max-width: 416px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
    margin-top: 0;
}
.main-panel__content--login {
    margin-top: 80px;
}
.main-panel__content--login.sgnUP {
    margin-top: 71px;
}
.sgnUP .main-panel__title {margin-bottom:2px;}
.main-panel__title {
    font-size: 30px;
    font-weight: 700;
    color: #323945;
    margin: 0 0 10px;
}
.main-panel__subtitle {
    font-size: 13px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 10px;
    color: #323945;
}
.display-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.full-height {
    height: 100%;
}
.pf-btn--inline {
    display: inline-block;
    vertical-align: middle;
}
.pf-btn--bordered {
    border: 1px solid #c6ccd7;
}
.pf-btn {
    padding: 12px 32px;
    text-decoration: none;
    color: #323945;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    border-radius: 30px;
    transition: all .2s ease-out;
}
.pf-form__message--padding {
    padding-bottom: 12px;
    font-size: 14px;
}
.pf-form__textfield {
    margin-bottom: 16px;
}
.pf-form__textfield__label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #323945;
    margin-bottom: 4px;
    text-decoration: none;
}
.pf-form__textfield__input {
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e6ed;
    padding: 8px 12px;
    color: #5c6776;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.pf-form__message--error {
    color: #ff626a;
}
.pf-form__message {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.67;
}
.pf-form__textfield__label--pull-left {
    float: left;
}
.pf-form__textfield__label--pull-right {
    float: right;
}
.pf-form__textfield-button--submit:hover {
    box-shadow: 0 4px 6px rgba(143,152,169,.3), 0 1px 3px rgba(143,152,169,.3);
}
.pf-link {
    color: #0e68f9 !important;
}
#Frogot_link  {
    position: absolute;
    top: 0;
    right: 0;
}
.pf-form__textfield-button {
    position: relative;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #c6c7c9;
    padding: 10px 20px;
    color: #5c6776;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.33;
    /*height: 51px;*/
    box-sizing: border-box;
    transition: .3s;
}
.pf-form__textfield-button--submit {
    border: 0;
    background-color: #1e73be;
    box-shadow: 0 4px 6px rgba(143,152,169,.11), 0 1px 3px rgba(143,152,169,.08);
    color: #fff;
    font-weight: 700;
}
.pf-copyright {
    /*width: 200px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.pf-copyright, .pf-form__textfield__or {
    text-align: center;
    font-size: 14px;
    color: #8f98a9;
}
.pf-form__textfield__or {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1px;
}


/*right side*/
.featured-panel {
    height: auto;
    min-height: 100vh;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    /*background-color: #f9fafc;*/
    background-color: #eaeffb;
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.text-align-center {
    text-align: center;
}
.featured-panel__slide-new__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.featured-panel__frame {
    position: relative;
    width: 500px;
    border-radius: 10px;
    margin: 50px auto 0;
}
.featured-panel__slide-new__paragraph {
    margin: 16px 0 0;
    font-weight: 500;
}
.slick-slider {
    margin-top: 41px;
}
.slick-slide img {
    display: block;
}

.slider-img--2 {
    width: 100%;
}
.slider-img--1 {
    width: 100%;
}
.slider-img {
    height: auto;
    margin: 0 auto;
}
.pf-form__textfield {
    position: relative;
}
.field-icon {
    position: absolute;
    right: 12px;
    top: 14px;
}
.fa-icon {
    position: absolute;
    right: 12px;
    top: 40px;
}
.password {
    padding-right: 30px;
}
#Thanks-cntr {
    margin-top: 50px;
}
#Thanks-cntr img {
    margin: 10px auto;
    max-height: 115px;
    margin-bottom:2px;
}
#Thanks-cntr .thank-txt {
    font-size: 30px;
    padding: 50px 20px;
    padding-bottom: 37px;
    font-weight: 400;
    text-align: center;
    margin: 0px 0;
}
#Thanks-cntr .thnk-text {
    text-align: center;
    width: 100%;
    margin: 5px 0;
    line-height: 45px;
    color: #5D7FBF;
}
#Thanks-cntr .thank-txt .control-label {font-size:15px;font-weight:500;}
#Thanks-cntr #inviteUrl, #Thanks-cntr #inviteUrl:focus {background-color: #fff;border: none;margin-right: 5px;box-shadow:none;}
#Thanks-cntr a.btn i {color:#fff;}
#Thanks-cntr .thnk-height {
    padding: 0px;
    min-height: calc(100vh - 157px);
}
#Thanks-cntr .thank-msg {
    font-weight: bold;
    font-size: 23px;
    color: #27b728;
    line-height: 1;
}
#Thanks-cntr .thank-msg1 {
    font-weight: bold;
    font-size:35px;
    color: #333;
}
#Thanks-cntr .thank-btm {
    font-weight: normal;
    text-align: center;
    top: 9px;
    position: relative;
    font-size: 24px;
    line-height: 28px;
}
#Thanks-cntr .new-mrgn {
    position: relative;
    top: -25px;
    font-size: 44px;
}
#Thanks-cntr .thnk-text {
    /*margin-top: 50px;*/
}
p {
    line-height: 1;
}
.downLbtns a:hover {text-decoration:none;}
.downLbtns a img {height:50px;display:inline-block;margin-top: 0 !important;  margin-bottom: 25px !important;}
.downLbtns a img.telegram {height:50px;border-radius:7px;}
.downLbtns .thnkTxt {font-size:25px;color: #323232;font-weight: 700; margin-bottom: 10px;}

@media (max-height: 640px) {
    .main-panel__content--login {
        margin-top: 0;
    }
    .login-container {
        padding-top: 40px;
    }
    .signup-container {
        padding-top: 80px;
    }
    .main-panel .pf-copyright {
        position: relative;
        bottom: auto;
        width: 100%;
        margin-bottom: 15px;
    }

}
@media (max-width: 959px) {
    .panel-wrapper {
        height: auto;
        padding-right: 0;
    }
    #main-wrapper .panel-wrapper {
        min-height: 100%;
        margin: 100px 0;
    }
    .featured-panel {
        display: none;
    }
    .main-panel {
        margin-left: 0;
    }
    .navbar-brand img {
        height: 50px;
    }
    #Thanks-cntr img {
        max-height: 180px;
    }
    #Thanks-cntr .thank-msg1 {
        font-size: 28px;
    }
    #Thanks-cntr .thank-msg {
        font-size: 18px;
    }
}
@media (max-width: 599px) {
    .switch-action__label {
        display: none;
    }
    .navbar-brand img {
        height: 40px;
    }
   
}
@media (max-width: 768px) {
    #main-wrapper .panel-wrapper {
        margin: 50px 0;
    }
    .pf-btn {
        padding: 7px 20px;
        font-size: 12px;
    }
    .main-panel__content--login {
        margin-top: 0px;
    }
    #Thanks-cntr img {
        float: none;
        max-height: 145px;
    }
    #Thanks-cntr .thank-msg1 {
        font-size: 25px;
    }
    #Thanks-cntr .thank-msg {
        font-size: 17px;
    }
    #Thanks-cntr .thnk-text {
        margin-top: 25px;
    }
}

/*selectmenu css*/
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 100% !important;
}

.ui-selectmenu-open {
    z-index: 1 !important;
}

.ui-front {
    z-index: 999999 !important;
}

.ui-selectmenu-button.ui-button {
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e6ed;
    padding: 8px 12px;
    color: #5c6776;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
    line-height: 1.66;
}

.ui-selectmenu-text {
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0;
}

.ui-icon-triangle-1-s {
    background-position: -65px -12px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 12px !important;
}

.ui-widget.ui-widget-content {
    color: #8e8e93;
    line-height: 20px !important;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c7c7cc;
    border-radius: 4px !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    letter-spacing: 0;
    font-weight: normal;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    max-height: 288px;
    max-width: 1095px;
    max-height: 185px;
}

.ui-button:active, .ui-button:hover {
    background: #ffffff !important;
    color: #8e8e93 !important;
}



.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url('../image/ui-icons_555555_256x240.png');
}

*:focus {
    outline: none;
}

.radio-wrap {
    height: 50px;
    border-bottom: 1px solid #d8e0e6;
}
.previous.btn, .next.btn {
    width: 85px;
}
/*.frm-radio input:checked + label {
    border-color: #66afe9;
    z-index: 1;
    background-color: #fff;
}
.frm-radio input + label {
    padding: 10px 10px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    background-color: #f8f8f8;
    transition: border-color .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 12px;
}
.frm-radio input {
    width: 0px;
    height: 0px;
    position: absolute;
    left: -9999px;
}*/

/* ---------- Media ---------- */
/* ##Device = Desktops, ##Screen = 1281px to higher resolution desktops */
@media (min-width:1281px){

}
/* ##Device = Laptops, Desktops, ##Screen = B/w 1025px to 1280px */
@media (min-width:1025px) and (max-width:1280px){

}
/* ##Device = Tablets, Ipads (portrait), ##Screen = B/w 768px to 1024px */
@media (min-width:768px) and (max-width:1024px){

}
/* ##Device = Tablets, Ipads (landscape), ##Screen = B/w 768px to 1024px */
@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){

}
/* ##Device = Low Resolution Tablets, Mobiles (Landscape), ##Screen = B/w 481px to 767px */
@media (min-width:481px) and (max-width:767px){

}
/* ##Device = Most of the Smartphones Mobiles (Portrait), ##Screen = B/w 320px to 479px */
@media (min-width:320px) and (max-width:480px){ 
     body.thanksBody {overflow: auto !important;}
     body.thanksBody #Thanks-cntr .thank-txt {padding:0;}
     body.thanksBody #Thanks-cntr img {max-height: 100px;}
     body.thanksBody #Thanks-cntr img {max-height: 100px;}
     body.thanksBody #Thanks-cntr .downLbtns img {max-height: 40px; margin-bottom: 30px !important;}
     body.thanksBody #Thanks-cntr .thnk-text {margin-top: 0px; margin-bottom: 30px;}
     body.thanksBody .downLbtns .thnkTxt {font-size:20px;}

    
 }
