
.auth-title {
color: #0C1788;
font-family: "DM Sans";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.auth-text {
    color: #575869;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 20px;
}
.submit-btn-radius{
    border-radius: 100px;
}
.forgot-pw{
    color: #575869;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.btn-primary-create {
    background: #FFFFFF;
    border-color: #CCD0FF;
    color: #0C1788 !important;
    border-radius: 100px;
    margin-top: 50px;
}
.bg-auth {
    background-color: #FEE8D5 !important
}
.sign-in-section{
border-radius: 100px;
border: 1px solid rgba(12, 23, 136, 0.10);
padding: 5px 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

}
.auth-account{
    margin: 0;
color: #0C1788;
font-family: "DM Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
padding: 0;
}
.auth-signin{
    margin: 0;
color: #DC2328;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
padding: 0;
}
.form-check-label{
    color: #787878;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.agree-text{
    color: #787878;
font-family: "DM Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.link-dark-underline{
    color: #787878;
font-family: "DM Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
@media (max-width:991px) {
    .sign-in-section{
        margin-bottom: 15px;
    }
    .auth-title{
        text-align: center;
    }
    .auth-text{
        text-align: center;
    }

.form-check-label {
    font-size: 12px;
}
}
