body{
    background-image: url('../img/login-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.login-title{
    font-family: 'Telkomsel Batik Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 33px;
    color: #0D1318;
    display: flex;
    align-items: center;
    justify-content: left;
}

.footer-login{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0D1318;
}

.reset-success{
    display: none;
}