body{
	background-color: #ffddb5 !important;
}
body::before{
    background-image: url("../../../../../../frontend/Infortis/ultimo/en_US/Itskills_Manager/images/qs_particles.svg");
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.custom-popup-login label.noPadding{
    padding : 0px!important;
}
.hide{
    display: none;
}
.custom-login{
    margin-top: -20px;
}
.custom-login a{
    color: #666;
}
.custom-login a:hover{
    color: #27a9e6;
}
.custom-login .account-social-login a{
    font-weight: normal !important;
    padding: 6px 12px 6px 44px !important;
    line-height: 1.42857143 !important;
    border-radius: 4px !important;
}
.custom-login .account-social-login a,
.custom-login .account-social-login a:hover{
    color: #FFFFFF;
}
.custom-login .login-mode{
    display: flex;
}
.custom-login .fieldset.create.info{
    margin: 0;
}
.custom-login div.field{
    margin: 0 0 15px 0;
}
.custom-login .fieldset {
    margin: 0 0 10px;
}
.custom-login .fieldset>.field:before,
.custom-login .fieldset>.field::after {
    content: '';
    display: table;
    clear: both;
}
.custom-login .control {
    float:left;
    width: 85% !important;
}
.custom-login .action.primary{
    border-radius: 50px;
    background-color: #d86200;
    border-color: #d86200;
    width: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: .3s;
    margin-bottom: 25px;
    line-height: 30px;
    text-align: center;
}
.custom-login .action.primary .ic{
    font-size: 18px;
    vertical-align: text-bottom;
    margin-left: 4px;
}
.custom-login .action.primary:hover{
    background-color: #1188d1;
    border-color: #1188d1;
}
.custom-login #remember-me-box{
    display: none;
}
.custom-login .header-icon {
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 100px;
    font-weight: 400;
    font-style: normal;
}
.custom-login .new-header h3 {
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 700;
}
.custom-login .new-header .title {
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 700;
    display: block;
    font-size:1.8rem
}
.custom-login .new-header {
    margin: 0 0 15px 0;
}
.custom-login .create-new-panel{
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 500px;
    padding: 30px;
}
.custom-login .social-login-list{
    text-align: center;
    margin: 0;
}
.custom-login a.social-login-btn{
    width: 100%;
    padding: 0;
    color:#fff;
}
.custom-login label{
    font-size: 12px;
}
.custom-login label.label::after {
    display:none;
    content: "";
}
.custom-login label.label::before {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: attr(for);
    font-family: 'Material Design Icons';
}
.custom-login label.label[for=default_email]::before,
.custom-login label.label[for=page_email]::before,
.custom-login label.label[for=email_address]::before,
.custom-login label.label[for=email]::before{
    content: "\f2e5";
}
.custom-login label.label[for=email_forgotpassword2]::before,
.custom-login label.label[for=email_forgotpassword]::before,
.custom-login label.label[for=default_pass]::before,
.custom-login label.label[for=page_pass]::before,
.custom-login label.label[for=pass]::before,
.custom-login label.label[for=password]::before{
    content: "\f432";
}
.custom-login label.label[for=password-confirmation]::before{
    content: "\f433";
}
.custom-login label.label[for=phone_number]::before{
    content: "\f216";
}
.custom-login label.label[for=company]::before{
    content: "\f599";
}
.custom-login label.label[for=lastname]::before,
.custom-login label.label[for=firstname]::before{
    content: "\f112";
}
.custom-login label.label[for=state]::before{
    content: "\f330";
}
.custom-login label.label[for=city]::before{
    content: "\f23c";
}
.custom-login .control select{
    height: 42px;
}
.custom-login label.label{
    text-align: center !important;
    position:relative;
    border: 1px solid #d9d9d9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 34px;
    padding: 3px !important;
    border-right: none;
    margin: 0 !important;
    float: left;
    width: 15% !important;
    overflow: hidden;
    height: 42px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    box-sizing: border-box;
}
.custom-login input.input-text{
    border: 1px solid #d9d9d9;
    height: 42px;
}
.custom-login label.label span {
    display: none;
}
.custom-login .password-strength-meter{
    height: auto;
    font-size:12px;
    background:none;
    padding: 0;
    margin-left: -16%;
    margin-top: 0;
    color: #4D4D4D;
    line-height: 24px;
}
.custom-login .password-strength-meter::before{
    background:none;
}
.custom-login input.input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #212121;
}
.custom-login input.input-text::-moz-placeholder { /* Firefox 19+ */
    color: #212121;
}
.custom-login input.input-text:-ms-input-placeholder { /* IE 10+ */
    color: #212121;
}
.custom-login input.input-text:-moz-placeholder { /* Firefox 18- */
    color: #212121;
}
.custom-login .fieldset:after{
    display:none;
}
.custom-login .control div.mage-error{
    margin-left: -16%;
    margin-top: 0;
}
.custom-login .new-logo{
    padding: 30px 0;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.custom-login .new-body{
    min-height: 80vh;
    align-items: center;
    webkit-align-items: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.custom-login .new-footer{
    text-align: center;
    color:rgba(255,255,255, 0.3);
    font-size: 12px;
    margin-top: 20px;
}
.custom-login .new-footer a{
    color:rgba(255,255,255, 0.3);
}
.customer-social-login div {
    margin-left: 0px !important;
}
.page.messages{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.login-registeration-title{
    font-size: 12px;
    border-bottom: 1px solid rgba(200,200,200,1);
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.login-registeration-title.social{
    margin: 0px 13px !important;
}
.create-new-panel .custom-social-login.grid12-6 .social-login-authentication-channel{
    margin-left: 12px !important;
    left: 0;
    float: left;
}
@media only screen and (max-width: 550px) {
    .social-adj {
        flex-direction: column;
    }
    .login-registeration-title.social {
        margin: 0px !important;
    }
    .social-adj .grid12-6 {
        width: 100%;
    }
    .custom-login .create-new-panel {
        width: auto;
    }
}