﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    font-family: sans-serif;
}

a {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    font-weight: bold;
    text-decoration: none !important;
}

a:focus {
    outline: none !important
}

a:hover {
    text-decoration: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #000;
    margin: 0
}

ul,
li {
    margin: 0;
    list-style-type: none
}

input {
    outline: none;
    border: none
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

textarea {
    outline: none;
    border: none
}

textarea:focus,
input:focus {
    border-color: transparent !important
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

input::-webkit-input-placeholder {
    color: #ccc
}

input:-moz-placeholder {
    color: #ccc
}

input::-moz-placeholder {
    color: #ccc
}

input:-ms-input-placeholder {
    color: #ccc
}

textarea::-webkit-input-placeholder {
    color: #ccc
}

textarea:-moz-placeholder {
    color: #ccc
}

textarea::-moz-placeholder {
    color: #ccc
}

textarea:-ms-input-placeholder {
    color: #ccc
}

button {
    outline: none !important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none !important
}

.txt1 {
    font-family: sans-serif;
    font-size: 15px;
    color: #999;
    line-height: 1.4
}

.txt2 {
    font-family: sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.4
}

.txt3 {
    font-family: sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.4
}

.hov1:hover {
    color: #667eea
}

.limiter {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1
}

.bg-image {
    /* The image used */
    background-image: url("photographer.jpg");
    /* Add the blur effect */
    /*filter: blur(2px);
    -webkit-filter: blur(2px);*/
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-text {
    /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);*/
    color: white;
    font-weight: bold;
    /*border: 3px solid #f1f1f1;*/
    position: absolute;
    top: 35%;
    left: 36.5%;
    /*transform: translate(-50%, -50%);*/
    z-index: 2;
    width: 390px;
    padding: 20px;
    text-align: center;
}

.login-box,
.register-box {
    width: 360px !important;
    top: 30% !important;
    position: relative !important;
    margin-left: 5%;
}

.card {
    box-shadow: 0 0 50px rgb(4 4 4 / 13%), 0px -20px 50px rgb(0 0 0 / 20%) !important;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap
}

.wrap-login100 {
    width: 520px;
    min-height: 100vh;
    border-radius: 2px;
    position: relative
}

.login100-more {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 520px);
    position: relative;
    z-index: 1
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: #e8519e;
        background: -webkit-linear-gradient(bottom,#e8519e,#c77ff2);
        background: -o-linear-gradient(bottom,#e8519e,#c77ff2);
        background: -moz-linear-gradient(bottom,#e8519e,#c77ff2);
        background: linear-gradient(bottom,#e8519e,#c77ff2);*/
    opacity: .8
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    backdrop-filter: blur(2px);
}

.login100-form-title {
    display: block;
    width: 100%;
    font-family: Poppins-Bold;
    font-size: 39px;
    color: #333;
    line-height: 1.2;
    text-align: left
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 45px
}

.label-input100 {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #999;
    line-height: 1.2;
    padding-left: 2px
}

.input100 {
    display: block;
    width: 100%;
    height: 50px;
    background: 0 0;
    font-family: sans-serif;
    font-size: 22px;
    color: #555;
    line-height: 1.2;
    padding: 0 2px
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #667eea;
    background: -webkit-linear-gradient(135deg, #667eea, #764ba2);
    background: -o-linear-gradient(135deg, #667eea, #764ba2);
    background: -moz-linear-gradient(135deg, #667eea, #764ba2);
    background: linear-gradient(135deg, #667eea, #764ba2)
}

.input100:focus+.focus-input100::before {
    width: 100%
}

.has-val.input100+.focus-input100::before {
    width: 100%
}

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    margin: 0;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #e6e6e6;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #667eea
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.wrap-login100-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 300%;
    background: #667eea;
    background: -webkit-linear-gradient(top, #667eea, #764ba2, #667eea, #764ba2);
    background: -o-linear-gradient(top, #667eea, #764ba2, #667eea, #764ba2);
    background: -moz-linear-gradient(top, #667eea, #764ba2, #667eea, #764ba2);
    background: linear-gradient(top, #667eea, #764ba2, #667eea, #764ba2);
    bottom: -100%;
    left: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 244px;
    height: 50px;
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    bottom: 0
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 30px 4px 10px;
    bottom: calc((100% - 25px)/2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 2px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    bottom: calc((100% - 25px)/2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

.true-validate::after {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: calc((100% - 25px)/2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 5px
}

@media(max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width: 900px) {
    .bg-text {
        top: 40%;
        left: 14%;
        overflow: hidden;
    }
}/* Login page layout and localized language selector */
body.login-page {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4c1d95 100%);
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    margin: 0;
}

.login-shell {
    min-height: 100vh;
    padding: 2rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
}

.login-topbar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

body.login-page .login-box {
    width: 420px !important;
    max-width: 100%;
    top: auto !important;
    position: relative !important;
    margin: 0 auto;
}

.login-logo img {
    width: 100px;
    height: 100px;
}

.login-language .dropdown-toggle {
    color: #edf2ff;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.login-language .dropdown-toggle:hover,
.login-language .dropdown-toggle:focus {
    color: #fff;
    background: rgba(255,255,255,0.18);
}

.login-language .dropdown-menu {
    min-width: 150px;
    background-color: #2a255f;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 16px 32px rgba(8, 10, 37, 0.28);
    border-radius: 14px;
    padding: 0.5rem;
    margin-top: 0.5rem !important;
}

.login-language .dropdown-item {
    border-radius: 8px;
    padding: 0.5rem 0.9rem;
    font-size: 0.92rem;
    color: #edf2ff;
}

.login-language .dropdown-item:hover,
.login-language .dropdown-item:focus,
.login-language .dropdown-item.active {
    background-color: rgba(255,255,255,0.12);
    color: #fff;
}

.login-logo a {
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
}

body.login-page .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
}

body.login-page .card-header {
    background: white;
    border-bottom: 1px solid #f1f1f1;
    padding: 2rem 2rem 1rem;
}

body.login-page .card-body {
    padding: 1rem 2rem 2rem;
}

body.login-page .form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

body.login-page .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

body.login-page .input-group-text {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-left: none;
    border-radius: 0 10px 10px 0;
    color: #6c757d;
}

body.login-page .input-group .form-control {
    border-right: none;
    border-radius: 10px 0 0 10px;
}

body.login-page .input-group:focus-within .input-group-text {
    border-color: #667eea;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

body.login-page .input-group:focus-within .form-control {
    border-color: #667eea;
}

body.login-page .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

body.login-page .btn-primary:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
}

body.login-page .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.5);
}

body.login-page .alert-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.welcome-text h4 {
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.welcome-text p {
    color: #718096;
    font-size: 14px;
}

.footer-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 400;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

@media (max-width: 576px) {
    .login-shell {
        padding: 1rem 0.9rem 1.5rem;
    }

    .login-topbar {
        margin-bottom: 1rem;
    }

    body.login-page .login-box {
        width: 100% !important;
    }

    body.login-page .card-header,
    body.login-page .card-body {
        padding: 1.5rem;
    }

    .login-language .dropdown-toggle {
        padding: 0.35rem 0.7rem;
        font-size: 0.9rem;
    }
}

