*{
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}

body{
    height: 100vh;
    background-image: linear-gradient(
        to right, 
        #6482FE 0%,
        #6985f8 50%,
         hsl(180, 11%, 91%) 50%,
         hsl(180, 11%, 91%) 100%
    );
    font-family: sans-serif;
    overflow-y: hidden;
    overflow-x: hidden;
    /*  */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.container{
    width: 900px;
    height: 500px;
    background-image: linear-gradient(
        to right, 
        #6482FE 0%,
        #6985f8 50%,
         hsl(180, 11%, 91%) 50%,
         hsl(180, 11%, 91%) 100%
    );

    
    /*  */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background-color: var(--main-color); */
    /* background: transparent; */
    width: 1272px;
    height: 687px;
    border-radius: 45px;
    /* display: grid; */
    /* grid-template-columns: repeat(2, 50%); */
    box-shadow: var(--box-shadow);
    /* transition-duration: 1s; */
    /* opacity: 0.7; */

}
/* .container::after{
    background-image: url('img/login_images/login_left_top.png');

}
.container::before{

} */

:root {
    --main-color: #fff;
    --second-color: #347deb;
    --box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    --facebook-color: rgb(60, 90, 154);
    --google-color: rgb(220, 74, 61);
}

html {
    height: 100%;
}

/* #container {
    
} */

#left,
#right {
    margin: auto;
    width: 95%;
    height: 96%;
    border-radius: 10px;
}

#left {
    /* background-image: url("https://images.unsplash.com/photo-1615400014497-55726234cccb?crop=entropy&cs=srgb&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYxNzg4Njg0Ng&ixlib=rb-1.2.1&q=85"); */
    background-size: cover;
    background-position: center;
    box-shadow: var(--box-shadow);
}

#welcome,
#lorem {
    margin: 20px;
    text-shadow: var(--box-shadow);
}

.welcome {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
    text-shadow: var(--box-shadow);
}

.login {
    padding-top: 35%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    text-shadow: var(--box-shadow);
}

.client-info {
    display: block;
    margin: 20px auto;
    width: 60%;
    height: 50px;
    border: solid #999 1px;
    border-radius: 5px;
    text-indent: 15px;
    transition: all 200ms;
    box-shadow: var(--box-shadow);
}

.client-info:focus {
    width: 80%;
}

label {
    position: absolute;
    margin: -76px 130px;
    font-size: 12px;
    white-space: nowrap;
    background: #fff;
    padding: 0 5px;
    color: #999;
    transition: all 200ms;
    text-shadow: var(--box-shadow);
}

#email:focus~label[for="email"] {
    margin: -76px 70px;
}

#password:focus~label[for="password"] {
    margin: -76px 70px;
}

#submit {
    border: none;
    background-color: #9055ff;
    color: white;
    width: 60%;
}

#submit:hover {
    background-color: #df98fa;
}

.social {
    background-color: #fff;
    display: block;
    margin: 10px auto;
    width: 70%;
    height: 50px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    transition-duration: 200ms;
    box-shadow: var(--box-shadow);
    text-shadow: var(--box-shadow);
}

#facebook {
    border: solid var(--facebook-color) 1px;
    color: var(--facebook-color);
}

#facebook:hover {
    background-color: var(--facebook-color);
    color: white;
}

#google {
    border: solid var(--google-color) 1px;
    color: var(--google-color);
}

#google:hover {
    background-color: var(--google-color);
    color: white;
}

@media (max-width: 1250px) {

    #container {
        width: 600px;
        display: block;
    }

    #left {
        display: none;
    }

    #right {
        margin-top: 16px;
        background-image: url("https://images.unsplash.com/photo-1615400014497-55726234cccb?crop=entropy&cs=srgb&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYxNzg4Njg0Ng&ixlib=rb-1.2.1&q=85");
        background-size: cover;
        background-position: center;
        box-shadow: var(--box-shadow);
    }

}

@media (max-height: 850px) {

    #container {
        width: 1000px;
        height: 600px;
    }

    #login {
        padding-top: 20%;
    }

    #welcome {
        margin-top: 240px;
        font-size: 60px;
    }

    #lorem {
        font-size: 15px;
    }

}
.image{
     
        position: fixed; /* Fix the position on the screen */
        top: 0; /* Align to the top */
        left: 0; /* Align to the left */
        width: 100%; /* Adjust the width as needed */
        height: 100%; /* Full height of the screen */
        background-color: #f0f0f0; /* Set a background color for the container (optional) */
        z-index: 1; /* Set the z-index to control stacking order (if needed) */
    
}

/* img {
    vertical-align: middle;
    margin-bottom: 170px;
} */

img#bottom-left-image {
    position: fixed; /* Fix the position on the screen */
    bottom: 0; /* Align to the bottom */
    left: 1; /* Align to the left */
}
img#top-right-image {
    position: fixed; /* Fix the position on the screen */
    top: 1; /* Align to the bottom */
    left: 0; /* Align to the left */
    /* border-radius: 45.0.0.px; */
}


img#bottom-right-image{
    position: fixed; /* Fix the position on the screen */
    bottom: 0; /* Align to the bottom */
    left: 1; /* Align to the left */

}
img#bottom-right-to-image {
    position: fixed; /* Fix the position on the screen */
    bottom: 0; /* Align to the bottom */
    right: 1; /* Al0gn to the left */
    margin-left: 300px;
}

img#bottom-left-logo{
    
}

.cont{
    position: fixed;
    color: #fff;
    margin-top: 230px;
    margin-left: -120px;
}
.cont-one{
    position: fixed;
    color: #fff;
    margin-top: 290px;
    margin-left: -120px;

}

.cont_img{
    border-top-left-radius: 45px;
}

.cont_img-to{
    border-bottom-left-radius: 45px;
}

.login_box{
    padding: 20px;
    margin-left: 100px;
    margin-right: 100px;
}

.labal{
    margin-left: 100px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    
}
.login_span{
    
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    
}
.input{
    
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 7px;
    width: 445px;
   
}

button{
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 7px;
    width: 445px;
    height: 40px;
    color: #f0f0f0;
    border: solid;
    border-radius: 10px;
    background-color: hwb(226 30% 13%);
   

}

.liveAlert{
    color: red;
    margin-left: 100px;
    margin-top: 5px;

}
