
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');


body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    height: 100vh;
}

.left {
    flex: 1;
    background: url('/images/Scotts-login.png') center bottom/cover no-repeat;
    color: white;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    /*background: #0E77BC;
background: linear-gradient(153deg,rgba(14, 119, 188, 1) 19%, rgba(20, 141, 220, 1) 61%, rgba(20, 141, 220, 1) 93%);*/
    overflow: hidden !important;
}

.bg2 {
    background: #FFFFFF;
    background: linear-gradient(153deg, rgba(255, 255, 255, 1) 0%, rgba(14, 119, 188, 0.18) 41%, rgba(20, 141, 220, 0.19) 67%, rgba(255, 255, 255, 0.87) 100%);
}


.left h1 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #eb9b00;
    text-shadow: 2px 2px 4px #373737;
}

.left p {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    margin-top: 10px;
}

.logo {
    width: 200px;
    margin: 20px 0px;
    display: inline-flex
}

.cta-button {
    background-color: #eb9b00;
    color: #fff;
    padding: 13px 32px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
    margin-top: 26px;
    box-shadow: 0 4px 12px rgb(28 26 25 / 45%);
    transition: all 0.3s ease;
}

    .cta-button:hover {
        transform: scale(1.03);
        background-color: #fff;
        color: #333;
    }


.right {
    flex: 1;
    /*      background-color: #f9f9f9;*/
    display: flex;
    align-items: center;
    justify-content: center;
}


.input-field {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 1em;
    padding-left: 20px;
}

.login-btn {
    width: 100%;
    background-color: #f4a600;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 30px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .login-btn:hover {
        background-color: #d58f00;
    }

.forgot {
    margin-top: 15px;
    display: block;
    color: #004990;
    text-decoration: none;
    font-size: 0.9em;
}

.form-box {
    width: 100%;
    max-width: 450px;
}

.content {
    width: 100%;
    max-width: 98%;
    margin-top: 7em;
    text-align: center;
}

.highlight-line {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px !important;
    text-shadow: 1px 1px 2px #2575bb, 2px 1px 5px #282827;
    letter-spacing: 0.5px;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    margin: 20px 0;
}

.trust-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 12px;
}

.trust-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.icon-circle {
    background-color: #ef9d30;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    text-shadow: 2px 2px 4px #373737;
}

    .icon-circle i {
        color: #fff;
        font-size: 16px;
    }

.imagery {
    height: auto;
    width: 80vw;
    overflow: hidden;
    position: absolute;
    bottom: -80px;
    left: -250px;
}

.form-box h3 {
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 500;
}

.form-box h2 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    color: #0e77bc;
    text-align: center;
    font-weight: 600;
}

.form-group {
    margin-bottom: 1rem;
}

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #333;
    }

    .form-group input {
        width: 100%;
        padding: 0.7rem;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 1rem;
    }

.checkbox-group {
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.checkbox-group label {
    display: inline-block;
    margin-bottom: 0.2rem;
}

    .checkbox-group input {
        margin-right: 0.5rem;
    }

.login-btn {
    width: 100%;
    padding: 0.75rem;
    background-color: #eb9b00;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    FONT-WEIGHT: 600;
}

    .login-btn:hover {
        background-color: #0e77bc;
    }

.help-section {
    margin-top: 2rem;
    font-size: 0.9rem;
    text-align: center;
}

    .help-section a {
        color: #0e77bc;
        text-decoration: none;
    }

        .help-section a:hover {
            text-decoration: underline;
        }

.inputfield {
    margin-bottom: 0.6rem;
}

.inputfielderror {
    margin-left: 8px;
}
.orange {
    color: #eb9b00!important;
}
.logo-sc {
    margin-bottom: 1rem;
    TEXT-ALIGN: CENTER;
}

    .logo-sc img {
        width: 250px;
    }


.bottom {
    font-size: 0.9rem;
    border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-top: 30px;
}

.bottom p{
    font-size: 0.9rem;
    
}
.form-group-thankyou h4 {
    text-align: center;
    font-size: 15px;
    line-height: 16px;
    color: #1076bc;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

    .form-group i {
        position: absolute;
        top: 23px;
        left: 10px;
        transform: translateY(-50%);
        color: #999;
    }

    .form-group input {
        padding: 10px 10px 10px 35px;
        width: 100%;
        box-sizing: border-box;
    }

.text-danger2 {
    color: red !important;
    font-size: 12px;
    display:block;
    margin-bottom:5px
}

.validation-summary-errors ul {
    padding-left: 0; /* Removes default UL padding */
    margin-left: 0; /* Optional: reset UL margin */
}

    .validation-summary-errors ul li {
        list-style-type: none;
        font-size: 12px;
        margin-left: 18px;
    }

/* Responsive for mobile */
@media screen and (max-width: 1024px) {
    .content {
        padding-bottom: 40px;
    }

    body {
        flex-direction: column;
    }

    .left, .right {
        flex: none;
        width: 100%;
        height: auto;
        padding: 20px;
    }
}


@media screen and (max-width: 1600px) {
    .left h1 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .logo {
        margin: 10px 0px;
    }

    .left p {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .highlight-line {
        font-size: 21px !important;
    }

    .content {
        margin-top: 2em;
    }
}


@media screen and (min-width:2100px) {

    .content {
        margin-top: 10em;
    }

    .trust-item {
        font-size: 20px;
    }

    .icon-circle {
        width: 42px;
        height: 42px;
    }

        .icon-circle i {
            font-size: 21px;
        }

    .left h1 {
        font-size: 35px;
    }

    .highlight-line {
        font-size: 27px !important;
    }
}


@media screen and (min-width:2400px) {
    .content {
        margin-top: 15em;
    }

    .left h1 {
        font-size: 38px;
    }

    .highlight-line {
        font-size: 29px !important;
    }

    .logo {
        width: 230px;
        margin: 30px 0px;
    }

    .cta-button {
        font-size: 18px;
    }
}
