@charset "UTF-8";

.user-wrap {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 0;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}



.user-wrap:after {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    background: url(/img/video-pattern.png) repeat 0 0;
    opacity: .7;
    content: '';
}

.user-wrap:before {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    opacity: 1;
    content: '';
}

.user-wrap .form-desc {
    display: none;
}

.user-wrap .login-box-wrap {
    position: relative;
    max-width: 530px;
    margin: auto auto;
    padding: 30px 60px;
    flex: 1;
    border-radius: 8px;
    z-index: 1;
}

.user-wrap .login-box-wrap.join-box-wrap {
    padding: 0;
}

.user-wrap .login-header {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
}

.user-wrap .login-header .heading-section {
    margin: 0;
}

.user-wrap .login-header .heading-section .img-logo {
    width: 200px;
}

.user-wrap .phone-box {
    display: flex;
    /* background-color: #07223c; */
    /* border: none; */
    /* border-radius: 30px; */
}
.user-wrap .phone-box span {
    flex: 0;
    background: none;
}

.user-wrap .phone-box .form-control {
    margin: 0;
}

.user-wrap .phone-box > * {
    flex: 1;
    margin: 0;
}
.user-wrap .phone-box .form-select {
    background: rgba(0, 0, 0,.5);
}

.user-wrap .form-group {
    position: relative;
    margin-bottom: 10px;
}

.user-wrap .form-group .hint-text  {
    margin-top: 5px;
    padding: 0 10px;
    font-size: 13px;
    /* color: #91d0ff !important; */
}

.user-wrap .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #fff;
}

.user-wrap .form-group .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: 10px;
    color: #fff;
}

.user-wrap .field-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .9)
}

.user-wrap .form-control {
    display: block;
    width: 100%;
    height: 55px;
    margin-bottom: 0;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 0;
    background-color: rgba(0, 0, 0,.5);
    transition: all .2s;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 28px;}

.user-wrap .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8) !important
}

.user-wrap .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .8) !important
}

.user-wrap .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8) !important
}

.user-wrap .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .8) !important
}

.user-wrap .form-control:focus {
    border-color: #5c97c4 !important;
}

.user-wrap .form-control:focus {
    border-color: rgba(255, 255, 255, .4)
}

.user-wrap .checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, .2)
}

.user-wrap textarea.form-control {
    height: inherit !important
}

.user-wrap .checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.user-wrap .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.user-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0
}

.user-wrap .checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: var(--background-white-color);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.user-wrap .btn {
    cursor: pointer;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    text-transform: uppercase
}

.user-wrap .btn.submit {
    height: 60px;
    font-size: 18px;
}

.user-wrap .btn:hover,
.user-wrap .btn:active,
.user-wrap .btn:focus {
    outline: none
}

.user-wrap .btn-primary {
    background: linear-gradient(#FFC33B 0%, #FFC33B 54.68%, #e58400 100%);
    border: none;
    color: #000;
    font-size: 15px;
    height: 50px;
    padding: 0 !important;
    font-weight: 700;
    background-position: 0% 0%;
    border: 1px solid #FFC33B;
}

.user-wrap .bg-light {
    background-color: rgba(255, 255, 255, .2) !important;
}

.user-wrap .text-md-left {
    text-align: left !important
}

.user-wrap .text-md-right {
    text-align: right !important
}

.user-wrap .text-md-center {
    text-align: center !important
}

.user-wrap .sign-in{
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.user-wrap .social {
    width: 100%
}

.user-wrap .social .btn-signup {
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    border: none;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .2);;
}


.video_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.video_wrap .main_video {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.user-wrap .join-form-desc {
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.user-wrap .join-form-desc p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.user-wrap .signup-wrap {
    position: relative;
    z-index: 0;
    padding: 30px 30px;
    border-radius: 0;
}

.user-wrap .signup-wrap .social {
    margin-top: 20px;
}

.user-wrap .signup-wrap h3 {
    font-weight: 300;
    color: #fff;
    font-size: 22px;
}

.user-wrap .form-select {height: 50px;padding: 0 16px;font-size: 15px;border-radius: 0;background-color: rgba(0, 0, 0,.5);transition: all .2s;color: #fff;border-color: #3B85D0;border: 1px solid rgba(255, 255, 255, .2) !important;border-radius: 28px;}

.user-wrap .form-select option {
    background-color: #000;
}

.user-wrap .video_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.user-wrap .video_wrap .main_video {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.user-wrap .image_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background: url(/img/common/login_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.user-wrap .sign-text {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .user-wrap .login-box-wrap {
        padding: 10px 20px !important;
    }

    .user-wrap .login-header {
        margin-bottom: 20px;
    }

    .user-wrap .login-header .heading-section .img-logo {
        width: 170px;
    }

    .user-wrap .signup-wrap {
        padding: 14px 0;
    }

    .user-wrap .join-form-desc {
        font-size: 12px;
    }

    .user-wrap .form-control {
        height: 45px !important;
        font-size: 13px;
    }

    .user-wrap .form-select {
        height: 45px !important;
        font-size: 13px;
    }

    .user-wrap .btn-primary {
        height: 45px;
        font-size: 15px;
        line-height: 45px;
    }

    .user-wrap .social .btn-signup {
        height: 45px;
        font-size: 15px;
        line-height: 45px;
    }
}
