body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    background-color: #fef7f1;
}

.login-container {
    height: 100vh;
    padding-left: 0!important;
    padding-right: 0!important;
}

.image-section {
    background: url('/images/login.jpeg') no-repeat center center/cover;
}

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdeee1;
}

.login-form {
    max-width: 350px;
    width: 100%;
    text-align: center;
}

.login-form h1.logo {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.login-form h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.login-form p {
    margin-bottom: 25px;
    color: #666;
}

.form-control {
    border-radius: 5px;
    margin-bottom: 15px;
}

.btn-dark {
    background-color: #000;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.btn-dark:hover {
    background-color: #444;
}

.footer {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}
.row.no-gutters {
    height:100vh;
}