.col-12.col-sm-9.col-md-7.col-lg-5.col-xl-4.mx-auto {
    background-color: rgb(255 255 255 / 90%);
    height: 600px;
    padding-top: 40px;
    border-radius: 12px;
}
html,
body,
.module-users-login {
    height: 100%;
}

.main {
    display: inherit !important;
    height: 100%;
}

.content-div {
    background: #ffffff;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #00000030;
    box-shadow: 0 4px 30px rgb(0 0 0 / 37%);
    position: fixed;
    width: 40%;
    height: 50%;
    top: 25%;
    left: 30%;
}

button.btn.dropdown-toggle.btn-sm.bs-placeholder {
    border: none !important;
}

.form-control,
.selectpicker {
    border: none;
}

.input-border {
    display: flex;
    border: 1px solid #00000017;
    padding: 0px 10px;
    background-color: #cccccc;
    border: 1px solid black;
    border-radius: 2px;
}
.form-control {
    background: transparent !important;
    border: none;
    color:#ffffff !important;
}

.bootstrap-select .dropdown-toggle:not(.btn-primary):not(.btn-secondary):not(.btn-info):not(.btn-success):not(.btn-warning):not(.btn-danger) {
    background: transparent;
}

.fa {
    font-size: 16px;
    margin-top: 11px;
    color: #445a66;
}

.selectpicker {
    border: none;
    /* Removes the default border */
    outline: none;
    /* Removes the focus outline */
    box-shadow: none;
    /* Removes any shadow that may appear */
}

/* If you want to add a custom border */
.selectpicker.custom-border {
    border: 1px solid #ccc;
    /* Example of adding a custom border */
    border-radius: 4px;
    /* Optional: round the corners */
}

.footer-copyright {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    font-size: 11px;
    color: #465b66;
}

.loginButton {
    background-color: #485c64;
    border: none;
    width: 150px;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    height: 40px;
}
.loginButton:hover {
    background-color: #485c64;
    color: #ffffff;
}
.loginButton span {
    margin: auto;
    font-size: 18px;
    font-weight: 500;
}
.forgotPassword {
    color: #495c65;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    min-height: 32px;
}
.main {
    padding-top: 0px !important;
    margin-top: 0 !important;
}

a#login-logo {
    margin: 0px !important;
    padding: 0px;
}

/* .login-forms {
    position: absolute;
    bottom: 25%;
    right: 10%;
    min-height: 250px;
    border: 3px solid white;
    border-radius: 20px;
} */

.login-forms {
    border: 6px solid #A3E96D;
    border-radius: 20px;
    background-color: #283583;
}

div#mw-login {
    background-image: url(/userfiles/media/docimages/login-background.png);
    height: 100vh; /* Full screen height */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logins-background img {
    width: 500px;
}


.login-forms {
    max-width: 900px;     /* keeps the box from being too wide */
    width: 100%;
    background: #283583;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.login-form-body {
    flex: 1;
}

.logins-background {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mw-login {
  height: 100vh;        /* full screen height */
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
}

.login-form-body.p-4 {
    position: absolute;
    width: 420px;
    top: 0;
    right: 63px;
}

.bakground-layer {
    background-image: url(/userfiles/media/docimages/login-background-box.png);
    background-size: cover;
    opacity: 0.3;
    width: 390px;
    height: 390px;
    position: absolute;
}

.login-logo-area {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.login-form-area-above-layer {
    padding: 30px;
    border: 8px solid #71779e;
    border-radius: 20px;
    border: 4px solid red;
    z-index: 222;
}

.login-form-area-above-layer {
    padding: 30px;
}

.login-logo-area img {
    width: 150px;
}

.profile-picture {
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.profile-picture img {
    width: 50px;
}


.login-form-area {
  width: 400px;
  height: 305px;
  position: relative;
}

/* semi-transparent image box */
.background-layer {
  background-image: url(/userfiles/media/docimages/login-background-box.png);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}

/* form box above background */
.login-form-area-above-layer {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 20px;
  border: 4px solid #71779e;
  background: rgba(10, 25, 80, 0.6); /* optional frosted background */
}


.loginButton {
    background-image: url(/userfiles/media/docimages/login-button-background.png);
}

.loginButton span {
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 400;
}

a.btn.btn-link.btn-sm.forgotPassword {
    color: #ffffff;
    font-weight: 400 !important;
}

.login-form-area-above-layer .input-border {
    background: none;
    color: #ffffff !important;
    border: 0px solid;
}

.login-form-area-above-layer .input-border {
    background: none;
    color: #ffffff !important;
    border: 0px solid;
    border-bottom: 1px solid #ffffff;
}

.login-form-area-above-layer input::placeholder , .login-form-area-above-layer i {
  color: #ffffff;
  opacity: 1;
  margin-right: 10px;
}

button.btn.dropdown-toggle.btn-sm {
    border: none !important;
    color: #ffffff !important;
}


.filter-option-inner-inner {
    color: #ffffff !important;
}
