        #btnSignin {
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    width: 100%;
    line-height: 26px;
    border: none;
        background: #d31d52;
    color: #fff;
        padding: 9px 15px;
    line-height: 20px;
    border: 0;
    transition: all .4s;
    text-transform: uppercase;
    font-size: 11px;
}
#btnSignin:hover {
    background: #12aac1;
}
.needs-validation .col-6 label {
        font-size: 12px;
    color: #414141;
    display: flex;
    align-items: center;
    gap: 5px;
}
.needs-validation .text-end a {
    font-size: 12px;
}
.form-label {
    font-size: 14px;
}
