@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600&display=swap');

.cardLogin {
    width: 359px !important;
    /* height: 408px !important; */
    /* top: 90px !important;
    left: calc(50% - 385px/2) !important;
    position: absolute !important;
    background-color: #fff !important; */

    /* box-shadow: 0px 0px 16px #143c6c !important; */
    border-radius: 16px !important;
    border: none;
}

.cardLoginBox {
    box-shadow: 0px 0px 16px rgba(20, 60, 108, 0.1) !important;
    border-radius: 16px !important;
    border: none;
}

.cardLoginDefault {
    width: 384px !important;
    height: 457px !important;
    /* top: 73px !important; */
    left: calc(50% - 385px/2) !important;
    /* position: absolute !important; */
    background-color: #fff !important;

    box-shadow: 0px 0px 16px rgba(20, 60, 108, 0.1) !important;
    border-radius: 16px !important;
    border: none;
}

.cardLoginBoxDefault {
    box-shadow: 0px 0px 16px rgba(20, 60, 108, 0.1) !important;
    border-radius: 16px !important;
    border: none;
}

.formLogin label {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    font-family: 'Nunito', sans-serif;
    float: left;
}

.formText {
    font-weight: 400;
    font-size: 13px;
    color: rgb(119,119,119);
    align-items: center;
}

.btnLogin {
    background-color: #143C6C;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 22px;
}

.btnLogin:hover {
    background-color: #143C6C;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.registrasi {
    font-weight: 600;
    font-size: 14px;
    color: #0088cc;
}

.errorMessage {
    color: #da635d !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 19px !important;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

/* MODAL REGISTRASI */

.modalAlertLogin {
    /* width: 640px; */
}

.modalRegist {
    font-size: 14px;
    font-weight: 400;
    color: rgb(119,119,119);
    text-align: center;
    align-items: center;
    padding: 16px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 36px;
}

.template a:hover {
    text-decoration: none;
}

.template a {
    color: #0088cc;
    font-size: 16px;
    align-items: center;
    text-align: center;
}

.template2 a {
    color: #143c6c;
}

.template2 a:hover {
    text-decoration: none;
}


.EyeIcon {
    position: absolute;
    right: 18px !important;
    bottom: 168px;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-size: 15px;
    color: rgb(119, 119, 119);
}

#l-login__form__button {
    max-height: 50px;
    background-color: #143C6C;
    color: #fff;
    font-weight: bold;
    padding: 9px 10px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    border: none;
    outline: none;
    fill: transparent;
    transition: all .5s;

    /* box-shadow: 0px 1px 11px 1px rgba(110, 106, 106, 0.8); */
}
#l-login__form__button:hover {
    box-shadow: 0px 3px 13px 3px rgba(110, 106, 106, 0.8);
    cursor: pointer;
}


.credensCBIC h5 {
    font-size: 22px;
    color: #143C6C;
    text-shadow: 0.9px 0 #143C6C;
    text-align: center;
    margin: 0;
    padding: 0;
}

.credensCBIC p{
    font-size: 14px;
    color: #143C6C;
    text-align: center;
    font-weight: 400;
   
}

.footer    {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #143c6c;
    color: white;
    text-align: center;
    font-size: 13px;
    z-index: 111111;
}

.footer p{
    margin-top: 12px;
}

.cbicRegist a{
    color: #0088CC;
    font-size: 13px;
}

.credensCBIC {
    margin-top: 28px;
    margin-bottom: 28px;
}