body.login-page {
    height: auto;
    background: rgba(255,255,255,0.7) url(../images/sarimurni/background.jpg) no-repeat center center fixed; 
    background-position: center center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: right;
}

.half,
.half .container>.row {
    height: 100vh;
}


/* Custom Styling */
.img-logo {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 !important;
}

.half,
.half .bg {
    width: 100%;
}

.contents {
    width: 30%;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.btn-danger{
    background-color: #F40101 !important;
}

.text-danger{
    color: #F40101 !important;
}

.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.alert {
    margin-bottom: 0;
}

.col-lg-12.banner-header {
    margin-top: 1rem;
    text-align: center;
}

.header-icon-cube {
    position: absolute;
    top: 0;
    right: 170px;
    max-width: 85px;
    cursor: pointer;
}

.bg-trans-gradient {
    background: linear-gradient(250deg, #3e93d6, #527cc0);
}

.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"]:after {
    opacity: 0;
}

.app-list {
    margin: 0px auto 10px auto;
}

img.header-brand-logo {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
}

.banner-title {
    color: #006CB8;
    font-weight: bold;
    padding-top: 2rem;
    text-align: center !important;
}

.header-title {
    padding-top: 1.75rem;
    font-weight: bold;
    font-size: 20px;
}

.fixed-bottom {
    left: 3.75%;
    padding-bottom: 15px;
}

.footer-version {
    color: #676A6C;
    text-align: center !important;
}

.error{
    font-size: small;
    font-style: italic;
    color: red;
}

#lost-password{
    font-size: small;
    font-style: italic;
    margin-right: 5px;
    cursor: pointer;
}

.toggle-password{
    cursor: pointer;
}

.header-password{
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.header-password h5{
    font-weight: 900;
}

.w-45{
    width: 45% !important;
}

.card.card-forgot-password {
    padding: 1.25rem !important;
    position: absolute;
    top: calc(50px) !important;
    margin: auto;
    left: 5%;
}

div#modal-otp>.modal-dialog, div#modal-post-otp>.modal-dialog {
    max-width: 400px !important;
}

#otp1, #otp2, #otp3, #otp4, #otp5, #otp6{
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    text-align: center !important;
}

.border-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (min-width: 768px) and (max-width: 1039.98px) {
    .contents {
        width: 40%;
    }
}

@media (min-width: 472px) and (max-width: 767.98px) {
    .contents {
        width: 50%;
    }
}

@media (min-width: 321px) and (max-width:471.98px) {
    .contents {
        width: 80%;
        box-sizing: border-box;
        box-shadow: none;
        background-color: transparent;
        align-items: center !important;
        margin: auto;
    }
    .header-title {
        text-align: center !important;
    }
    .col-lg-12.banner-header {
        margin-top: 20px;
    }
    .img-logo {
        top: 0;
        max-width: 185px;
        position: initial;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .mb-login {
        box-sizing: border-box;
        box-shadow: 1px 1px 1px 2px #e1dfdf6e;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 1.5rem;
        border-radius: 15px;
    }
}

@media screen and (max-width:320px) {
    .col-lg-12.banner-header {
        margin-top: 10px;
    }
    .img-logo {
        top: 0;
        max-width: 185px;
        position: initial;
    }
    .contents {
        width: 80%;
        box-sizing: border-box;
        box-shadow: none;
        background-color: transparent;
        align-items: center !important;
        margin: auto;
    }
    .header-title {
        padding-top: 1.25rem;
        font-weight: bold;
        font-size: 16px;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .img-logo {
        top: 0;
        max-width: 185px;
        position: initial;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .mb-login {
        box-sizing: border-box;
        box-shadow: 1px 1px 1px 2px #e1dfdf6e;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 1.5rem;
        border-radius: 15px;
    }
}
