@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Lato", serif;
    font-size: 13px;

}

.bg_img {
    background-repeat: repeat;
    background-image: url(/images/bg_01.png);
}

.full-log-box {
    display: flex;
    min-height: 100vh;
    width: 100% !important;
    align-items: center;
    justify-content: center;
}

/* ===== LOGIN PAGE ===== */
.login-box {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media (min-width: 992px) {
    .login-box {
        margin: 70px 0;
    }
}

.login-box .form-wrap {
    padding: 30px 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .login-box .form-wrap {
        padding: 45px;
    }
}

@media (min-width: 992px) {
    .login-box .form-wrap {
        margin-top: -40px;
        margin-bottom: -40px;
        padding: 60px;
    }
}

.login-box .socials a {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
}

.login-section {
    position: relative;
    z-index: 0;
}

.login-section::after {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.login-section::before {
    position: absolute;
    content: '';
    opacity: 0.10;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    background-size: cover;
    background-position: top right;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.log-out {
    position: absolute;
    background-color: #ff5050;
    color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 29px;
    right: 25px;
}

.sign-up-link {
    text-decoration: none;
    color: #ff6000;
    margin-top: 10px;
    display: block;
}

.login-section .content {
    padding: 45px;
}

.form-group .zmdi {
    position: absolute;
    z-index: 1;
    color: #fff;
    background-color: #4e63d7;
    border-radius: 5px;
    height: 100%;
    width: 45px;
    text-align: center;
    font-size: 20px;
    padding-top: 13px;
}

.form-group input[type='text'],
.form-group input[type='email'],
.form-group input[type='password'] {
    padding-left: 60px;
}

.form-control {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    color: #858585;
    font-weight: 400;
    position: relative;
}






.login-box .socials a {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
}

.socials a {
    width: 35px;
    height: 35px;
    background-color: #6893e1;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 2px 0 #516cd9;
    box-shadow: 0 3px 2px 0 #516cd9;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 320px;
    text-align: center;
}

h2 {
    margin-bottom: 20px;
    color: #333;
    font-family: "Roboto Condensed", serif;
}

.input-group {
    margin-bottom: 15px;
    text-align: left;
}

label {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    background-color: #0056b3;
}

.forgot-password {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #007BFF;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.logo-img {
    margin: 0 auto;
    display: block;
}

.heading-form {
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-size: 25px;
    color: #32308e;
}



/* ````````````` */

#regForm {
    padding: 35px;
    border: 1px solid #ccc;
    background-color: white;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.prev,
.success {
    width: 150px;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 700;
}

.next {
    width: 150px;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 700;
    background: #32308e;
    color: #ffffff;

}

.badge {
    font-size: 13px;

}

.next:hover {
    background-color: #f7f7f7;
    color: #32308e;
}

legend {
    font-size: 20px;
    font-family: "Roboto Condensed", serif;
    font-weight: 500;
}

.form-check-input {
    margin-right: 5px;
}

.hover-class {
    background-color: #007BFF;
    width: max-content;
}

.justify-content-space-between {
    justify-content: space-between;
}

footer {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #2e3193
}

footer img {
    width: 100%;
    filter: brightness(0) invert(1);
}

footer p {
    margin-bottom: 6px;
}

footer p a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

footer iframe {
    width: 100%;
}

footer h3 {
    color: #fff;
    font-weight: bold;
}

footer .copy {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    color: #fff;
    border-top: 1px solid #fff;
    margin-top: 20px;
}

footer .copy a {
    text-decoration: none;
}

footer .cont a {
    transition: 0.5s;
    font-weight: bold;
    display: inline-block;
}

footer .cont a:hover {
    transform: translateX(8px);
}

.float-butt {
    position: absolute;
    left: 0;

}

.capctha_img img {
    width: 120px;
    height: 40px;
}

.capctha_img {
    margin-left: 32px;
    margin-top: 26px;
}

#reload {
    font-weight: bolder;
    font-size: 18px;
    margin-top: 26px;
}

#reload:active {
    box-shadow: none !important;
    border: 1px solid white !important;
}

.alert-success button:hover {
    background-color: none !important;
}

.captcha-input-div {
    width: 40%;
}

.login-captcha .capctha_img {
    margin-left: 24px !important;
    margin-top: 26px !important;
}

/* Hide the number input field arrows in Chrome, Safari, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the number input field arrows in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.guideline a {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-bottom: 10px;
}

.guideline i {
    color: #007bff;
    font-size: 16px;
}

.guideline p {
    font-size: 14px;
    color: #007bff;
    margin-bottom: 0;
}

.spiner-loader {
    font-size: 16px;
}

.map-iframe {
    border: 0;
}

.footer-link-color {
    color: #fff;
}

.dashboard-progress-fs {
    font-size: .77rem;
}

.h-5 {
    height: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.invalid-feedback {
    display: block;
}

.min-height-43 {
    min-height: 43px;
}