.register-innerContainer{
    max-width: 392px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.login-innerContainer{
    max-width: 392px;
    margin-top: 80px;
    margin-bottom: 240px;
}

.register-mainTitle{
    color: var(--text-loud-900, #0D0D12);
    text-align: center;
    font-family: 'ClashGrotesk-medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.register-mainContext{
    color: var(--text-normal-500, #666D80);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

.register-loginOptions-container .btnLink-secondary-innerWrapper{
    padding: 12px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.register-loginOptions-container{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.register-loginOptions-container .btnLink-secondary{
    width: 100%;
}

.register-userAgreementParagraph a{
    color: var(--text-loud-900, #0D0D12);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    transition: 300ms;
}

.register-userAgreementParagraph a:hover{
    color: #666D80;
}

.login-forgotPassword{
    color: var(--icon-subdued-400, #818898);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.login-forgotPassword:hover{
    color: var(--icon-subdued-500, #666D80);
}