.captcha-refresh-icon {
display: block;
padding: 5px;
}
.captcha {
position: relative;
width: var(--size-width);
padding: 20px 15px 25px;
text-align: center;
background: #fff;
}
.captcha .captcha-title h2 {
font-size: 14px;
line-height: 14px;
color: #b8b8b8;
padding-bottom: 10px;
}
.captcha .captcha-title p {
font-size: 18px;
line-height: 24px;
color: #1f1f1f;
}
.captcha-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.captcha-image {
position: relative;
overflow: hidden;
margin: var(--size-img-margin) auto;
}
.captcha-img {
position: relative;
z-index: 999;
width: var(--size-img);
height: var(--size-img);
-webkit-border-radius: 50%;
border-radius: 50%;
background: #f5f5f5;
}
.captcha-img img {
width: 100%;
height: 100%;
pointer-events: none;
border: 0;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
-webkit-animation: captchaFadeIn 0.8s forwards;
animation: captchaFadeIn 0.8s forwards;
}
.captcha-img.captcha-loading img {
display: none;
}
.captcha-img .captcha-loader {
display: none;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.captcha-img.captcha-loading .captcha-loader {
display: flex;
}
.captcha-coordinate {
display: none;
position: absolute;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcoAAAHLBAMAAAC67sVKAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACXRSTlMAzGcNwPRatBpQE/jnAAACVElEQVR42u3asU3DUBSG0ShZgBsxAO9NkMILBCagSI+yAg0lo1PYCZZoiW3de05DiT7Br2sHdjsA8viuEHn4rFC5P1aoHJ5PBSpbvBSY5TneCswyosAwh4gCw2wR+Yd5OEfkH+Y+osAwh4gCw2wR+Yd5OEfkH+Y+osAwh7Ey+TDHWSYf5jTL5MOcZpl8mMOtMvUwb7NMPcz7LFMP8z7L1MMcfisTD/N3lomHOZtl4mHOZpl4mMO8Mu0w57PMO8xr7733iGPvvfeP1K8lEU+7/GpUAoB7qVKlSpUqAcC9VKlSpUqV3kkAwL1UqVKlSpUA4F6qVKlSpUrvJADgXqpUqVKlSgBwL1WqVKlSpXcSAHAvVapUqVIlALiXKlWqVKkSAPBUoFKlSpUqAcC9VKlSpUqVAICnApUqVapUCQDupUqVKlWqBAA8FahUWbTyeqpQ2V5PFSpj/czHa1Ehs0WFzBYVMltUyBwrs2dOlckzb5UrZi5yL1fPXLTynhnjt13sy+Xy/vhv9CczeeWUmb0yvvwsc+0y871M/WDQKkRu4dnHc6x3Eu+X2/usYKGn9ZV/kstUrv3rWuPzWJ+t/5MafyfZAP+7BQDupUqVKlWqBAD3UqVKlSpVAgCeClSqVKlSJQC4lypVqlSpEgDwVKBSpUqVKgHAvVSpUqVKlQCApwKVKlWqVAkA7qVKlSpVqgQA7yQqVapUqVIlALiXKlWqVKkSALyTqFSpUqVKlQDgXqpUqVKlSgDwTqJSpUqVKlUCgHupUqVKlSoBwL1UqVKlSpUqN+YHG9iGwKYOVR0AAAAASUVORK5CYII=);
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.captcha-fail .captcha-coordinate {
display: none !important;
}
.captcha-control {
position: relative;
width: var(--size-control);
height: 50px;
margin: 0 auto;
}
.captcha-control-wrap, .captcha-control-button {
position: absolute;
top: 0;
height: 100%;
-webkit-border-radius: 100px;
border-radius: 100px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.captcha-control-wrap {
left: 0;
width: 100%;
background: #f5f5f5;
overflow: hidden;
}
.captcha-control-button {
position: absolute;
width: 50px;
background: #fff;
cursor: pointer;
cursor: var(--cursor-pointer);
-webkit-box-shadow: 0 21px 52px 0 rgba(82, 82, 82, 0.2);
box-shadow: 0 21px 52px 0 rgba(82, 82, 82, 0.2);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.captcha-control-button i {
position: absolute;
top: 50%;
left: 50%;
width: 28px;
height: 28px;
margin-left: -14px;
margin-top: -14px;
background-image: url('data:image/svg+xml;utf8,');
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.captcha-fail .captcha-control-button {
border: 1px solid #f33;
background: #f33;
}
.captcha-control-button.captcha-button-active {
color: #fff;
background: var(--theme);
}
.captcha-control-button.captcha-button-active i, .captcha-fail .captcha-control-button i {
background-image: url('data:image/svg+xml;utf8,');
}
/* state */
.captcha-image .captcha-state {
display: none;
position: absolute;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: rgba(0, 0, 0, 0.7);
transform: translate(0, 0);
-webkit-animation: captchaFadeIn 0.3s forwards;
animation: captchaFadeIn 0.3s forwards;
}
.captcha-image .captcha-state .captcha-state-icon-fail, .captcha-image .captcha-state .captcha-state-icon-success {
display: none;
}
.captcha-success .captcha-image .captcha-state, .captcha-fail .captcha-image .captcha-state, .captcha-fail .captcha-image .captcha-state .captcha-state-icon-fail, .captcha-success .captcha-image .captcha-state .captcha-state-icon-success {
display: block;
}
/* fade anim */
@-webkit-keyframes captchaFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes captchaFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* fail anim */
@-webkit-keyframes horizontal {
0% {
-webkit-transform: translate(0px, 0);
-ms-transform: translate(0px, 0);
transform: translate(0px, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate(-1px, 0);
transform: translate(-1px, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate(1px, 0);
transform: translate(1px, 0);
}
100% {
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
}
}
@keyframes horizontal {
0% {
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate(-1px, 0);
transform: translate(-1px, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate(1px, 0);
transform: translate(1px, 0);
}
100% {
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
}
}
.captcha-control-horizontal {
-webkit-animation: horizontal 0.6s 0.2s ease both;
-moz-animation: horizontal 0.6s 0.2s ease both;
animation: horizontal 0.6s 0.2s ease both;
}
/* success timer progress */
.captcha .captcha-timer-progress-bar-wrap {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 4px;
overflow: hidden;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.captcha .captcha-timer-progress-bar {
width: 100%;
height: 4px;
background-color: var(--progress-bar-color);
}
.modal-body .close {
position: absolute;
top: 10px;
right: 10px;
}
.login-header {
padding-top: 50px;
width: 100%;
background-color: transparent;
position: absolute;
top: 0;
left: 0;
z-index: 10;
}
@media (max-width: 1599.98px) {
.login-header {
padding-top: 35px;
}
}
@media (max-width: 1199.98px) {
.login-header {
padding-top: 30px;
}
}
@media (max-width: 767.98px) {
.login-header {
padding-top: 15px;
}
}
.login-header .logo {
display: block;
width: 120px;
}
@media (max-width: 1199.98px) {
.login-header .logo {
width: 100px;
}
}
@media (max-width: 767.98px) {
.login-header .logo {
width: 80px;
}
}
.login-header img {
margin: 0;
}
.login-footer {
width: 100%;
background-color: transparent;
position: absolute;
bottom: 20px;
left: 0;
z-index: 10;
}
@media (max-width: 1599.98px) {
.login-footer {
bottom: 0;
}
}
.login-footer .copyright {
background-color: transparent;
}
.login-footer .copyright span, .login-footer .copyright a {
color: #fff !important;
}
.login-footer .copyright .b2wms {
color: #fff !important;
}
.login-page {
position: relative;
min-height: 100vh;
padding: 110px 0 80px;
display: flex;
flex-direction: column;
justify-content: center;
}
.login-page--main {
display: flex;
align-items: center;
width: 100%;
height: 100%;
}
.login-page--content {
max-width: 440px;
margin: 0 auto;
padding: 50px 35px;
border-radius: 16px;
background-color: #fff;
}
@media (max-width: 767.98px) {
.login-page--content {
padding: 30px 15px;
}
}
.login-page--content h3 {
margin-bottom: 30px;
font-size: 22px;
line-height: 1.7;
text-align: center;
color: #333;
}
.login-page--form {
margin-top: 0;
}
.login-page--form .form-group {
margin-bottom: 20px;
}
.login-page--form .form-group.mb-16 {
margin-bottom: 16px;
}
.login-page--form .form-control {
padding: 10px 20px;
height: auto;
font-size: 16px;
line-height: 2;
background-color: #fff;
border: 1px solid #efefef;
border-radius: 6px;
color: #999999;
}
.login-page--form .form-control::placeholder {
font-size: inherit;
color: inherit;
}
.login-page--form .remember-grp {
display: flex;
align-items: center;
justify-content: space-between;
line-height: 1;
}
.login-page--form .remember-grp a {
font-size: 14px;
line-height: 18px;
color: #0f4db0;
}
.login-page--form .custom-checkbox {
position: relative;
}
.login-page--form .custom-checkbox input[type="checkbox"]:checked ~ label::before {
background-color: #0f4db0;
border-color: #0f4db0;
}
.login-page--form .custom-checkbox input[type="checkbox"]:checked ~ label::after {
opacity: 1;
visibility: visible;
}
.login-page--form .custom-checkbox label {
margin-top: 0;
padding-left: 26px;
font-size: 14px;
line-height: 18px;
color: #333;
}
.login-page--form .custom-checkbox label::before {
content: "";
width: 16px;
height: 16px;
padding: 0;
border-radius: 3px;
border: 1px solid #999;
position: absolute;
top: 1px;
left: 0;
transition: all 0.35s;
}
.login-page--form .custom-checkbox label::after {
content: "";
display: block;
width: 16px;
height: 16px;
position: absolute;
top: 1px;
left: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
opacity: 0;
visibility: hidden;
transition: all 0.35s;
}
.login-page--form .custom-checkbox label a {
text-decoration: none;
}
.login-page--form .contract-content label::before, .login-page--form .contract-content label::after {
top: 5px;
}
.login-page--form input[type="checkbox"] {
padding: 0;
width: 1px;
height: 1px;
position: absolute;
z-index: -1;
opacity: 0;
}
.login-page--form .btn-submit {
margin: 0 !important;
margin-bottom: 16px !important;
padding: 10px;
font-size: 18px;
font-weight: normal;
height: auto;
letter-spacing: 0.5em;
border: 1px solid #0f4db0;
}
@media (max-width: 767.98px) {
.login-page--form .btn-submit {
margin-bottom: 5px !important;
}
}
.login-page--form p.redirect {
font-size: 16px;
line-height: 2.125;
text-align: center;
color: #333333;
}
.login-page--form p.redirect a {
text-decoration: none;
}
.login-page--form .input-group input {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important;
}
.login-page--form .input-group button {
height: 100%;
margin: 0;
margin-left: 20px;
padding: 0 20px;
border-radius: 3px !important;
font-size: 16px;
font-weight: normal;
}
.login-page--form .input-group button:disabled:not(.progress-bar-striped) {
background: transparent;
border: 1px solid #efefef;
color: #bdbcbc;
pointer-events: none;
opacity: 1;
}
.register-modal .close {
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 5px;
}
.register-modal .close span {
display: block;
font-size: 26px;
font-weight: 400;
color: #999999;
opacity: 1;
text-shadow: none;
}
.register-modal .modal-dialog {
transition: all 0.35s;
}
@media (max-width: 767.98px) {
.register-modal .modal-dialog {
max-width: 90%;
margin: 0 auto;
}
}
.register-modal .modal-body {
padding: 10px;
position: relative;
}
.register-modal h3 {
margin-bottom: 10px !important;
padding: 10px;
font-size: 18px;
line-height: 1.6;
font-weight: bold;
text-align: center;
color: #000;
border-bottom: 1px solid #F5F5F5;
}
@media (max-width: 767.98px) {
.register-modal h3 {
font-size: 16px;
}
}
.register-modal .editor-content {
padding: 0 10px;
}
.register-modal .editor-content p {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.6;
color: #333;
}