/* Sign-in Page */

body.sign-in {
    background-color: #fafafa;
}

.container {
    max-width: 1920px;
    padding: 0;
    display: flex;
}

.row {
    margin: 0;
    align-items: center;
    justify-content: center;
}

.top-subheader {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.top-content {
    width: 420px;
}

.top-content h1 {
    font-size: 72px;
    font-weight: 700;
}

.form.daftar .info h1 {
    font-size: 72px;
    font-weight: 700;
}

/* #institute-address{
    display: none;
}  */

.sign {
    text-align: right;
}

.sign h5 {
    margin-bottom: 0px;
}

.sign a {
    text-decoration: none;
    color: #50872a;
}

.sign a:hover {
    color: #c71616;
}

.content {
    margin-top: 2rem;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form.daftar .form-group {
    position: relative;
    margin-bottom: 6px;
}

.form-group label {
    color: #808080;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-group input.form-control:focus {
    outline: 0px !important;
    border: 1px solid #50872a;
    box-shadow: none !important;
    -webkit-appearance: none;
}

.button-group button,
button#nextBtn {
    outline: none;
    border: none;
    font-size: 18px;
}

.content .button-group button:hover,
.content .button-group button:focus,
button#nextBtn:hover,
button#backBtn:hover {
    background-color: #108335;
}

.content .button-group button:active,
button#nextBtn:active,
button#backBtn:active {
    transform: translateY(4px);
    transform: scale(0.9);
    transition: 0.15s;
}

/* button#backBtn {
    outline: none;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    background-color: #868E96;
} */

.form-control {
    display: block;
    width: 420px;
    height: 50px;
    border-radius: 9px;
    /* margin: auto; */
    font-weight: 400;
    border: 1px solid #c4c4c4;
}

.form-half {
    width: auto;
    margin: 0 !important;
}

.form-half2 {
    width: 194px !important;
    margin: 0 !important;
}

.form-control::placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #c4c4c4;
}

.form-control[type="file"] {
    height: auto;
}

.logo {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    align-items: center;
}

div.logo h3 {
    margin-bottom: 0px;
    font-weight: 700;
}

.banner-container {
    display: flex;
    height: 100vh;
    background-color: white;
    /* background-image: url(../../images/Vector-top.svg),
        url(../../images/Vector-bot.svg); */
    background-image: url(../../images/login-teta/login-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    column-gap: 1px;
}

.banner-container .icon-pic {
    width: 4%;
    align-items: flex-start;
    margin-bottom: 6px;
}

.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
}

.form-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 500px;
    width: calc(50vw - 30%);
    height: fit-content;
    max-height: 999px;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0px 6px 30px rgb(0 0 0 / 15%);
}

label.password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

label.password a {
    color: #50872a;
    text-decoration: none;
}

label.password a:hover,
label.password a:focus {
    color: #c71616;
}

.button-group a:hover {
    color: #c71616 !important;
}

.container div .box {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container div .box h1 {
    margin-left: 8px;
    font-size: 64px;
    font-weight: 700;
    margin-right: auto;
    margin-bottom: 12.5rem;
    line-height: 65px;
}

.container div .box h4 {
    width: 50%;
    align-self: center;
    margin-top: 10px;
    margin-right: 24px;
    margin-bottom: 0;
}

/* Sign-Up Page */

.member-umum a,
.member-civitas a,
h4.pilih {
    text-decoration: none;
    color: #808080;
}

.member-umum a h4,
.member-civitas a h4,
h4.pilih {
    font-weight: 700;
}

.member-umum:hover,
.member-civitas:hover {
    transition: all ease 0.3s;
    transform: scale(1.05);
}

.member-umum a:hover,
.member-civitas a:hover {
    color: #f37422;
}

/* .form-card.umum {
    max-height: 660px;
    height: calc(100vh - 15%);
} */

span.icon {
    position: absolute;
    right: 15px;
    transform: translate(0, -50%);
    top: 50%;
}

.datepicker {
    padding: 0.375rem 0.75rem;
}

.form.daftar {
    display: flex;
    width: 200%;
    max-width: 420px;
    overflow-x: hidden;
}

.progres h4 {
    margin: 0;
    font-weight: 700;
    color: #50872a;
}

.count {
    background-color: #50872a;
    padding: 6px;
    height: fit-content;
    border-radius: 6px;
}

.count h4 {
    color: white;
    font-size: 16px;
    font-weight: 700;
}

input.form-control[type="password"] {
    font-size: 1rem;
    color: black;
}

.form-select {
    /* width: 98%; */
    border-radius: 9px;
    padding: 0.375rem 0.75rem;
    color: #c4c4c4;
    margin-bottom: 6px;
}

.form-select:focus {
    outline: 0px !important;
    border: 1px solid #50872a;
    box-shadow: none !important;
    -webkit-appearance: none;
}

.form-select .value {
    color: black;
}

.button-group {
    display: flex;
    justify-content: end;
}

/* .button-group.upload {
    margin-bottom: 102.5px;
} */

/* .button-group.akun {
    margin-bottom: 94.5px;
} */

.form-select.spe {
    width: 100% !important;
}

.rules {
    margin-top: 6px;
    margin-bottom: 4px;
    border-radius: 8px;
    padding: 8px;
}

.signs {
    border: 0px;
    border-radius: 10px;
    text-decoration: none;
}

.white-border {
    background-color: #fff;
    border-radius: 10px;
    width: fit-content;
}

.bdp-group {
    align-items: center;
}

.pw-group {
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 1760px) {
    .container div .box h4 {
        width: 70%;
    }
}

@media only screen and (min-width: 1600px) {
    .container div .box {
        width: 45%;
    }

    .container div .box h1 {
        font-size: 64px;
        font-weight: 700;
        margin-right: auto;
        margin-bottom: 15rem;
    }

    .container div .box h4 {
        width: 65%;
        margin-left: auto;
        margin-top: 0px;
        padding-bottom: 14px;
    }
}

@media (min-width: 1281px) {
    /* hi-res laptops and desktops */
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
    .banner-container .icon-pic {
        width: 10%;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-container .icon-pic {
        width: 14%;
    }

    .box .box-head img {
        width: 70%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .container div.row {
        width: 100%;
    } */
    .container {
        flex-direction: column;
    }

    .banner-container {
        height: 25vh;
    }

    .form-container {
        height: 75vh;
    }

    .form-container .form-card {
        width: 100%;
    }

    .row {
        --bs-gutter-x: 0 !important;
    }

    .logo a img {
        width: 134.5px;
    }

    .form-card {
        border-radius: 25px 25px 0 0;
        position: fixed;
        bottom: 0;
        margin-bottom: 0 !important;
    }

    .form.sign-in {
        margin-bottom: 4rem !important;
    }

    .sign-as-container {
        top: 160px;
        max-height: unset;
        height: auto;
        justify-content: flex-start;
    }

    .bdp-group, .pw-group {
        flex-direction: column;
        align-items: center;
    }

    .bdp-group input, .bdp-group div, .pw-group div, .pw-group input {
        width: 100%!important;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .banner-container {
        height: 25vh;
    }

    .form-container {
        height: 75vh;
    }

    .form-container .form-card {
        /* min-width: unset; */
        width: 100%;
    }

    .row {
        --bs-gutter-x: 0 !important;
    }

    .logo a img {
        width: 134.5px;
    }

    .form-card {
        border-radius: 25px 25px 0 0;
        position: fixed;
        bottom: 0;
        margin-bottom: 0 !important;
    }

    .form.sign-in {
        margin-bottom: 4rem !important;
    }

    h1.mb-4.login {
        margin-bottom: 3rem !important;
    }

    .form.sign-in .content {
        margin-top: 0;
    }

    .content {
        margin-top: 1.5rem;
    }

    .form-group.sec-2 {
        flex-direction: column;
    }

    .form-select {
        width: 100%;
    }

    .form.daftar.civitas .info h1, .form.daftar h1 {
        font-size: 48px!important;
        margin-bottom: 0.5rem!important;
    }

    .sign-as-container {
        top: 160px;
        max-height: unset;
        height: auto;
        justify-content: flex-start;
    }

    .bdp-group, .pw-group {
        flex-direction: column;
        align-items: center;
    }

    .bdp-group input, .bdp-group div, .pw-group div, .pw-group input {
        width: 100%!important;
    }
}

@media only screen and (max-width: 576px) {
    .instance,
    .rank {
        width: 100%;
    }

    .form-card {
        min-width: 368px;
        border-radius: 20px 20px 0 0;
    }
}

@media only screen and (max-width: 426px) {
    .form-card {
        min-width: 368px;
        border-radius: 20px 20px 0 0;
    }

    .form.daftar .form-control {
        width: 100%;
    }
    /* Sign-In */
    .form-container {
        justify-content: unset;
        /* height: 90vh; */
    }
    .top-content {
        width: 90%;
    }
    .form.sign-in {
        width: 90%;
    }
    .form.sign-in .content {
        margin-top: 0;
    }
    .form.sign-in .content .form-control {
        width: 100%;
    }
    /* Pick Sign-Up */
    .content.pick {
        margin-top: 3rem;
        width: 90%;
    }
    .content.pick .member-pick {
        gap: 1rem !important;
        margin-bottom: 1rem;
    }
    /* Daftar Umum */
    .form.daftar {
        display: block;
        width: 90%;
    }

    .form-container.umum {
        justify-content: unset;
        height: 99.8vh !important;
    }

    .form.daftar.umum .form-control {
        width: 100%;
    }
    /* Daftar Civitas */
    .form.daftar.civitas .form-control {
        width: 100%;
    }

    h1 {
        font-size: 60px !important;
    }

    .form.daftar.civitas .info {
        align-items: center;
    }

    .form.daftar.civitas .info h1, .form.daftar h1  {
        font-size: 36px!important;
        margin-bottom: 0.5rem!important;
    }
}

@media only screen and (max-width: 376px) {
    .btn-cs-primary {
        padding: 6px !important;
    }

    form.forgot {
        min-width: 320px !important;
    }

    form.forgot .btn-cs-primary {
        width: 100%;
    }

    .content.forgot .form-control {
        width: 100% !important;
    }

    .content.forgot {
        margin-top: 0.5rem !important;
    }

    .content.forgot .button-group {
        margin-top: 0.5rem !important;
    }

    .form.daftar.civitas .info h1, .form.daftar h1  {
        font-size: 36px!important;
        margin-bottom: 0.5rem!important;
    }

    .form.daftar.civitas .info h4 {
        font-size: 14px!important
    }

    h4 {
        font-size: 16px!important;
    }

    .mini-progres {
        padding-left: 1rem!important;
    }
}

@media only screen and (max-width: 320px) {
    .form-card {
        min-width: 290px;
        border-radius: 20px 20px 0 0;
    }

    .logo a img {
        width: 128px;
        height: 37.02px;
    }

    h1 {
        font-size: 50px !important;
    }

    h5 {
        font-size: 12px !important;
    }

    h1.forgot {
        font-size: 32px !important;
    }

    .content.pick .member-pick {
        flex-direction: column;
    }

    .btn-cs-primary {
        width: 100% !important;
    }

    form.forgot {
        min-width: 240px !important;
    }

}

@media only screen and (width: 768px) and (height: 1024px) {
    .container .form-container .form-card {
        top: 170px;
        height: auto;
        max-height: unset;
        justify-content: flex-start;
    }

    .container .form-container .form-card form{
        max-height: fit-content!important;
    }
}

@media only screen and (width: 1024px) and (height: 1366px) {
    .container .banner-container {
        display: none!important;
    }

    .container>.row {
        width: 100%!important;
    }

    .container .form-container .form-card {
        top: 170px;
        height: auto;
        max-height: unset;
        justify-content: flex-start;
    }

    .container .form-container .form-card form{
        max-height: fit-content!important;
    }
}

@media only screen and (width: 1024px) and (height: 600px) {
    .sign-as-container {
        top: unset!important;
        max-height: unset;
        height: auto;
        justify-content: flex-start;
    }
}

@media only screen and (max-height: 833px) {
    .form.daftar.civitas, .form.daftar {
        max-height: 555px !important;
        min-height: 520px;
    }
}

@media only screen and (max-height: 737px) {
    .form.daftar.civitas, .form.daftar {
        max-height: 495px !important;
        min-height: 470px;
    }
}

@media only screen and (max-height: 732px) {
    .form.daftar.civitas, .form.daftar {
        max-height: 460px !important;
        min-height: unset;
    }
}

@media only screen and (max-height: 668px) {
    .sign-as-container {
        top: 140px;
    }

    .form.daftar.civitas, .form.daftar {
        max-height: 430px !important;
        min-height: 400px;
    }
}

@media only screen and (max-height: 641px) {
    .sign-as-container {
        top: 150px;
    }

    .form.daftar.civitas, .form.daftar {
        max-height: 400px !important;
        min-height: unset;
    }
}

@media only screen and (max-height: 569px) {
    .sign-as-container {
        top: 120px;
    }

    .form.daftar.civitas, .form.daftar {
        max-height: 360px !important;
    }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
/* @media (min-width:961px) and (max-width: 1024) { } */

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
/* @media only screen and (min-width:641px) and (max-width: 960) {
    .banner-container {
        display: none!important;
    }
} */

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
/* @media (min-width:481px) and (max-width: 640) {
    .banner-container {
        display: none;
    }
} */

/* @media (min-width:320px) and (max-width: 480) {
    .banner-container {
        display: none;
    }
} */
