body {
    font-family: 'Rubik';
}


input {
    outline: none;
    border: none;
}

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 40px;
}

.input {
    font-family: 'Rubik';
    font-size: 14px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 25px;
    background: transparent;
    padding: 0 5px;
}


.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.4s;
    background: #1B3C7F;
}

.focus-input::after {
    font-family: 'Rubik';
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0px;
    padding-left: 5px;
    transition: all 0.4s;
}

.input:focus+.focus-input::after {
    top: -15px;
}

.input:focus+.focus-input::before {
    width: 100%;
}

.has-val.input+.focus-input::after {
    top: -15px;
}

.has-val.input+.focus-input::before {
    width: 100%;
}

.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    transition: all 0.4s;
}

.btn-show-pass:hover {
    color: #6a7dfe;
}

.btn-show-pass.active {
    color: #6a7dfe;
}

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    font-family: 'Rubik';
    color: #c80000;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: 'Rubik';
    font-size: 14px;
    color: #c80000;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 100px) {
    .login-mobile-global {
        margin-right: 1px;
    }

    .login-mobile-daftar {
        display: none;
    }

    .login-mobile-daftar-reverse {
        display: inline;
    }
}

@media only screen and (min-width: 992px) {
    .login-desktop-global {
        margin-right: 60px;
    }

    .login-desktop-daftar {
        display: inline;
    }

    .login-desktop-daftar-reverse {
        display: none;
    }
}

.daftarText {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #081F53;
}

.resendMailTitle {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: #E41E26;
}

.bodyText {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.ForgotPassTitle {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    letter-spacing: 0.15px;

}

.backIcon {
    max-height: 20pt;
}
