
.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f6f9;
    font-family: 'Ubuntu', sans-serif;
}
.login-box {
    width: 70%;
    display: flex;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.login-form {
    flex: 1;
    padding: 40px;
}
.login-logo {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.login-logo a {
    color: #333;
    text-decoration: none;
}
.login-card-body {
    padding: 0;
}
.login-card-body form {
    margin-top: 20px;
}
.login-card-body .btn-primary {
    background-color: #5bbad5;
    border-color: #5bbad5;
}
.login-card-body a {
    color: #5bbad5;
}
.logo-section {
    flex: 1;
    background: #5bbad5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-section img {
    max-width: 80%;
    height: auto;
}


 .register-page {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
     background-color: #f4f6f9;
     font-family: 'Ubuntu', sans-serif;
 }
.register-box {
    width: 70%;
    display: flex;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.register-form {
    flex: 1;
    padding: 40px;
}
.register-logo {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.register-logo a {
    color: #333;
    text-decoration: none;
}
.register-card-body {
    padding: 0;
}
.register-card-body form {
    margin-top: 20px;
}
.register-card-body .btn-primary {
    background-color: #5bbad5;
    border-color: #5bbad5;
}
.register-card-body a {
    color: #5bbad5;
}
.logo-section {
    flex: 1;
    background: #5bbad5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-section img {
    max-width: 80%;
    height: auto;
}
