body, html {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}

.login-page {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 30px; /* Optional, for spacing */
}

.form-center {
    padding: 20px;
}

.form-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
    color: white;
}

.form-right i {
    font-size: 100px;
}

.bg-white {
    background-color: #fff;
}

.bg-primary {
    background-color: #007bff;
}

input[type="text"], .form-control {
    height: 45px;
    font-size: 16px;
}

input[type="submit"], .btn {
    height: 45px;
    font-size: 16px;
}
.form-right img {
    max-width: 200px; /* Adjust size of the logo */
    margin-bottom: 30px; /* Space between logo and text */
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.login-form{
    background-color: #0A273B;
}
.login-form label{
    color: white;
}
