.login-title{
    display: flex;
    justify-content: center;
    color: #081053;
    font-size: 24px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 30px;
}

label{
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
}

input{
    height: 40px !important;
    padding: 9px 24px !important;
    border-radius: 20px !important;
    background: #F9F9F9 !important;
    color: #666 !important;
    border: none !important;
}

button{
    height: 40px;
    width: 294px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 20px !important;
    background-color: #FB6629 !important;
    text-transform: none !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 40px;
}

span{
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
}

a{
    color: #C75120 !important;
    text-decoration: none !important;
}

.login-form{
    background-color: #FFF;
    padding: 32px;
    border-radius: 16px;
}

.auth-footer{
    display: flex;
    justify-content: center;
}

.auth-footer a {
    margin-left: 2px;
    color: #0F1FA1 !important;
}

.login-logo{
    margin-top: 60px;
}

.forgot-button{
    margin-top: 40px;
}

.forgot-footer{
    margin-top: 20px !important;
}