@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap);

body {font-family: 'Inter', 'Poppins', sans-serif;}

/* Modern Login Wrapper */
.modern-login-wrapper {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #dc2626 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}



#welcomeheader .mdbtn,.login,.user-image,.w100,.wo_r_features{overflow:hidden}*{box-sizing:border-box;outline:0!important}body{overflow-x:hidden}.w100{width:100%}.ad-placement-header-footer{display:none}#re-send{margin-bottom:0;margin-top:20px}.welcome-container{width:100%;height:100%}.help-block-welcome{color:#777;margin-bottom:5px;font-size:12px}#welcomeheader{width:100%;position:fixed;z-index:99;top:0;box-shadow:-1px 4px 20px -8px rgba(0,0,0,.62)}#welcomeheader .mdbtn{transition:all .2s ease;cursor:pointer;min-width:88px;text-align:center;border-radius:3px;user-select:none;border:2px solid;outline:0;padding:5px 0;height:auto;margin:7.5px 0}#welcomeheader .mdbtn:hover{background-color:rgba(0,0,0,.2)}.absul-right{position:relative}.logo{display:block;margin-top:10px;margin-right:55px}.logo img{max-width:130px}.welcome-search-con{color:#fff;position:relative}.welcome-search-con i{position:absolute;left:10px;top:2px}.login,.welcome-footer,.wrapper{position:relative}
.welcome-search{background:rgba(0,0,0,.2);border:0;padding:5px 13px 5px 30px;width:400px;margin-top:-15px;max-width:400px;border-radius:2px;height:32px;transition:background .2s ease-out;outline:0;font-family:Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif}
.welcome-footer{padding:10px 0 0;font-size: 13px;}
.welcome-footer a:not(.lang){text-shadow:none}
footer:empty{padding:0}
.wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;min-height:calc(100vh);margin:0}
.g-recaptcha{transform:scale(.85);transform-origin:0 0}
/* Modern Login Container */
.modern-login {
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: relative;
    z-index: 2;
}

.modern-login .modern-form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 30px 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.modern-form-panel {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Left Panel Styles */
.modern-left-panel {
    width: 50%;
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-left-content {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 600px;
    flex-direction: column;
    margin: auto;
    overflow: hidden;
    align-items: flex-start;
    justify-content: center;
    padding: 60px;
    /* Define the vertical boundaries for form alignment */
    --logo-top: 60px;
    --toggle-bottom: 90px; /* 60px from bottom */
}

.modern-logo {
    margin: 0 0 40px 0;
    display: block;
}

.modern-logo img {
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}

.welcome-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modern-title {
    margin: 0 0 20px 0;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.title-main {
    display: block;
    font-size: 48px;
}

.title-accent {
    display: block;
    font-size: 56px;
    background: linear-gradient(45deg, #dc2626, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 10px;
}

.modern-subtitle {
    margin: 0 0 40px 0;
    max-width: 450px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Feature Highlights */
.feature-highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 500;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: rgba(220, 38, 38, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc2626;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(220, 38, 38, 0.3);
}

/* Form Header */
.form-header {
    text-align: center;
    margin-bottom: 20px;
}

.form-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1a1a1a;
    margin: 0 0 6px 0;
}

.form-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Modern Theme Toggle */
.modern-theme-toggle {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 60px; /* Align with content padding */
    bottom: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    text-decoration: none !important;
    padding: 3px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.modern-theme-toggle:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.modern-theme-toggle.night {
    background: rgba(0, 0, 0, 0.3);
}

.modern-theme-toggle.night .sun {
    color: #c0c0c0;
}

.modern-theme-toggle.night .moon {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.modern-theme-toggle.day .sun {
    color: #dc2626;
    background: white;
    border-radius: 50%;
}

.modern-theme-toggle.day .moon {
    color: rgba(255, 255, 255, 0.6);
}


.login_innre {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column;min-height: calc(100% - 60px);min-height: 100%;}
.login_innre:after,.login_innre:before {-webkit-box-flex: 1;box-flex: 1;-webkit-flex-grow: 1;flex-grow: 1;content: '';display: block;height: 24px}

.terms,.terms label,.user-image,.users-profiles{position:relative}

.forgot_password {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin:-7px 0 50px}
.forgot_password > a {font-size: 14px;}
.login_signup_combo{margin:20px 0 0;position:relative}
.login_signup_combo .login__{display:flex;align-items:center;justify-content:flex-end}
.login_signup_combo .login__ .btn {
	min-width: 236px;
    box-shadow: 0px 4px 19px rgb(198 77 83 / 30%);
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 54px;
}
.login_signup_combo .signup__ {text-align: center;margin: 15px 0 -10px;font-size: 15px;}
.social_btns {
	    text-align: center;
    margin: 36px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;    flex-wrap: wrap;
    gap: 5px;
}
.social_btns p {margin-bottom:5px;opacity: 0.6;}
.social_btns a {text-decoration: none;width: 28px;height: 28px;margin: 5px 0;border-radius: 50%;transition: all .2s ease;padding: 3px 6px;border: 0;flex: 0 0 auto;}
.social_btns a:hover {
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}
.social_btns a.no_padd {padding: 0;}
.social_btns a.no_padd svg {width: 100%;height: 100%;}
.social_btns a span {display: none;}
.social_btns a.full {
	background: #0674E7;
    border-radius: 9px;
    height: auto;
    line-height: 55px;
    width: auto;
    flex: 0 0 auto;
    color: #fff;
    padding: 0 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.social_btns a.full svg {
	    width: 25px;
    height: auto;
    margin-top: -2px;
}
.social_btns a.full span {display: inline-block;}
.errors, .success {padding: 12px;border-radius: 12px;border: 0;font-size: 15px;}
.errors:empty, .success:empty {padding: 0;}
.login .title {
	color: #444;
    margin: 0 0 17px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;text-transform: capitalize;
}
.login .desc {
	font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.login .desc a {
	font-weight: bold;
}
.random_users{margin-top:60px}
.users-profiles{padding:0;width:100%;margin:30px auto 0;text-align:center;display:block}
.user-image, .user-image img {width:44px;height:44px;border-radius:50%}
.user-image {display: inline-block;margin: -7px -4px;box-shadow: 0 0 0 2px #E4E7E4;}
.terms{padding-left:22px}
.terms input[type=checkbox]{opacity:0;margin:0 0 6px 4px;display:none}
.terms label::after,.terms label::before{display:inline-block;left:0;margin-left:-20px}
.terms label{
	padding-left: 7px;
    cursor: pointer;
    user-select: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}
.terms label::before{
	content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 1px;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    transition: all 90ms cubic-bezier(0,0,.2,.1);
}
.terms input[type=checkbox]:checked+label::before{background-color:#1e2322;border-color:#1e2322}
.terms label::after{position:absolute;width:16px;height:16px;top:0;padding-left:3px;padding-top:1px;font-size:11px;color:#555}
.terms input[type=checkbox]:checked+label::after{border:2px solid #fff;border-top:none;border-right:none;content:"";height:5px;left: 4px;
    position: absolute;
    top: 6px;transform:rotate(-45deg);width:10px;transition:.2s;color:#fff}
.typed-cursor{opacity:1;-webkit-animation:blink .7s infinite;-moz-animation:blink .7s infinite;animation:blink .7s infinite;color:#e9e9e9;font-size:28px}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}@-webkit-keyframes blink{0%,100%{opacity:1}50%{opacity:0}}

.login .footer {
	text-align: center;
	max-width: 550px;
    margin: 20px auto 0;
}
.spinner{-webkit-animation:rotator 1.7s linear infinite;animation:rotator 1.7s linear infinite;width:27px;margin-right:15px;opacity:0;visibility:hidden}.spinner.show{opacity:1;visibility:visible}.spinner__path{stroke-dasharray:187;stroke-dashoffset:0;-webkit-transform-origin:center;transform-origin:center;-webkit-animation:dash 1.7s ease-in-out infinite;animation:dash 1.7s ease-in-out infinite;stroke:#5c6062}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}#wo_language_modal{background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.04'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center #e0e0e0;border-bottom:1px solid #c8c8c8}#wo_language_modal .language_head{font-size:18px;overflow:hidden}#wo_language_modal ul{padding:0}#wo_language_modal ul .language_select{width:18.7%;display:inline-block;text-align:center;margin:30px 2px 5px}#wo_language_modal ul .language_select a{display:table;text-decoration:none;font-weight:700;font-size:13px;width:100%}#wo_language_modal ul .language_select a .language_initial{display:table-caption;width:50px;height:50px;background:0 0;margin:0 auto 8px;box-shadow:0 1px 3px rgba(0,0,0,.24);border-radius:50%;transition:all .2s ease-in-out}.carousel,.carousel-inner{height:100%}#wo_language_modal ul .language_select:hover .language_initial{box-shadow:0 2px 6px rgba(0,0,0,.5)}.animated{-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated_2{-webkit-animation-duration:.2s;animation-duration:.2s}.animated_4{-webkit-animation-duration:.4s;animation-duration:.4s}.animated_5{-webkit-animation-duration:.5s;animation-duration:.5s}.animated_6{-webkit-animation-duration:.6s;animation-duration:.6s}.animated_8{-webkit-animation-duration:.8s;animation-duration:.8s}.animated_9{-webkit-animation-duration:.9s;animation-duration:.9s}.animated_10{-webkit-animation-duration:1s;animation-duration:1s}.animated_12{-webkit-animation-duration:1.2s;animation-duration:1.2s}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.carousel{z-index:-1}.carousel-inner .item{background-repeat:no-repeat;background-size:cover;background-position:center;height:100%}

/* Modern Form Fields */
.form-fields-container {
    margin: 15px 0;
}

.modern_form_field {
    position: relative;
    margin: 12px 0;
}

.input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.input-group label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.input-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #dc2626;
    z-index: 2;
    transition: all 0.3s ease;
    pointer-events: none;
}

.input-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.input-wrapper input {
    width: 100%;
    height: 50px;
    padding: 14px 16px 14px 50px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    outline: none;
}

.input-wrapper input:focus {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.input-wrapper input:focus ~ .input-icon,
.input-wrapper input:focus + .input-icon {
    color: #dc2626;
}

/* Form Options */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.modern-checkbox {
    display: flex;
    align-items: center;
}

.modern-checkbox input[type="checkbox"] {
    display: none;
}

.modern-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    user-select: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e1e5e9;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease;
}

.modern-checkbox input[type="checkbox"]:checked + label .checkmark {
    background: #dc2626;
    border-color: #dc2626;
}

.modern-checkbox input[type="checkbox"]:checked + label .checkmark::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.forgot-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #dc2626;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.forgot-link:hover {
    color: #b91c1c;
    text-decoration: underline;
}

/*Form Fields - Legacy Support*/
.wow_form_fields {position: relative;margin: 20px 0;}
.wow_form_fields > label {
	display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
/* WoWonder Style Form Fields - Using Login Form Styling */
.wow_form_fields {
    position: relative;
    margin: 20px 0;
}

.wow_form_fields > label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wow_form_fields > label svg {
    width: 16px;
    height: 16px;
    color: #dc2626;
    flex-shrink: 0;
}

.wow_form_fields input, .wow_form_fields textarea, .wow_form_fields select {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    font-size: 16px;
    color: #374151;
    transition: all 0.3s ease;
    outline: none;
    font-family: 'Inter', sans-serif;
}

.wow_form_fields input::placeholder,
.wow_form_fields textarea::placeholder {
    color: #9ca3af;
    font-size: 16px;
}

.wow_form_fields input:focus,
.wow_form_fields textarea:focus,
.wow_form_fields select:focus {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.wow_form_fields textarea {
    height: auto;
    min-height: 100px;
    padding: 16px;
    resize: vertical;
}

.wow_form_fields select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
}

/* Helper text for password complexity */
.wow_form_fields .helper-text {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    list-style: none;
    padding: 0;
}

.wow_form_fields .helper-text li {
    padding: 2px 0;
    transition: color 0.3s ease;
}

.wow_form_fields .helper-text li.valid {
    color: #28a745;
}

.wow_form_fields .helper-text li.valid:before {
    content: "✓ ";
    color: #28a745;
    font-weight: bold;
}

/* Modern Submit Button */
.form-submit {
    margin: 20px 0 15px;
}

.modern-submit-btn {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg, #1a1a1a 0%, #dc2626 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3);
}

.modern-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(220, 38, 38, 0.4);
}

.modern-submit-btn:active {
    transform: translateY(0);
}

.modern-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.modern-submit-btn:disabled:hover {
    transform: none;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3);
}

.btn-text {
    transition: opacity 0.3s ease;
}

.btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-submit-btn.btn-loading .btn-text {
    opacity: 0;
}

.modern-submit-btn.btn-loading .btn-loader {
    opacity: 1;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Forgot Password Choice Buttons */
.choice-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

.modern-choice-btn {
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    color: #374151;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    outline: none;
}

.modern-choice-btn:hover {
    border-color: #dc2626;
    background: #fef2f2;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.15);
}

.modern-choice-btn:active {
    transform: translateY(0);
}

.modern-choice-btn svg {
    color: #dc2626;
    flex-shrink: 0;
}

.modern-submit-btn.btn-loading .btn-text {
    opacity: 0;
}

.modern-submit-btn.btn-loading .btn-loader {
    opacity: 1;
}

.btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Modern Alert */
.modern-alert {
    border-radius: 12px;
    padding: 16px 20px;
    margin: 20px 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: #fee;
    color: #c53030;
    box-shadow: 0 4px 12px rgba(197, 48, 48, 0.15);
}

.modern-alert:empty {
    display: none;
}

/* Register Link */
.register-link {
    text-align: center;
    margin: 0 0 15px 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
}

.register-btn {
    color: #dc2626;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.register-btn:hover {
    color: #b91c1c;
    text-decoration: underline;
}

/*Buttons - Legacy Support*/
.btn-mat {position: relative;user-select: none;outline: 0;border: none;-webkit-tap-highlight-color: transparent;text-decoration: none;text-align: center;min-width: 64px;line-height: 36px;padding: 0 16px;border-radius: 4px;transform: translate3d(0,0,0);transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);font-size: 14px;font-weight: 500;overflow: hidden;}
.btn-mat::before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: currentColor;opacity: 0;transition: opacity 0.2s;}
.btn-mat::after {content: "";position: absolute;left: 50%;top: 50%;border-radius: 50%;padding: 50%;width: 32px;height: 32px;background-color: currentColor;opacity: 0;transform: translate(-50%, -50%) scale(1) ;transition: opacity 1s, transform 0.5s;}
.btn-mat:active::after {opacity: 0.16;transform: translate(-50%, -50%) scale(0);transition: transform 0s;}
.btn-mat svg {width: 17px;height: 17px;margin: -2px 3px 0 0;}
.btn-mat-raised {box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);}
.btn-mat-raised:active {box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);}
.btn-loading {position: relative;box-shadow: none;}
.btn-loading:before {display: none;}
.btn-loading:after {top: 0;right: 0;bottom: 0;left: 0;opacity: 1;width: 100%;height: 100%;padding: 0 16px;border-radius: 4px;transform: none;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50px' height='50px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3e%3crect x='0' y='0' fill='none' class='bk'%3e%3c/rect%3e%3ccircle cx='50' cy='50' r='40' stroke='%23fff' fill='none' stroke-width='6' stroke-linecap='round'%3e%3canimate attributeName='stroke-dashoffset' dur='1.5s' repeatCount='indefinite' from='0' to='502'%3e%3c/animate%3e%3canimate attributeName='stroke-dasharray' dur='1.5s' repeatCount='indefinite' values='150.6 100.4;1 250;150.6 100.4'%3e%3c/animate%3e%3c/circle%3e%3c/svg%3e");background-position: center;background-repeat: no-repeat;background-size: 24px;transition: none;}
.payment_box .btn {width: 100%;background-color: white;color: #2c2c2c;text-align: inherit;display: flex;align-items: center;border-bottom: 1px solid rgba(0, 0, 0, 0.07);border-radius: 0;padding: 20px 25px;transition: all 0.15s;font-family: "Lato", sans-serif; font-weight: 600;box-shadow: none;}
.payment_box .btn:hover {background-color: rgba(0, 0, 0, 0.04);}
.payment_box .btn:last-child {border:0;}
.payment_box .btn svg, .payment_box .btn img {margin-right: 15px;width: 32px;height: 32px;}

/*Plans*/
.wow_membr_signup_plan {box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);border-radius: 7px;padding: 10px;margin-top: 20px;}
.wow_sup_plan_hdr {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.wow_sup_plan_hdr > div {font-size: 23px;}
.wow_sup_plan_hdr > div span {display: inline-block;vertical-align: text-top;line-height: 1;}
.wow_sup_plan_hdr > div img, .wow_sup_plan_hdr > div svg {width: 24px;height: 24px;vertical-align: middle;}
.wow_sup_plan_hdr b {margin: 0;}
.wow_membr_signup_plan .col-lg-6 svg {vertical-align: middle;width: 20px;height: 20px;}
.wow_membr_signup_plan .modal-footer {padding: 10px 0 0;margin-top: 10px;}

/*Password Check*/
.helper-text {display: none;margin-top: 6px;font-size: 12px;line-height: 18px;}
.helper-text li.valid {color: #1aac20;}

.wow_forgot_choice .login__ {flex-wrap: wrap;}

/*Bank transfer Modal*/
svg {vertical-align: middle;}
.wow_pops_head {position: relative;background: #8b6060;color: #fff;text-align: center;padding: 25px 0 115px;border-radius: 3px 3px 0 0;margin-bottom: -50px;}
.wow_pops_head > svg {position: absolute;bottom: 0;left: 0;width: 100%;height: 120px;color: #fff;}
.wow_pops_head .close {position: absolute;top: 7px;right: 7px;padding: 0;opacity: 0.4;text-shadow: none;color: white;}
.wow_pops_head .close:hover {opacity: 1;}
.wow_pops_head h4 {margin: 0;font-weight: 400;font-family: "Roboto", sans-serif;font-size: 19px;}
.wow_pops_head h4 svg {width: 27px;height: 27px;margin: -2px 2px 0 0;background-color: rgba(255, 255, 255, 0.2);border-radius: 50%;padding: 5px;}
.dt_bank_trans_modal .bank_info {width: 100%;margin-top: 24px;margin-bottom: 30px;}
.dt_bank_trans_modal .bank_info .dt_settings_header {width: 100%;margin-left: auto;margin-right: auto;border-radius: 7px;height: auto;background-color: #2196f3;background: linear-gradient(90deg, #03A9F4 0%, #2196f3 35%, #3F51B5 100%);padding: 16px;overflow: hidden;position: relative;}
.dt_bank_trans_modal .dt_settings_circle-1 {width: 290px;height: 290px;background-image: radial-gradient(circle 800px at 75% -25%,#000000 0,rgba(255, 255, 255, 0) 100%);left: -28px;top: -28px;opacity: .05;position: absolute;border-radius: 50%;pointer-events: none;}
.dt_bank_trans_modal .dt_settings_circle-2 {opacity: .03;position: absolute;border-radius: 50%;pointer-events: none;width: 500px;height: 500px;background-image: radial-gradient(circle 800px at 10% -25%,#000000 0,rgba(255, 255, 255, 0) 100%);right: -242px;top: 17px;}
.dt_bank_trans_modal .bank_info .bank_info_innr {position: relative;width: 100%;color: #fff;z-index: 1;border: 6px solid rgba(255, 255, 255, 0.3);padding: 20px;border-radius: 5px;}
.dt_bank_trans_modal .bank_info .bank_info_innr > svg {position: absolute;opacity: 0.3;left: 16px;top: 16px;width: 45px;z-index: -1;}
.dt_bank_trans_modal .bank_info .bank_info_innr .row p {margin: 0;font-size: 18px;word-break: break-word;}
.dt_bank_trans_modal .bank_info .bank_info_innr .row .col {margin-top: 18px;}
.dt_bank_trans_modal .bank_info .bank_info_innr .bank_name {font-size: 22px;padding: 5px .75rem 0 55px;}
.dt_bank_trans_modal .bank_info .bank_info_innr .help-block {text-transform: uppercase;font-size: 12px;color: rgba(255, 255, 255, 0.73);}

.dt_bank_trans_modal .dt_user_profile {background-color: #f8f8f8;margin: 0 auto 25px;padding: 10px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);border-radius: 7px;overflow: hidden;}
.dt_bank_trans_modal .dt_user_profile > span {margin-bottom: 5px;font-size: 18px;display: flex;align-items: center;}
.dt_bank_trans_modal .dt_user_profile > span svg {margin-right: 5px;color: #6b6b6b;}
.dt_bank_trans_modal .dt_prof_vrfy {margin: 0;list-style-type: disc;}
.dt_bank_trans_upl_rec {text-align: center;}
.dt_bank_trans_upl_rec a {display: inline-block;border-bottom: 1px dashed;color: #3f3f3f;padding-bottom: 5px;font-size: 14px;transition: all 0.15s;text-decoration: none;}
.dt_bank_trans_upl_rec a:hover {border-bottom-style: solid;}
.dt_bank_trans_upl_rec a svg {width: 20px;height: 20px;margin-top: -3px;}
.upload_bank_receipts {text-align: center;display: none;}
.upload_bank_receipts > div {width: 100%;max-width: 200px;height: 185px;margin: auto;background-color: #f0f0f0;border: 2px solid #ddd;border-radius: 7px;display: flex;align-items: center;justify-content: center;flex-direction: column;cursor: pointer;}
.upload_bank_receipts svg {width: 45px;height: 45px;color: #4a4a4a;background-color: lightgrey;padding: 10px;border-radius: 50%;margin-bottom: 10px;}
.upload_bank_receipts p {margin-bottom: 0px;}
#bank_transfer_modal.up_rec_active .hide_alert_info_bank_trans, #bank_transfer_modal.up_rec_active .dt_bank_trans_upl_rec {display: none;}
#bank_transfer_modal.up_rec_active .upload_bank_receipts {display: block;}
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts img {width: 100%;height: 100%;object-fit: cover;}
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts svg, #bank_transfer_modal.up_rec_img_ready .upload_bank_receipts p {display: none;}

#bank_transfer_donate_modal.up_rec_active .hide_alert_info_bank_trans, #bank_transfer_donate_modal.up_rec_active .dt_bank_trans_upl_rec {display: none;}
#bank_transfer_donate_modal.up_rec_active .upload_bank_receipts {display: block;}
#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts img {width: 100%;height: 100%;object-fit: cover;}
#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts svg, #bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts p {display: none;}

/*Social Login*/
.btn-instagram {background-color: #d63e75;}
.btn-qq {background-color: #2196f3;}
.btn-wechat {background-color: #03ce65;}
.btn-discord {background-color: #6e85d2;}
.btn-mailru {background-color: #005ff9;}
.btn-wechat.active, .btn-wechat:active, .btn-wechat:focus, .btn-wechat:hover, .open>.dropdown-toggle.btn-wechat {background-color: #4caf50;}
.btn-ok {background-color: #e27e35;}
.btn-tiktok {background-color: #494949;}
.btn-wordpress {background-color: #00769D;}

/*Apps*/
.wo_side_apps {
	padding: 40px 0 0;
}
.wo_side_apps p {
	font-weight: bold;
    margin: 10px 2px 5px;
}
.wo_side_apps a {
	margin: 0 2px;display: inline-block;
}
.wo_side_apps a img {
	width: calc(100% + 2px);
    height: 38px;
    border-radius: 8px;
    margin: -1px;
}

/*Send Code Again*/
.send_again {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: end;
    pointer-events: none;
    padding: 9px;
}
.send_again .btn {
	pointer-events: auto;
    box-shadow: none;
    border-radius: 12px;
    font-size: 12px;
    min-width: auto;
    padding: 0 14px;
    line-height: 34px;
}
.send_again .btn::before {
    opacity: 0.15;
}


/*Language Select*/
.lang_select_modal .modal-content {
    padding: 0;
    overflow: hidden;
}

.lang_select_modal .modal-body {
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
    overflow-y: auto;
}

.lang_select_modal .row {
    display: flex;
    flex-wrap: wrap;
}

.lang_select_modal .row .col-md-4, .lang_select_modal .row .col-md-8 {
    float: none;
}

.lang_select_modal .language_info {
    height: 100%;
    position: relative;
    padding: 30px;
    background: linear-gradient(90deg, #4caf50, transparent 90%);
    overflow: hidden;
    min-height: 200px;
    width: 100%;
}

.lang_select_modal .language_info h3 {
    margin: 0 0 20px;
    color: #fff;
}

.lang_select_modal .language_info svg {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -15px;
    height: auto;
    width: 140px;
}

.lang_select_modal ul {
    padding: 20px 20px 20px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    background: transparent !important;
}

.lang_select_modal .language_select {
    flex: 1 1 160px;
    background: transparent !important;
    margin: 10px;
    border-radius: 7px;
}

.lang_select_modal .language_select a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 39px;
    padding: 0 15px;
    transition: background-color .1s;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 7px;
}

.lang_select_modal .language_select:hover {
    background-color: rgb(0 0 0 / 3%) !important;
}




@media (min-width:400px) {
.payment_box {width: 360px;}
}

@media (min-width:1200px){
.container{width:97%}
}

@media (max-width:1250px) {
.login_left_combo_parent {width: 35%;padding: 0 30px;}
.login .col-md-6 {width: 65%;}
}

@media (max-width:1200px){
.welcome-footer{font-size:12px;padding:9px}
}

/* Modern Responsive Design */
@media (max-width: 1200px) {
    .modern-left-panel {
        width: 40%;
    }

    .modern-form-panel {
        width: 60%;
    }

    .modern-left-content {
        padding: 40px;
    }

    .modern-title .title-main {
        font-size: 40px;
    }

    .modern-title .title-accent {
        font-size: 48px;
    }
}

@media (max-width: 930px) {
    .modern-login {
        flex-direction: column;
    }

    .modern-left-panel {
        width: 100%;
        height: auto;
        min-height: 20vh;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modern-left-content {
        padding: 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    /* Hide all content except logo on mobile */
    .modern-left-content .welcome-content {
        display: none;
    }

    .modern-left-content .modern-logo {
        margin: 0;
    }

    .modern-form-panel {
        width: 100%;
        padding: 20px;
        min-height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modern-form-container {
        padding: 35px 30px;
        margin: 0 auto;
        max-width: 90%;
    }

    .modern-title .title-main {
        font-size: 32px;
    }

    .modern-title .title-accent {
        font-size: 36px;
    }

    .modern-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .feature-highlights {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        font-size: 14px;
    }

    .modern-theme-toggle {
        display: none; /* Hide theme toggle on mobile */
    }

    .social_btns {
        flex-wrap: wrap;
    }

    .welcome-footer, .welcome-footer a:not(.lang) {
        color: #fff;
    }
}

@media (max-width: 640px) {
    .modern-login-wrapper {
        min-height: 100vh;
        overflow-x: hidden;
    }

    .modern-left-panel {
        min-height: 15vh;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modern-left-content {
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Hide all content except logo on small mobile */
    .modern-left-content .welcome-content {
        display: none !important;
    }

    .modern-left-content .modern-logo {
        margin: 0 !important;
    }

    .modern-form-panel {
        padding: 15px;
        min-height: 85vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modern-form-container {
        padding: 25px 20px;
        border-radius: 20px;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .modern-logo img {
        max-width: 160px;
    }

    .modern-title .title-main {
        font-size: 24px;
    }

    .modern-title .title-accent {
        font-size: 28px;
    }

    .modern-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .feature-highlights {
        margin-bottom: 20px;
        gap: 12px;
    }

    .feature-item {
        font-size: 13px;
    }

    .feature-icon {
        width: 32px;
        height: 32px;
    }

    .form-title {
        font-size: 22px;
    }

    .form-subtitle {
        font-size: 13px;
    }

    .input-wrapper input {
        height: 48px;
        font-size: 14px;
        padding: 12px 14px 12px 45px;
    }

    .input-icon {
        left: 14px;
    }

    .modern-submit-btn {
        height: 48px;
        font-size: 14px;
    }

    .modern-theme-toggle {
        display: none; /* Hide theme toggle on small mobile */
    }

    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin: 15px 0;
    }

    .modern_form_field {
        margin: 12px 0;
    }

    .form-fields-container {
        margin: 15px 0;
    }

    .form-submit {
        margin: 15px 0 10px;
    }

    .register-link {
        margin: 0 0 10px 0;
        font-size: 13px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .modern-form-container {
        padding: 20px 15px;
        border-radius: 16px;
    }

    .modern-logo img {
        max-width: 180px;
    }

    .modern-title .title-main {
        font-size: 20px;
    }

    .modern-title .title-accent {
        font-size: 24px;
    }

    .form-title {
        font-size: 20px;
    }

    .input-wrapper input {
        height: 44px;
        font-size: 14px;
    }

    .modern-submit-btn {
        height: 44px;
        font-size: 14px;
    }
}

/* Register Page Specific Styles */
.register-panel {
    min-height: 100vh;
    overflow-y: auto;
}

.register-form-container {
    padding: 20px;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(220, 38, 38, 0.3) transparent;
}

.register-form-container::-webkit-scrollbar {
    width: 6px;
}

.register-form-container::-webkit-scrollbar-track {
    background: transparent;
}

.register-form-container::-webkit-scrollbar-thumb {
    background: rgba(220, 38, 38, 0.3);
    border-radius: 3px;
}

.register-form-container::-webkit-scrollbar-thumb:hover {
    background: rgba(220, 38, 38, 0.5);
}

.register-form {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.modern-form .form-fields-container .row {
    margin: 0 -10px;
}

.modern-form .form-fields-container .row .col-lg-6 {
    padding: 0 10px;
}

.modern-form .helper-text {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.modern-form .helper-text li {
    padding: 2px 0;
    transition: color 0.3s ease;
}

.modern-form .helper-text li.valid {
    color: #28a745;
}

.modern-form .helper-text li.valid:before {
    content: "✓ ";
    color: #28a745;
    font-weight: bold;
}

.modern-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 20px 0;
}

.modern-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #dc2626;
    cursor: pointer;
}

.modern-checkbox label {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    cursor: pointer;
    flex: 1;
}

.modern-link {
    color: #dc2626;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.modern-link:hover {
    color: #b91c1c;
    text-decoration: underline;
}

.modern-register-link {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.modern-register-link a {
    color: #dc2626;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.modern-register-link a:hover {
    color: #b91c1c;
    text-decoration: underline;
}

/* Select field styling for register form */
.modern-form select {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    font-size: 16px;
    color: #374151;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.modern-form select:focus {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

/* Mobile Responsiveness for Register Form */
@media (max-width: 768px) {
    .register-panel {
        height: auto;
        min-height: 100vh;
    }

    .register-form-container {
        height: auto;
        min-height: 100vh;
        padding: 15px;
    }

    .register-form {
        padding-bottom: 20px;
    }

    .modern-form .form-fields-container .row {
        margin: 0;
    }

    .modern-form .form-fields-container .row .col-lg-6 {
        padding: 0;
        margin-bottom: 15px;
    }

    .modern-form .form-fields-container .row .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .modern-left-panel {
        display: none;
    }

    .register-panel {
        width: 100%;
        max-width: none;
    }
}

/* Dark Mode Support */
body.night .modern-login-wrapper {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #8b1538 100%);
}

body.night .modern-login .modern-form-container {
    background: rgba(30, 30, 30, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.night .form-title {
    color: #ffffff;
}

body.night .form-subtitle {
    color: #cccccc;
}

body.night .input-group label {
    color: #cccccc;
}

body.night .input-wrapper input {
    background: #2a2a2a;
    border-color: #444;
    color: #ffffff;
}

body.night .input-wrapper input:focus {
    border-color: #dc2626;
    background: #333;
}

body.night .input-wrapper input::placeholder {
    color: #888;
}

body.night .register-link {
    color: #cccccc;
}

body.night .modern-checkbox label {
    color: #cccccc;
}

body.night .modern-alert {
    background: #2a1a1a;
    color: #ff6b6b;
    border: 1px solid #dc2626;
}

/* Legacy responsive support */
@media (max-width:930px) {
.login {flex-direction: column;}
.login_left_combo_parent {width: 100%;height: auto;}
.login_left_combo {max-width: 100%;min-width: 100%;}
.login_left_combo > .img {display: none;}
.login .col-md-6 {width: 100%;}
.night_day_switch {
	left: auto;
    right: 20px;
    bottom: auto;
    top: 70px;
}
.social_btns {
    flex-wrap: wrap;
}
.welcome-footer, .welcome-footer a:not(.lang) {
    color: #fff;
}
}


@media (max-width:640px){
.login_innre {min-height: calc(100% - 100px);padding: 0 20px;}
.login_left_combo_parent {padding: 0 20px;}
.login_left_combo .logo {
    margin: 30px 0 0;
}
.login_left_combo h1 {
    font-size: 30px;
    line-height: normal;margin: 30px 0 0;
}
.login_left_combo p {
    font-size: 16px;
    margin: 10px 0 30px;
}
.night_day_switch {
    top: 40px;
}
}



/*Alerts*/
.alert {border:0;font-family: 'Poppins';    border-radius: 16px;
    padding: 20px;}
.alert-info {
	background-color: rgba(33, 150, 243, 0.1);color: #2196F3;
	background-color: rgb(33 150 243 / 70%);
    color: #ffffff;
}
.alert-success {
	background-color: rgba(76, 175, 80, 0.1);color: #4CAF50;
	background-color: rgb(76 175 80 / 70%);
    color: #ffffff;
}
.alert-warning {
	background-color: rgba(243, 148, 64, 0.1);color: #f39440;
	background-color: rgb(243 148 64 / 70%);
    color: #ffffff;
}
.alert-danger {
	background-color: rgba(244, 67, 54, 0.1);color: #F44336;
	background-color: rgb(244 67 54 / 70%);
    color: #ffffff;
}

.mt-0 {
	margin-top: 0;
}

/*Cookie*/
.cc-window {position: fixed;overflow: hidden;font-size: 14px;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;z-index: 9999;box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;padding: 12px;left: 50%;transform: translateX(-50%);bottom: 15px;width: 100%;max-width: 900px;justify-content: space-between;background-color: white;}
.cc-window.cc-invisible {display: none !important;}
.cc-btn.cc-dismiss {cursor: pointer;transition: all 0.15s;padding: 0 15px;line-height: 34px;display: block;border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;background: #04abf2;color: #fff;}