.auth-modal-container{
    width: 100%;
    height: 100vh;
    display: grid;
    place-content: center;
}

.auth-modal-container .card{
    width: 356px;
    height: 456px;
    border: 1px solid #E2E8F0;
}

.auth-modal-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.auth-modal-logo{
    width: 188px;
    height: 35px;
    align-self: flex-start;
}

.auth-modal-title{
    align-self: flex-start;
}

.auth-modal-title h1{
    color: #4EAB88;
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
}

.auth-modal-title span{
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
}

.auth-modal-input-container label{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.auth-modal-input-container input{
    border: 1px solid #E2E8F0;
    border-radius: 5px;
    margin-top: 0.3rem;
}

.auth-modal-forgot{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D3748;
}

.auth-modal-wrapper button{
    border-radius: 10px;
}

.auth-right-background{
    width: 100%;
    height: 80vh;
    border-radius: 0 0 0 85px;
    background: #4EAB88;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.auth-right-background .first{
    width: 30vw;
    height: 6vw;
}

.auth-right-background .second{
    width: 20vw;
    height: 12.5vw;
}
