.image-login {
    background-image: url('/assets/img/bg-login.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.btn-custom {
    background-color: #222e3b !important;
    width: 100%;
    margin: auto;
    border: 0px !important;
    color: #ffffff !important;
    border-radius: 0px !important;
}

.form-control {
    border-radius: 0px !important;
}