body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0 ;
    padding: 0;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    /* width: 800px;
    height: 500px;
    margin: auto;
    margin-top: 50px;
    padding: 20px;
    border-radius: 5px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    display: flex;
    

}
.left-container{
    flex: 1;
    background: url('https://www.sedacollection.com/assets/img/gallery/11.jpg') center/cover;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: center;
    height: 600px;
    float: left;
    width: 50%;
    color: #fff;

}

.logo{
    height: 40px;
    margin-top: 15px;
    margin-left: 15px;

}

.wel-mess{
    font-size: 30px;
    margin: 30px;
}
.right-container{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.login-form {
    padding: 20px;
    margin-top: 100px;
}


.img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

button {
    background-color: #2c3e50;
    color: #fff;
    padding: 10px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    margin: 10px;
}

button:hover {
    background-color: #444;
}

h1 {
    text-align: center;
    font-size: 28px;
    margin-top: 200px;
}
h2{
    text-align: center;
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 50px;
}
p{
    font-size: 15px;
    font-weight: bold;
    /* background-color: #2c3e50;
    padding: top 10px;
    padding: bottom 10px; */
}
