/* .auth-line{
    width: 90%;
    background-color: #108A00;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
} */
.modal-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.auth-btn{
    font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 22px;
/* identical to box height, or 84% */
background-color: #108A00;
display: flex;
align-items: center;
text-transform: uppercase;

color: #FFFFFF;
    width: 90%;
}
.btns{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.auth-title{
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 22px;
/* identical to box height, or 48% */

display: flex;
align-items: center;
text-transform: uppercase;

color: #108A00;
}