html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #672b95;
    background: transparent url('/mbkonline/images/login_bg.jpg');
    font-family: Montserrat', sans-serif;
}

.form-signin {
    max-width: 400px;
    padding: 20px;
    /* border-radius: 25px; */
    /* border-radius: 44% 56% 55% 45% / 91% 89% 11% 9%;
    background-color: rgba(0, 0, 0, 0.5); */
    /* opacity: 0.5; */
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.label {
    color: black;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}