
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100..900&display=swap');
        
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.container-fluid {
    height: 100vh;
    width: 80%;
}
.left-section, .login-section {
    height: 100%;
    width: 100%;
   
}
.left-section {
    background: url('https://via.placeholder.com/500x600/') no-repeat center center;
    background-size: cover;
}
.login-section {
    background: url('../image/Rectangle\ 179.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
 
}
.form-control {
    background-color: rgba(255, 255, 255, 0.2); /* semi-transparent white background */
    border: 1px solid rgba(255, 255, 255, 0.5); /* semi-transparent white border */
    color: white;
}
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7); /* lighter color for the placeholder */
}
.login-box {
    background-color: rgba(0, 0, 0, 0.6); /* semi-transparent overlay */
    padding: 30px;
    border-radius: 10px;
}
.logo {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.lft{
position: relative;
right: 32px;
width: 50%;
background: url('../image/[freepicdownloader.com]-diverse-group-students-is-studying-medium\ 1.png');
background-repeat: no-repeat;
background-size: cover;

}
h3{
color: white;
}
p{
color: white;
}
label{
color: white;
}
