.register {
    background-color: black;
    color: white;
}
.register .formTitle {
    font-size: 22px;
}

.register .big-text {
    font-size: 28px;
}

.register .med-text {
    font-size: 18px;
}

.register .sm-text {
    font-size: 12px;
}

.register .text15 {
    font-size: 15px;
}

.register .text16 {
    font-size: 16px;
}

.register .text13 {
    font-size: 13px;
}

.register .intro {
    background-image: url("../images/footer/footer_bg.png");
    background-size: cover;
    min-height: 349px;
    padding: 60px 0px;
    color: white;
}

.register .intro .info {
    font-size: 23px;
}

.register .intro .joinBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: black;
    background-color: var(--distro-light-green-2);
    font-size: 1rem;
    width: 9rem !important;
    height: 2.5rem;
    padding-inline: 1rem;
    font-weight: 500;
}

.register .intro .form-control {
    width: 300px;
}

.register .intro .signinBtn {
    color: white;
    background-color: #5c0101;
    width: 300px;
    font-size: 18px;
    border: none;
    height: 2.5rem;
}

.forgotPassBtn {
    color: white;
    background-color: #5a5a5a;
    width: 300px;
    font-size: 18px;
    border: none;
    height: 2.5rem;
    margin-top: 1rem;
}
