.form{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.form p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.form p.agreement{
    color: #6D7986;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
}
.form p.agreement a{
    color: #0047FF;
    text-decoration-line: underline;
}
