:root {
    --primary: #2AA65F;
    --secondary: #2FC7A1;
    --light: #F8F8F8;
}

body {
    font-family: Inter;
}

.background-register {
    background: url(../frontend/image/new-register.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.background-login {
    background: url(../frontend/image/bg-login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-card {
    padding: 40px !important;
    box-shadow: none;
}

.font-judul-login {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--light);
}

.sub-judul-login {
    font-family: Inter;
    font-size: 0.79rem;
    font-weight: 400;
    color: var(--light);
}

.font-right-login {
    font-size: 32px;
    font-weight: 600;
}

.sub-font-right-login {
    font-size: 16.45px;
    font-weight: 400;
    color: #6D737A;
}

.btn-login {
    background-color: var(--secondary);
    color: #F8F8F8;
}

.btn-login:hover {
    background-color: var(--primary);
    color: #F8F8F8;
}

a.lupa-password {
    color: var(--secondary);
    text-decoration: none;
}

a.btn-buat-akun {
    color: var(--secondary);
    text-decoration: none;
}

.title-text-login {
    font-size: 16px;
    font-weight: 500;
    color: #414143;

}

.btn-kembali {
    background-color: #2FC7A11A;
}

.btn-kembali:hover {
    color: white;
    background-color: var(--primary);
}

.kembali-font {
    font-size: 16.45px;
    font-weight: 400;
    color: var(--secondary);
    text-decoration: none;
}

.font-judul-login-left {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.sub-font-judul-login-left {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.font-card-left-login {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
}

.sub-font-card-left-login {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.font-validasi {
    font-size: 14px;
    font-weight: 400;
    color: #0A0A0C57;
}

.font-validasi.active {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary);
}

.font-caption {

    font-size: 13px;
    font-weight: 400;
    color: #414143;
}

.font-caption .link {
    color: var(--secondary);
}

.font-why-register {
    font-size: 12px;
    font-weight: 400;
    color: #026451;
    text-decoration: none;

}

.timer {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 16.45px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #E3007F;
    margin-left: 10px;
}

.timer-icon {
    margin-right: 5px;
    color: #E3007F;
    font-size: 16px;
}


.edit-nomor {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16.45px;
    font-weight: 600;
    line-height: 23.04px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6574FF;
}

.edit-nomor svg {
    margin-right: 8px;
}

.background-based {
    background-color: #F8F8F8;
}
