.custom-login-body {
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    width: 30%;
    padding: 0 2rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    top: 0;
}
.logo-bottom img {
    width: 85%;
    height: auto;
    max-width: 100%;
}

.logo-top {
    margin-top: 35px;
	width: 100%;
    text-align: center;
}
.login-form-container {
    width: 100%;
    text-align: center;
}

.login-form-container h5 {
    margin-top: 15px;
	font-size: 14px;
}

.btn-custom {
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 5px;
}