@import url('https://fonts.googleapis.com/css?family=Chivo:300,400');
.login-main-new {
    background: url('../images/login-bg-new.jpg') center no-repeat;
    background-size: cover;
    padding: 0px;
    min-height: 100vh;
}

.login-logo-new {
    position: absolute;
    left: 53px;
    top: 38px;
    width: auto;
    max-width: 250px;

   
}

@media (max-width:576px){
    .login-logo-new {
        display: flex;
        justify-content: center;
        position: relative;
        left:auto;
        top:auto;
        margin: 0 auto;
    }

        .login-logo-new img {
            height: 100%;
            width: 250px;
        }
}

    .login-logo-new img {
        display: block;
    }

.login-form-box {
    width: 480px;
    position: absolute;
    margin: auto;
    left: 0;
    top: 50%;
    right: 0;
    max-width: 100%;
    padding: 100px 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .login-form-box h2 {
        float: left;
        width: 100%;
        font-size: 46px;
        margin: 0 0 15px 0;
        color: #fff;
        font-weight: 300;
    }

.login-field {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0px;
    position: relative;
}

.login-label {
    float: left;
    width: 100%;
    color: #93c8c3;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 0 0 0;
}

.login-input {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    padding: 7px 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #93c8c3;
}


    .login-input:focus {
        outline: none;
    }

.login-input:disabled{
    cursor:not-allowed;
}


select option {
    background: rgba(0, 0, 0, 0);
    color: #93c8c3;       
    font-size:  20px;
    font-weight: 300;    
}

.login-field a {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 11px;
    color: #93c8c3;
    font-weight: 300;
}

.checkbox {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0px;
    margin: 30px 0 0 0;
}

    .checkbox label {
        margin-top: 20px;
    }

    .checkbox input[type=checkbox] {
        display: none;
    }

    .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 0;
        font-size: 13px;
        color: #93c8c3;
        font-weight: 300;
        min-height: 18px;
        margin-top: 0px;
    }

        .checkbox label:before {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/check-box-img.png) no-repeat;
            height: 18px;
            width: 17px;
        }

    .checkbox input[type=checkbox]:checked + label:before {
        content: "";
        background-position: left -21px;
        height: 21px;
        width: 20px;
    }

.remember-check {
    float: left;
    width: auto;
}

.login-sub {
    float: right;
    width: auto;
    margin: 22px 0 0 0;
    padding-right: 15px;
}

    .login-sub input {
        border: none;
        background: transparent;
        width: auto;
        background: url(../images/login-arrow.png) top right no-repeat;
        line-height: 41px;
        height: 41px;
        padding: 0 52px 0 0;
        font-size: 13px;
        font-weight: 300;
        color: #93c8c3;
    }

        .login-sub input:hover {
            background-position: bottom right;
            color: #fff;
        }

        .login-sub input:focus {
            outline: none;
        }

.fb-login-box {
    float: left;
    width: auto;
    margin: 10px 0 0 0;
    padding: 0px;
}

    .fb-login-box a {
        display: block;
        color: #93c8c3;
        font-size: 13px;
        font-weight: 300;
    }

        .fb-login-box a img {
            float: left;
            margin: 0 10px 0 0;
        }

.register-link {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    color: #fff;
    padding-left:15px;
}

    .register-link a {
        color: #fff;
        text-decoration: underline;
    }

        .register-link a:hover {
            color: #93c8c3;
        }

.username-input {
    float: left;
    width: 65%;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 7px 0;
    border: none;
    background: transparent;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.register-main-new {
    background: url('../Images/login-bg-new.jpg') center no-repeat;
    background-size: cover;
    padding: 0px;
    min-height: 100vh;
}

    .register-main-new * {
        font-family: 'Chivo', sans-serif;
    }

.register-form-box {
    width: 460px;
    position: relative;
    margin: auto;
    max-width: 100%;
    padding: 100px 0;
}

@media (max-width:576px) {
    .register-form-box {
        padding:0;
    }
}

    .register-form-box h2 {
        float: left;
        width: 100%;
        font-size: 46px;
        margin: 0 0 15px 0;
        color: #fff;
        font-weight: 300;
    }

.trems-check {
    float: left;
    width: auto;
}

    .trems-check .checkbox label {
        color: #fff;
    }

        .trems-check .checkbox label:before {
            background: url(../images/check-box-img-white.png) no-repeat;
        }

    .trems-check .checkbox span {
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        color: #fff;
    }

        .trems-check .checkbox span a {
            display: inline-block;
            color: #fff;
            text-decoration: underline;
        }

            .trems-check .checkbox span a:hover {
                text-decoration: none;
            }

.trial-box {
    float: left;
    width: 100%;
}

.trial-sub {
    float: left;
    width: 50%;
    margin: 20px 0 10px 0;
}

    .trial-sub:last-child {
        border-left: 1px solid #fff;
    }

        .trial-sub:last-child .radio {
            float: right;
        }

    .trial-sub .radio label {
        padding-left: 55px;
        font-size: 24px;
        color: #fff;
        line-height: 40px;
    }

    .trial-sub .radio {
        margin-top: 0px;
    }

        .trial-sub .radio label:before {
            background: url(../images/check-box-round.png) no-repeat;
            width: 41px;
            height: 41px;
            background-position: left -46px;
        }

        .trial-sub .radio input[type=checkbox]:checked + label:before {
            background: url(../images/check-box-round.png) no-repeat;
            width: 41px;
            height: 41px;
            background-position: left 0;
        }


.register-menu {
    position: absolute;
    right: 10%;
    top: 45px;
}

.register-contact-img {
    float: left;
    width: 100%;
    padding: 0 5% 50px 0;
    text-align: right;
}

    .register-contact-img a {
        display: inline-block;
        float: right;
    }

.password-icon input {
    padding-right: 30px;
}

.password-icon img {
    position: absolute;
    right: 0;
    top: 20px;
}

.error-msg {
    display: none;
    color: indianred;
    font-size: 14px;
    float: right;
}

.term-error-msg {
    text-align: center;
    margin-bottom: 20px;
    display: none;
    color: indianred;
    font-size: 11px;
}

.dropdownvis {
    display: none;
}

.short {
    color: #FF0000;
    font-size: 11px;
    float: right;
}

.weak {
    color: orange;
    font-size: 11px;
    float: right;
}

.good {
    color: #2D98F3;
    font-size: 11px;
    float: right;
}

.strong {
    color: limegreen;
    font-size: 11px;
    float: right;
}

.radio label {
    margin-top: 20px;
}

.radio input[type=radio] {
    display: none;
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 55px;
    margin-right: 0;
    font-size: 24px;
    color: #93c8c3;
    font-weight: 300;
    line-height: 40px;
    margin-top: 0px;
    color: #fff;
}

    .radio label:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/check-box-round.png) no-repeat;
        background-position: left -46px;
        width: 41px;
        height: 41px;
    }

.radio input[type=radio]:checked + label:before {
    content: "";
    background: url(../images/check-box-round.png) no-repeat;
    width: 41px;
    height: 41px;
    background-position: left 0;
}

.modeller-spinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0px;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #666666;
    z-index: 30001;
    opacity: .43;
    filter: alpha(opacity=70);
}

.acterys-autocomplete .ui-menu-item{
    padding: 0 !important;
    cursor: pointer!important;
    background-color: #fff!important;
    border-bottom: 1px solid #d4d4d4!important;
    color: #4e5166!important;
}
.acterys-autocomplete .ui-state-active{    
    background-color: #e9e9e9!important;
    border: 1px solid transparent!important;
    border-bottom: 1px solid #d4d4d4!important;
    color: #4e5166!important;
}
.acterys-autocomplete .ui-menu-item-wrapper {
    padding: 10px!important;     
}

/*when hovering an item:*/
.autocomplete-active {
    background-color: #d4d4d4 !important;
    color: #ffffff;
}
/*when navigating through the items using the arrow keys:*/

.error-msg-validation {
    display: none;
    color: indianred;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}


.login-sub-rigth { float: left; width: auto; margin: 22px 0 0 0; padding-left: 15px;}
.login-sub-rigth input { border: none; background: transparent; width: auto; background: url(../images/login-arrow-left.png) top left no-repeat; line-height: 41px; height: 41px; padding: 0 52px 0 52px; font-size: 13px; font-weight: 300; color: #93c8c3; }
.login-sub-rigth input:hover { background-position: bottom left; color: #fff; }
.login-sub-rigth input:focus { outline: none; }
.carousel-indicators li { visibility: hidden; }