.login-screen {
    height: 100vh;
    display: flex;
    padding: 20px;
}
.login-screen .login-section {
    flex: 1;
    background: #fff;
    text-align: center;
}
.login-screen .login-section {
    padding-right: 15px;
}
@media (max-width:1024px){
    .login-screen .login-section .logo{
        height: 30px !important;
    }
}
@media (min-width: 1025px){
    .login-screen .login-section {
        padding-inline: 40px;
    }
}
@media (min-width: 768px) {
    .login-screen .login-section .welcome-section {
        max-width: 80%;
        width: 100%;
    }
    .login-screen .login-section .admin-section {
        max-width: 35%;
    }
}
@media (max-width: 768px) {
    .login-screen .login-section .welcome-section {
        max-width: 100%;
        width: 100%;
    }
}
.login-screen .login-section .logo {
    height: 46px;
}
.login-screen .login-section .title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Figtree", serif;
    line-height: 30px;
    letter-spacing: 0.005em;
    color: #1d2939;
}
.login-screen .login-section .description {
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #475467;
}
.login-screen .login-section .login-buttons .btn {
    width: 100%;
    margin: 10px 0;
}
.login-screen .login-section .login-buttons .or-text {
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #667085;
}
.login-screen .testimonial-container {
    flex: 1.5;
    background: #fef6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    /* Carousel Styling */
}
@media (max-width: 980px) {
    .login-screen .testimonial-container {
        display: none;
    }
}
.login-screen .testimonial-container .carousel-inner {
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 163.3px 1px rgba(209, 27, 35, 0.0588235294);
    background-color: #fef6f6;
    border-radius: 12px;
    max-width: 85%;
    margin: 0 auto;
    padding: 30px 30px 62px 30px;
}
.login-screen
    .testimonial-container
    .carousel-inner
    .carousel-item
    .user-avatar {
    width: 80px;
    height: 80px;
}
.login-screen
    .testimonial-container
    .carousel-inner
    .carousel-item
    .rating
    .star {
    color: #ffc107;
}
.login-screen
    .testimonial-container
    .carousel-inner
    .carousel-item
    .testimonial {
    font-size: 18px;
    font-weight: 400;
    font-family: "Figtree", serif;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #45505f;
}
.login-screen
    .testimonial-container
    .carousel-inner
    .carousel-item
    .testimonial-author {
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #101828;
    padding-block: 50px;
}
.login-screen
    .testimonial-container
    .carousel-inner
    .carousel-item
    .testimonial-author
    span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #64728c;
}
.login-screen .testimonial-container .carousel-indicators {
    margin-bottom: 48px;
}
.login-screen .testimonial-container .carousel-indicators button {
    background-color: #c2c2c2;
    /* Primary color */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
}
.login-screen .testimonial-container .carousel-indicators button.active {
    background-color: #d11b23;
    /* Slightly darker shade */
}
.login-screen .testimonial-container .carousel-control-prev {
    top: 76%;
    left: 20%;
    opacity: 1;
}
.login-screen .testimonial-container .carousel-control-prev svg {
    fill: #262f40;
    width: 50px;
    height: 50px;
}
.login-screen .testimonial-container .carousel-control-next {
    top: 76%;
    right: 20%;
    opacity: 1;
}
.login-screen .testimonial-container .carousel-control-next svg {
    fill: #262f40;
    width: 50px;
    height: 50px;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.copy-right p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #667085;
    text-align: left;
    margin-bottom: 0;
}
.privacy-policy {
    color: #1d2939 !important;
    font-family: "Figtree", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-form input {
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.0705882353);
    border-radius: 8px;
    padding: 12px;
}
.login-form input:focus {
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.0705882353);
}
.login-form input::placeholder {
    color: #707e92;
}

/* Custom styles for the verification box */
.verification-box p {
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #667085;
    margin-top: 12px;
}
.verification-box p a {
    text-decoration: none;
    border-bottom: 1px solid #1d2939;
    color: #1d2939;
}
.verification-box p span {
    color: #d11b23;
}

.verification-input {
    width: 72px;
    height: 63px;
    text-align: center;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.0705882353);
    outline: none;
    transition: border-color 0.3s ease;
}

.info-box {
    background-color: #f9fafb;
    border-radius: 6px;
    padding: 13px;
}
.info-box p {
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #475467;
}

.form-group {
    display: flex;
    align-items: center;
    position: relative;
}

.country-dropdown {
    position: absolute;
    border-right: 1px solid #d0d5dd;
    overflow: hidden;
    padding: 5px;
    height: 100%;
}

.country-dropdown select {
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #707e92;
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
}

.phone-input {
    flex: 1;
    padding-left: 100px !important;
}

.user-name {
    background-color: #fdf7f7;
    border-radius: 200px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
}
.user-name span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #101828;
}

/* Buttons CSS */
.filled-btn.btn {
    background-color: #e61e26 !important;
    border-radius: 8px;
    padding: 12px 16px;
    border: none;
}
@media (max-width: 768px) {
    .filled-btn.btn {
        padding: 12px 10px;
    }
}
.filled-btn.btn span {
    font-size: 16px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 768px) {
    .filled-btn.btn span a {
        display: block;
    }
}
.filled-btn.btn .svg {
    width: 30px;
    height: 30px;
}

.outline-btn.btn {
    background-color: #fffafa !important;
    border-radius: 8px;
    padding: 12px 16px;
    border: 1px solid #e61e26 !important;
}
.outline-btn.btn span {
    font-size: 16px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #e61e26;
    display: flex;
    align-items: center;
    gap: 10px;
}
.outline-btn.btn svg {
    color: #e61e26;
}

.disabled-btn.btn {
    background-color: #cec7c8 !important;
    text-align: center;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
    border-radius: 8px;
    padding: 8px 16px;
    border: none;
}

.outline-btn-black.btn {
    background-color: #fffafa !important;
    border-radius: 8px;
    padding: 12px 16px;
    border: 1px solid #eaecf0 !important;
}
.outline-btn-black.btn span {
    font-size: 16px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #1d2939;
    display: flex;
    align-items: center;
    gap: 10px;
}
.outline-btn-black.btn svg {
    color: #1d2939;
}

.simple-outline-btn.btn {
    background-color: #ffffff !important;
    border: 1px solid #c7cfd9 !important;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.0705882353);
    border-radius: 8px;
    padding: 8px 40px;
}
.simple-outline-btn.btn span {
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #424d63;
}
button.btn-outline-primary:hover {
    background-color: #e61e26 !important;
    color: #fff !important;
}
button.btn-outline-primary:hover span,
button.btn-outline-primary:hover i,
button.btn-outline-primary:hover svg {
    color: white;
}
.mr-2 {
    margin-right: 2%;
}
.ml-2 {
    margin-left: 2%;
}

.mr-5 {
    margin-right: 5%;
}
.ml-5 {
    margin-left: 5%;
}

/*# sourceMappingURL=login.css.map */

.register-btn {
    border-radius: 8px;
    border: 1px solid #e2e4e9;
    background: var(--bg-white-0, #fff);
    padding: 6px 10px;
    box-shadow: 0px 1px 2px 0px rgba(82, 88, 102, 0.06);
    color: #525866;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}
.email-input {
    padding-left: 40px !important;
}
.email-icon {
    position: absolute;
    top: 32%;
    left: 10px;
}
.password-input {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.password-icon {
    position: absolute;
    top: 32%;
    left: 10px;
}
.eye-icon {
    position: absolute;
    top: 32%;
    right: 10px;
}

.keep-me-logged-in {
    width: 20px;
    height: 20px;
    padding: 0 !important;
}

.register-btn-mobile {
    color: #e61e26;
}
