﻿body {
    margin: 0;
}

.login__container {
    display: flex;
    justify-content: space-between;
    background-image: url('../Account/images/svg-image-1x.webp');
    height: 100vh;
    background-size: contain;
}

#popup-3 .login__container {
    height: 100%;
}

.login__left {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.login-left-picture {
    position: relative;
    .login-left-image

{
    height: auto;
    width: 100%;
}

}

.product-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login__text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    top: -40px;
}

picture {
    width: 100%;
}

img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    /* height: 100vh; */
    object-fit: cover;
}

.sessionLimitExceed {
    width: 114px;
    height: 114px;
    padding-bottom: 6px;
    align-self: center;
}

.login__heading {
    white-space: nowrap;
    color: #74469B;
    font-family: "Open Sans-Bold", Helvetica;
    font-size: 42.174px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
}

.login__heading-bold {
    color: #74469B;
    font-family: "Open Sans-Bold", Helvetica;
    font-size: 42.174px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login__right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: end;
}

#popup-3 .login__right {
    display: block;
}

.login__form {
    position: absolute;
    margin-right: 80px;
    width: 432px;
    padding: 24px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.20);
}

.login__formPage {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.login__logo {
    width: 114px;
    height: 114px;
    padding-bottom: 6px;
    align-self: center;
}

.login__inputs {
    padding-top: 20px;
}

    .login__inputs input {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #ffc000;
        width: -webkit-fill-available;
        padding: 11px 0px 11px 16px;

        @-moz-document url-prefix() {
            width: -moz-available;
        }
    }

    .login__inputs label {
        display: flex;
        flex-direction: row;
        gap: 6px;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
        color: rgba(0, 0, 0, 0.87);
        text-align: left;
        font: 400 14px/28px "Open Sans", sans-serif;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

.login__button {
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.base-button-label,
.base-button-label * {
    box-sizing: border-box;
}

.base-button-label {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.label {
    color: #ffffff;
    text-align: center;
    font: 600 14px/20px "Open Sans", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    padding: 7px 17px 7px 17px;
    height: 34px;
    /* width: 146px; */
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font: 400 14px/21px "Open Sans", sans-serif;
    border-radius: 40px;
    background-color: #A066D8;
    border: 1px solid #A066D8;
    box-shadow: 0px 2px 0px 0px #34045c;
    gap: 16px;
    :: before

{
    content: '|';
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translateY(-55%);
}

}

button:disabled {
    color: rgb(159,156,156);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), linear-gradient(to left, #ffffff, #ffffff);
    border: none;
}


.login__request {
    position: relative;
    align-self: stretch;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: transparent;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.25px;
    line-height: 20px;
}

.login__request-text {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
}

a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: var(--link-hover, #A066D8);
    font-feature-settings: 'clig' off, 'liga' off;
}

.login__forgot {
    padding-bottom: 32px;
    padding-top: 32px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: portrait) {
    .login__container {
        display: block;
    }

    .login-left-picture {
        position: absolute;
        top: 15%;
        .left-login-image

{
    display: none;
}

.login__text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

}

.login__form {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 328px;
    transform: translate(-50%, -50%);
}

.login__gradient {
    width: 100%;
    height: 50vh;
}

.login__details {
    white-space: pre-line;
}

img {
    max-width: 100%;
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

}

.landingLogin {
    margin-top: 32px;
    margin-bottom: 5px;
    width: auto;
}

.landingRequest {
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .login__form {
        margin-right: 40px;
    }

    .login__heading {
        font-size: 28px;
    }

    .landingRequest {
        margin-bottom: 0px;
    }

    .login__formPage {
        padding: 0px;
    }
}

.loginButton:focus {
    outline: none;
}

.landingLogin:focus {
    outline: none;
}

.toggle-password {
    position: absolute;
    top: 58%;
    right: 60px; /* Adjust the position as needed */
    cursor: pointer;
}

    .toggle-password img {
        height: 20px;
        width: 20px;
    }

.asterisk {
    color: red;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.eye-close {
    height: 14px !important;
    width: 18px !important;
}

.externalLogin {
    width: auto;
    background-color: white;
    color: #A066D8;
    box-shadow: 0px 2px 0px 0px #A066D8;
}

.option {
    margin: 8px 0;
}

.login-svg {
    height: 16px;
    width: 16px;
    align-self: end;
}

.authError {
    margin-top: 5px;
    font-size: small;
}

.error-center {
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .login__form {
        top: 58%;
        padding: 9px;
    }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
    .login__logo {
        width: 68px;
        height: 68px;
        padding-bottom: 2px;
    }

    .login__form {
        width: 328px;
        padding: 20px;
        margin-right: 20px;
    }

    .login__details {
        width: 60%;
        white-space: normal;
    }

    .login__inputs {
        padding-top: 0;
    }

        .login__inputs input {
            padding: 5px 0px 5px 16px;
        }

    .landingLogin {
        margin-top: 10px;
        margin-bottom: 1px;
    }

    .option {
        margin-bottom: 1px;
    }

    .landingRequest {
        margin-top: 10px;
    }

    .login__forgot {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .text-danger {
        font-size: 0.7rem;
    }

    .toggle-password {
        top: 55%;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .login__heading {
        font-size: 20px;
    }

    .login__form {
        width: 50%;
        padding: 10px;
    }

    .login__forgot {
        padding-bottom: 8px;
        padding-top: 8px;
    }
}

@media screen and (max-width: 654px) and (orientation: landscape) {
    .login__logo {
        width: 60px;
        height: 60px;
        padding: 0;
    }

    .login__text {
        display: block;
        left: 40px;
    }

    .login__inputs input {
        padding: 1px 0px 1px 8px;
    }

    .landingLogin {
        margin-top: 5px;
    }

    .landingRequest {
        margin-top: 1px;
    }

    .login__forgot {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .toggle-password {
        top: 53%;
    }
}

@media screen and (max-width: 280px) and (orientation: portrait) {
    .login__form {
        width: 98%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .login__heading {
        font-size: 32px;
    }
}

/* =>>>>>>>>>>>>>>> logut page css =>>>>>>>>>>>>>>>>>>>>>>>>>>>*/


.logout-container {
    padding: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    img

{
    height: auto !important;
}

.logout-header {
    display: flex;
    justify-content: center;
    align-items: center;
    img

{
    max-width: 115px;
    max-height: 115px;
    width: 100%;
    object-fit: fill;
    aspect-ratio: 1/1;
}

}

.cloud-bg {
    img

{
    aspect-ratio: unset;
    object-fit: fill;
}

}

.logout-main-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    .content-left-section

{
    flex: 1;
    flex-basis: 200px;
    img

{
    aspect-ratio: 2/1;
    object-fit: fill;
}

}

.content-right-section {
    flex: 1;
    flex-basis: 200px;
    .logout-heading

{
    color: #03aaa9;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 12px;
}

.logout-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    max-width: 700px;
}

.landing-login .login-svg {
    height: 100% !important;
}

}
}
}

@media screen and (max-width: 500px) {
    .logout-container {
        .content-right-section

{
    display: flex;
    flex-direction: column;
    text-align: center;
    .landing-login

{
    align-self: center;
}

}
}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
    .logout-container {
        padding: 12px;
    }
}

#popup-4 .content {
    background: unset;
    box-shadow: none;
}

#popup-4 .auth__container {
    overflow: hidden;
}

    #popup-4 .auth__container .login__form {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#popup-4 .content::before {
    background: none;
}


/* =>>>>>>>>>>>>>>> FieldXpert Login CSS =>>>>>>>>>>>>>>> */
.login-page-container {
    font-family: 'Open Sans', sans-serif;
    min-height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
}

/* Header Section */
.login-header {
    position: relative;
    width: 100%;
    height: 25vh;
    min-height: 180px;
    max-height: 250px;
}

.login-header-logo {
    width: 500px;
    max-width: 90%; 
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Form Container */
.simple-login-formPage {
    padding: 1.5rem;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Form Header */
.simple-login-header {
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top:0.5rem;
}

.simple-login-header h1 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #6B2BA5;
        margin-bottom: 0.5rem;
}

.simple-login-header h2 {
        font-size: 1rem;
        font-weight: 400;
        color: #000000;
}

/* Input Groups */
.simple-login-input-group {
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 40px;
}

.simple-login-input-group label {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 0.9375rem;
        font-weight: 500;
        color: #000000;
}

 /* Input Fields */
.simple-login-input-group input {
        width: 100%;
        padding: 0.75rem 1rem 0.75rem 2.5rem;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 0.9375rem;
        box-sizing: border-box;
}

/* User ID  Icon */
.user-icon {
    position: absolute;
    left: 0.75rem;
    top: 40px;
    height: 1.125rem;
    width: 1.125rem;
    z-index: 2;
}

/* Password Field */
.login-password {
    position: relative;
    margin-top: 1.5rem;
}

.login-input {
    padding-right: 2.5rem !important;
}

/* Password Icon */
.password-icon {
    position: absolute;
    left: 0.75rem;
    top: 40px;
    height: 1.125rem;
    width: 1.125rem;
    z-index: 2;
}

.password-mobile {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.password-mobile img {
        height: 20px;
        width: 20px;
        margin-top: 28px;
}

.close-mobile {
    height: 14px !important;
    width: 18px !important;
}

/* Forgot Password */
.forgot-mobile {
    text-align: center;
    margin: 0.5rem 0 1.5rem;
}

.forgot-mobile a {
        color: #6B2BA5;
        font-size: 0.875rem;
        text-decoration: none;
}

/* Login Button */
.simple-login-button {
    width: 100%;
    padding: 20px;
    background: linear-gradient(90deg, #0DA6AC, #6B2BA5);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    margin: 1.5rem 0;
}

/* Footer */
.simple-login-footer {
    text-align: center;
    margin-top: 1rem;
}

.simple-login-footer p {
        font-size: 0.9375rem;
        color: #000000;
}

.simple-login-footer a {
        color: #f7941d;
        font-weight: 800;
        text-decoration: none;
}

.simple-login-footer a:hover {
            color: #e07e0d;
            text-decoration: underline;
}

/*  Error Messages */
.text-danger {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (width: 1024px) and (height: 600px) {
    .simple-login-header {
        margin-top: 20px;
    }
}
