﻿/* Form container */
body, html {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-image: url('bag-login-screen-assets/Seattle-1.jpg'); /* Replace 'your-image.jpg' with your image path */
    background-size: cover;
    background-position: center;
    font: 12.5px/20px PTSansRegular,Arial,Helvetica,sans-serif;
    height: 100vh;
    background-repeat: no-repeat;
}

/* Container styles */
.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:100vh;
}

.login-container {
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .left-side {
        background-color: #0094F8;
        color:white;
        position:relative;
    }
/* Right side content */
    .right-side {
        width: 300px; /* Adjust width as needed */
        padding: 20px;
        border-radius: 5px;
    }
.welcome-message {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}
/* Form group (label + input) */
    .form-group {
        margin-bottom: 16px;
        position: relative;
    }

    /* Label */
    .form-group label {
        position: absolute;
        top: -10px;
        left: 10px;
        background-color: #fff;
        padding: 0 5px;
    }

/* Input field */
.form-control {
    width: 100%;
    padding: 11px;
    border: 1px solid #0094F8;
    border-radius: 5px;
    padding-left:40px;
}

.forgot-password-container
{
    display:flex;
    justify-content:right;
}

.forgot-password {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    text-decoration: none;
    color: #7a7575;
    font-weight: 700;
}


/* Login button */
.login-button, .pay-bill-button, .create-account-button {
    background-color: #0094F8;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-wrap: wrap;
    display:block;
    
}

.login-button:hover,.pay-bill-button:hover, .create-account-button:hover{
    background-color: green;
    color: white;
}
 
.login-button {
    width: 35%;
}

.pay-bill-button, .create-account-button {
    width: 100%;
}


    .create-account-container, .pay-bill-container {
        width: 48%;
        text-align: center;
        min-width:fit-content;
    }
.create-account-container {
    margin-right: 10px;
}
    .learnMore-button {
        color: #0094F8;
        background-color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-decoration:none;
        display:block;
    }
/* OR label */
    .or-label {
        text-align: center;
        margin: 20px 0;
        margin-bottom:12px;
    }
.word-container {
    display: flex;
    align-items: center;
    width:60% !important;
}

.word {
    padding: 0 6px; 
}

.line {
    flex: 1;
    height: 1px;
    background-color: #a59a9a;
}

.login-button, .pay-bill-button, .create-account-button, .learnMore-button {
    font-size: 13.5px;
    text-align:center;
    width:160px;
    padding:10px;
}
/* Activate account button */
.activate-account-button {
    margin-top: 10px;
}
    .createAcc-payBill-container
    {
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:25px;
    }
/* Left side styles */
    .left-side {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    /* Left side header styles */
    .left-side header {
        padding: 20px 20px;
        border-radius: 25px 0 0 0; /* Apply border-radius to top-left corner only */
        padding-left:53px;
    }

    /* Left side main content styles */
        .left-side main {

            width: 75%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: auto;
            padding:00px;
            font-size:16.5px;
        }
.Logo-container
{
    margin:20px 0;
}
/* Left side footer styles */
.left-side footer {
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 20px 10px;
    border-radius: 0 0 0 25px;
    font-size:10.1px;
}
.footer-links {
    color: white;
    text-decoration: none;
    margin: 0 4px;
}
.right-side-content-wrapper {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap:wrap;
}
    .right-side-content-wrapper > .content
    {
        width:100%;
    }
    /* Card styles */
    .card {
        max-width: 900px;
        width: 70%; /* Default width for big screens */
        border-radius: 25px;
        border: 2px solid #0094F8;
        display: flex;
    }

/* Right side styles */
.right-side {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.9); /* Transparent background */
    border-radius: 0 25px 25px 0; /* Apply border-radius to right side only */
}

/* Left side styles */
.left-side {
    flex: 1;
    background-color: #0094F8;
    border-radius: 21px 0 0 21px;
}

.top-header-content {
    display: flex;
    justify-content: space-between;
}

.logo-img {
    max-width: 100%;
    height:auto;
}


#lblPassword, #lblUsername {
    position: absolute;
    top: -10px;
    left: 8px;
    background-color: white;
    color: #0094F8;
    padding: 0 5px;
}

.form-group > input {
    /*  border:none;*/
}
.username-icon, .password-icon {
    position: absolute;
    top: 40% !important;
    left: 10px;
    transform: translateY(-50%);
}


.input-wrapper input:focus {
    border: 2px solid red;
}

.login-paybill-label {
    color: #7a7575;
    font-weight: 700;
}

.logo
{
    display:none;
}
.password-toggle {
    position: absolute;
    top: 36%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: gray;
}
.login-btn-container
{
    display:flex;
    justify-content:center;
}


@media only screen and (max-width: 1200px) {
    .card {
        width: 90%;
    }
    .left-side header
    {
        padding-left:42px;
    }
    .left-side main 
    {
        padding:0;
    }
    .createAcc-payBill-container
    {
        /*margin-left:-66px;*/
    }
    .login-button, .pay-bill-button, .create-account-button, .learnMore-button {
        width:145px;
    }

@media only screen and (max-width: 1010px) {

    .login-button, .pay-bill-button, .create-account-button 
    {
        
    }
}

/* For tablet screens */
@media only screen and (max-width: 768px) {
   
    .card {
        max-width:400px;
        width: 85%;
    }


    .left-side {
        display: none;
    }

    .right-side {
        border-radius: 23px;
        width: 100%;
        padding: 0;
    }
    .right-side-content-wrapper
    {
        width:75%;
        overflow-wrap:anywhere;
    }
    .logo {
        display:block;
        margin: 20px 0; /* Adjust as needed */
    }

        .logo img {
            max-width: 100%; /* Ensures the logo doesn't exceed its container */
            height: auto;
        }
    .createAcc-payBill-container
    {
        flex-direction:column;

    }
    .create-account-container, .pay-bill-container {
        margin-bottom: 20px;
        width: 100%;
    }
    .login-button, .pay-bill-button, .create-account-button {
        width: 100%;
        padding: 10px 5px;
        text-wrap: wrap;
    }
    .pay-bill-button
    {
        margin-bottom:25px;
    }
    .word-container {
        width: 100% !important;
    }
    .createAcc-payBill-container {
        margin-left: auto;
    }
    .create-account-container{
        margin-right:auto;
    }
}