@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    --vz-font-family-primary: "Questrial", sans-serif;
    font-family: var(--vz-font-family-primary);
}

/* Typography */
a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

/* Utility Classes */
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.h-100 {
    height: 100%;
}

/* Media Responsiveness */
canvas,
img,
svg,
video {
    max-width: 100%;
}
.content-by {
    position: absolute;
    bottom: -3px;
    margin: 10px;
    color: #fff;
    font-size: 14px;
    z-index: 9;
    left: 3px;
    /* left: 30%; */
}

/* Contact Page Styles */
.login-page-section .login-left-section {
    position: relative;
}

.login-page-section .login-left-section .login-intro-img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100vh !important;
}

.login-page-section .login-left-section .position-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-page-section .login-left-section h5 {
    color: #fff;
}

.login-page-section .login-left-section .contact-left-logo {
    position: absolute;
    top: 10%;
    left: 4%;
    width: 40px;
    z-index: 9999;
}

.login-page-section .login-left-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.5)
    );
}

.login-page-section .login-left-section .login-left-content {
    position: absolute;
    bottom: 5%;
    padding: 20px;
    margin: 10px;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s;
    z-index: 2;
    animation: slideDown ease forwards 1s;
    line-height: 32px;
    backdrop-filter: blur(30px);
    box-shadow: 0px 0px 30px rgb(227 228 237 / 0%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    width: fit-content;
}

.login-page-section .login-left-section .login-left-content p {
    font-size: 18px;
    margin-bottom: 0 !important;
    line-height: 12px !important;
    margin-left: 7px;
}

.login-page-section .login-left-section .login-left-content h5 {
    font-size: 20px;
    line-height: 20px;
}

/* Right Section */
.login-page-section .col-form {
    background-color: #f5eee9;
}

.login-page-section .login-form-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page-section .login-form-section .contact-icon-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

.login-page-section .login-form-section .contact-icon-sec .contact-icon {
    border-radius: 6px;
    padding: 14px 16px;
    width: 166px;
    margin-right: 14px;
}

.login-page-section .login-form-section .contact-icon-sec .git-icon {
    background-color: black;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.login-page-section .login-form-section .contact-icon-sec .facebook-icon {
    background-color: #066ec2;
    color: #fff;
    display: flex;
    border-radius: 4px !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.login-page-section .login-form-section .contact-sec-or {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 14px 16px;
    margin-top: 20px;
}

.login-page-section .login-form-section .login-form-title h2 {
    font-size: 24px;
    /* font-weight: 700; */
    margin-bottom: 26px;
}

.login-page-section .login-form-section .login-form-title img {
    /* width: 120px; */
    margin-bottom: 25px;
}

.login-page-section .login-form-section .alert {
    text-align: center;
    font-size: 14px;
}

/* Pattern Elements */
.login-page-section .pattern-at {
    position: absolute;
    top: 22%;
    left: 10%;
    width: 60px;
    transition: all 0.5s ease;
    animation: slideUp ease-in forwards 1s;
}

.login-page-section .pattern-star-top {
    position: absolute;
    top: 22%;
    right: 18%;
    width: 45px;
    color: gray;
    z-index: 1;
    color: transparent;
    transition: all 0.5s;
    opacity: 1;
    animation: slideUp ease-in forwards 1s;
}

.login-page-section .pattern-people {
    position: absolute;
    top: 38%;
    right: -28px;
    width: 60px;
    color: transparent;
    z-index: 1;
    transition: all 0.5s;
    opacity: 1;
    rotate: -20deg;
    animation: slideUp ease-in forwards 1s;
}

.login-page-section .pattern-diamond {
    position: absolute;
    bottom: 8%;
    right: 14%;
    width: 60px;
    color: transparent;
    z-index: 1;
    transition: all 0.5s;
    opacity: 1;
    rotate: 20deg;
    animation: slideUp ease-in forwards 1s;
}

.login-page-section .pattern-global {
    position: absolute;
    bottom: 34% !important;
    left: -3% !important;
    width: 85px;
    color: transparent;
    z-index: 1;
    transition: all 0.5s;
    opacity: 1;
    animation: slideUp ease-in forwards 1s;
}

.login-page-section .pattern-star-bottom {
    position: absolute;
    bottom: 10%;
    left: 14%;
    width: 36px;
    color: transparent;
    z-index: 1;
    transition: all 0.5s;
    opacity: 1;
    animation: slideUp ease-in forwards 1s;
}

/* Sign In Form */
#sign-in input::placeholder,
#reset-password input::placeholder {
    font-size: 14px;
}

#sign-in {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sign-in .input-items {
    display: flex;
    flex-direction: column;
}

#sign-in .input-field {
    border-radius: 6px;
    width: 100%;
    border: none;
    padding: 10px 12px;
    height: 48px;
    background: unset;
    box-shadow: rgb(203, 213, 226) 0px 0px 0px 1px;
}

#sign-in .input-field:focus {
    border: 1px solid rgb(203 196 194 / 31%);
    outline: none;
}

#login-email,
#login-password {
    background-color: #e8f0fe;
    margin: 10px 0;
}

#sign-in .checkbox-item {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#sign-in .checkbox-gap {
    display: flex;
    gap: 4px;
}

#sign-in .text-green {
    color: #12715b;
    font-weight: 600;
}

#sign-in .login-btn {
    background: linear-gradient(to right, #265b6f, #4a90a4);
    /* background-color: #12715b; */
    padding: 10px 10px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 20px 0;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

/* Reset Password Form */
#reset-password {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#reset-password .input-items {
    display: flex;
    flex-direction: column;
}

#reset-password .input-field {
    border-radius: 6px;
    width: 350px;
    border: 1px solid rgb(159, 157, 157);
    padding: 10px 12px;
    height: 48px;
    background-color: #e8f0fe;
    margin-bottom: 10px !important;
}

#reset-password .input-field:focus {
    border: 1px solid rgb(159, 157, 157);
    outline: none;
}

#reset-password .account-desc {
    text-align: center;
}

#reset-password .checkbox-item {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#reset-password .checkbox-gap {
    display: flex;
    gap: 4px;
    margin-top: 10px;
}

#reset-password .text-green {
    color: #12715b;
    font-weight: 600;
}

#reset-password .reset-password-btn {
    background: linear-gradient(to right, #265b6f, #4a90a4);
    padding: 10px 10px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 20px 0;
    width: 100%;
    font-weight: 600;
    color: #fff;
}

/* Password Field */
.password-field {
    position: relative;
    width: 100%;
}

.password-field .input-field {
    /* flex-grow: 1; */
    padding: 10px;
    padding-right: 40px;
    box-sizing: border-box;
}

.password-field .toggle-password-icon {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
}

@keyframes slideDown {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}
/* Error Styles */
.error {
    color: #ff0000;
    font-size: 12px;
}


