/*@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url('fonts/NotoSansSC-Regular-Alphabetic.woff2') format('woff2'),
        url('fonts/NotoSansSC-Regular-Alphabetic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/


body {
    padding: 0px;
    margin: 0px;
}

a:hover, a {
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

* {
    box-sizing: border-box;
}


.main {
    background: url(../../background3.jpg) no-repeat;
    background-size: cover;
    width: 100%;

}

.login-middle {
    width: 402px;
    height: 100vh;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: rgba(6, 3, 3, 0.6);
    max-width: 95%;
}

.login-vertical {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.flag-bar a {
    background: transparent;
    border: none;
    padding: 0;
    margin: 15px 23px 0 0;
}

.flag-bar a:last-child {
    margin: 0;
}

.logo {
    width: 100%;
    float: left;
    margin: 15px 0 0 0px;
}

.login-from {
    padding: 10px 25px 0 25px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.login-from input {
    height: 55px;
    border: none;
    background: transparent;
    padding: 0 100px 0 25px;
    margin: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.login-from select {
    height: 55px;
    border: none;
    background: transparent;
    padding: 0 100px 0 25px;
    margin: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.login-from .form-group {
    margin: 0 0 22px;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #dfe3e6;
}

.register-form {
    padding: 10px 10px 0 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.register-form input {
    height: 55px;
    border: none;
    background: transparent;
    padding: 0 100px 0 25px;
    margin: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.register-form select {
    height: 55px;
    border: none;
    background: transparent;
    padding: 0 100px 0 25px;
    margin: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.register-form .form-group {
    margin: 0 0 22px;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #dfe3e6;
}

.capcha-code {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 120px;
}

.capcha-code img {
    width: 100%;
}

.user-icon {
    width: 25%;
    border-right: 1px solid #dfe3e6;
    display: inline-block;
}

.login-from .form-group.input-user input {
    width: 73%;
    display: inline-block;
    padding: 0 25px;
}

.login-from .form-group.input-user select {
    width: 73%;
    display: inline-block;
    padding: 0 25px;
    color: #ffffff!important;
}

.login-from .form-group.input-user select option {
    color: black;
}

.register-form .form-group.input-user input {
    width: 73%;
    display: inline-block;
    padding: 0 25px;
}

.register-form .form-group.input-user select {
    width: 73%;
    display: inline-block;
    padding: 0 25px;
    color: #ffffff!important;
}

.register-form .form-group.input-user select option {
    color: black;
}

/*custome css*/
.form-group.checkbox input {
    display: none;
    cursor: pointer;
}

.form-group.checkbox label {
    position: relative;
    cursor: pointer;
}

.form-group.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
}

.form-group.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.login-from .form-group.checkbox {
    border: none;
    line-height: initial;
    margin: 0 0 15px;
    width: auto;
    float: left;
}

.login-from .form-group.checkbox label {
    color: #fff;
    font-weight: 400;
    line-height: 15px;
}

.register-form .form-group.checkbox {
    border: none;
    line-height: initial;
    margin: 0 0 15px;
    width: auto;
    float: left;
}

.register-form .form-group.checkbox label {
    color: #fff;
    font-weight: 400;
    line-height: 15px;
}

.submit-button {
    width: 100%;
    float: left;
}

.submit-button button {
    background: rgb(174, 116, 42);
    padding: 0px;
    margin: 0px;
    background: linear-gradient(90deg, rgba(174, 116, 42, 1) 0%, rgba(247, 232, 139, 1) 35%, rgba(174, 116, 42, 1) 100%);
    color: #000;
    border: none;
    width: 100%;
    border-radius: 8px;
    line-height: 55px;
    transition: all 0.5s;
}

.submit-button button:hover, .submit-button button:focus {
    outline: none;
    box-shadow: 0 0 0;
    border: none;
    transition: all 0.5s;
    background: #309ac2;
    color: #fff;
}

.login-from input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.login-from input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.login-from input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.login-from input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.login-from input:hover, .login-from input:focus {
    outline: none;
    border: none;
    background: transparent;
    box-shadow: 0 0 0;
}

.register-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.register-form input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.register-form input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.register-form input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.register-form input:hover, .register-form input:focus {
    outline: none;
    border: none;
    background: transparent;
    box-shadow: 0 0 0;
}

.from-bottom-link li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.from-bottom-link {
    display: inline-block;
    width: 100%;
    margin: 10px 0 15px;
}

.from-bottom-link li a {
    color: #309ac2;
    transition: all 0.5s;
    text-decoration: underline;
}

.from-bottom-link li a:hover {
    color: #fff;
    transition: all 0.5s;
}

.login-vertical:before {
    position: absolute;
    content: "";
    left: -232px;
    /*background: url(../images/dragon-left.png) no-repeat;*/
    height: 246px;
    width: 232px;
    bottom: 5px;
}

.login-vertical:after {
    position: absolute;
    content: "";
    right: -232px;
    /*background: url(../images/dragon-right.png) no-repeat;*/
    height: 246px;
    width: 232px;
    bottom: 5px;
}

@media screen and (max-width: 1400px) {
    .login-from input {
        line-height: 50px;
        height: 50px;
    }
    .register-form input {
        line-height: 50px;
        height: 50px;
    }

    .logo img {
        max-width: 190px;
    }

    .login-from .form-group {
        margin: 0 0 15px;
    }

    .register-form .form-group {
        margin: 0 0 15px;
    }

    .register-form input {
        line-height: 50px;
        height: 50px;
    }

    .logo img {
        max-width: 190px;
    }

    .register-form .form-group {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .login-vertical:before {
        height: 125px;
        width: 112px;
        left: -112px;
        background-size: contain;
    }

    .login-vertical:after {
        height: 125px;
        width: 112px;
        right: -112px;
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    .login-vertical:before {
        height: 145px;
        width: 142px;
        bottom: 5px;
        background-size: contain;
        left: -142px;
    }

    .login-vertical:after {
        height: 145px;
        width: 142px;
        bottom: 5px;
        background-size: contain;
        right: -142px;
    }

}

@media screen and (max-width: 767px) {
    .logo img {
        max-width: 40%;
    }

    .login-vertical:before {
        height: 125px;
        width: 112px;
        left: -112px;
    }

    .login-vertical:after {
        height: 125px;
        width: 112px;
        right: -112px;
    }

    .login-middle {
        width: 55%;
    }

    .flag-bar button {
        margin: 15px 10px 0 0;
    }

    .login-from input {
        line-height: 45px;
        height: 45px;
    }

    .register-form input {
        line-height: 45px;
        height: 45px;
    }

    .capcha-code {
        top: 7px;
        right: 10px;
        width: 100px;
    }

    .submit-button button {
        line-height: 45px;
    }

}

@media screen and (max-width: 575px) {
    .login-vertical:before, .login-vertical:after {
        display: none;
    }

    .login-middle {
        width: 80%;
    }

    .logo img {
        max-width: 55%;
    }

    .login-from input {
        line-height: 50px;
        height: 50px;
    }

    .login-from .form-group {
        margin: 0 0 20px;
    }

    .register-form input {
        line-height: 50px;
        height: 50px;
    }

    .register-form .form-group {
        margin: 0 0 20px;
    }

    .capcha-code {
        top: 11px;
    }

    .login-middle {
        height: 92vh;
    }

    body {
        background: #000;
    }

}

@media screen and (max-width: 320px) {
    .login-vertical:before, .login-vertical:after {
        display: none;
    }

    .login-middle {
        width: 94%;
    }

}
