body{
    background-color: #F8F8FB;
}
.text-primary {
    color: #282C52 !important;
    font-size: 2rem;
}
.input-group-text{
    border-left: 0;
    border-color: #E9EBFF;
    background-color: white;
}
.form-control{
    border-right: 0;
    border-color: #E9EBFF;
    text-align: right;
}
.btn-primary{
    background-color: #0116CB;
    border-color: #0116CB;
    padding: 0.7rem;
    color: #fff;
    font-weight: 700;
    border-radius: 0.8rem;
}
#remember{
    background-color: #D4D8FF;
    border-color: #D4D8FF;
    color: #282C52;
    &:checked{
        background-color: #0116CB;
        border-color: #0116CB;
        color: #fff;
    }
}
.border-primary{
    border-color: #E9EBFF !important;
}
.headers {
    font-size: 1rem;
    color: #282C52 !important;
}