* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul,
ol {
    margin-left: 40px;
}

p {
    margin: 0;
}

.text-center {
    text-align: center;
}

.h2_header {
    font-size: 25px;
    font-weight: 650;
    font-family: Inter, sans-serif;
    line-height: 1.28;
    letter-spacing: -0.025rem;
    color: #212121;
}

.h3_header{
    font-size: 22px;
    font-weight: 650;
    font-family: Inter, sans-serif;
    line-height: 1.273;
    letter-spacing: -0.02rem;
    color: #212121;
    padding-bottom: 16px;
}

.h4_header {
    font-size: 20px;
    font-weight: 650;
    font-family: Inter, sans-serif;
    line-height: 1.3;
    letter-spacing: -0.02rem;
    color: #212121;
}

.h5_header {
    font-size: 18px;
    font-weight: 650;
    font-family: Inter, sans-serif;
    line-height: 1.333;
    letter-spacing: -0.015rem;
    color: #212121;
    padding-bottom: 16px;
}

.h6_header {
    font-size: 16px;
    font-weight: 650;
    font-family: Inter, sans-serif;
    line-height: 1.375;
    letter-spacing: -0.015rem;
    padding-bottom: 0.75rem;
    color: #212121;
}

.para {
    font-size: 16px;
    font-weight: 400;
    font-family: Inter, sans-serif;
    line-height: 1.5;
    letter-spacing: -0.01rem;
    color: #212121;
    text-decoration: none;
    padding-bottom: 16px;
}

.link {
    color: #1A6CDA;
    text-decoration-color: rgba(26, 108, 218, 0.4);
    font-family: Inter, sans-serif;
    font-size: 16px;
}

.content .link{
    display: inline-block;
    padding-bottom: 8px;
}

.content .link:last-child{
    padding-bottom: 0px;
}

.login-help-wrapper{
    padding: 64px 15px;
    max-width: 860px;
    margin: 0 auto;
}

.login-help-container {
    padding: 48px 0px;
}

.login-help-card{
    padding-bottom: 48px;
}

.login-help-list-container{
    padding-bottom: 16px;
}

.login-help-list-header {
    padding-bottom: 8px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01rem;
    font-family: Inter, sans-serif;
    color: #212121;
}

.login-help-list li {
    padding-left: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01rem;
    font-family: Inter, sans-serif;
    color: #212121;
}

.login-help-list li:last-child {
    padding-bottom: 0px;
}

.login-help-list.no-bullets > li {
    list-style-type: none;
}

.login-help-list.disc-bullets > li {
    list-style-type: disc;
}

.login-help-list.lower-alpha-bullets > li {
    list-style-type: lower-alpha;
}

.login-help-list.decimal-bullets > li {
    list-style-type: decimal;
}

.flex-alert-card {
    display: flex;
    gap: 12px;
    padding-bottom: 16px;
}

.flex-alert-card label {
    min-width: fit-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01rem;
    font-family: Inter, sans-serif;
    color: #ef5350;
    font-weight: bold;

}

.flex-alert-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01rem;
    font-family: Inter, sans-serif;
    color: #ef5350;
}

.divider {
    max-width: 620px;
    height: 1px;
    margin: 0px auto;
    position: relative;
    background-color: #bbb;
}

.pointer {
    height: 0;
}

.pb-zero {
    padding-bottom: 0px;
}