*{
    /* border: 1px solid grey; */
}
.sign-half-card{
    text-align: center;
    margin: auto;
    max-width: 500px;
    padding: 4rem 0;
}
.sign-title{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--heading-grey);
    font-family: 'Radio Canada', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}
.sign-subtitle{
    color: #008AB4;
    font-size: 16px;
}
.sign-half-card .row{
    /* margin: 0; */
}
.sign-half-card label{
    color: #008AB4;
    text-align: left;
    margin: 0 0 5px 0;
}
.sign-input-border{
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    padding: 15px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
}
input{
    max-width: 100%;
    width: 100%;
}
.sign-text{
    text-align: left;
    color: #797777;
    font-size: 14px;
    font-weight: 400;
}
.sign-options-container{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
label.form-check-label{
    color: #797777;
    font-size: 14px;
    font-weight: 400;
}
.form-check-input:checked,
.form-check-input:focus,
.form-check-input:active{
    box-shadow: none;
}
.sign-btn{
    border-radius: 10px;
    width: 100%;
    padding: 15px 0;
    color: #FFF;
    font-family: 'Radio Canada';
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}
.sign-btn.dark, .sign-btn.light:hover{
    background: #008DB8;
    color: #ffffff;
}
.sign-btn.light, .sign-btn.dark:hover{
    background: #ffffff;
    color: #008DB8;
    border: 1px solid #008AB4;
}
a{
    color: #008AB4;
}
.otp-input-container{
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}
.otp-input-container .sign-input-border{
    width: 4rem;
    text-align: center;
}