body {
    background-color: #1B2435;
}
.main-container {
    background-image: url(/assets/images/bg_login.jpg);
    width: 100%;
    height: 100dvh;
}
.toplogin {
    background-image: url(/assets/images/bg_login.jpg);
    background-size: cover;
    width: 100%;
    height: 40dvh;
}
.login-container {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    height: calc(60dvh + 20px);
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -20px;
    padding: 10px;
}
.main-info-container {
    padding-left: 10%;
    padding-right: 10%;
}
.mid-container-separator {
    width: 100%;
    height: 60px;
}
.hero-text {
    font-size: 48px;
    color: white;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
    line-height: 64px;
}
.subhero-text {
    color: white;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}
label span {
    font-size: 12px !important;
}
.bottom-container {
    padding-bottom: 40px;
}
.logo-dashindo {
    height: 36px;
    width: auto;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #000000;
    background-color: #000000;
}

.thisbtnisblue { background-color: rgba(19, 99, 223, 1) !important; }

@media only screen and (max-width: 820px) {
    .hide-on-small {
        display: none;
    }
}

@media only screen and (min-width: 821px) {
    .top-container {
        width: 100%;
        height: 20%;
    }
    .login-container {
        width: 50%;
        height: 100dvh;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 0;
        padding-left: 100px;
        padding-right: 100px;
    }
    .main-info-container {
        width: 50%;
    }
    .show-on-small {
        display: none;
    }
}
@media only screen and (min-width: 993px) {
    .login-container {
        width: 40%;
    }
    .main-info-container {
        width: 60%;
    }
}
