.cl-cardBox {
    box-shadow: none !important;
    border: 1.5px solid var(--border);
}

.cl-signIn-start .cl-header,
.cl-signUp-start .cl-header,
.cl-logoBox,
.cl-footerAction__signIn,
.cl-footerAction__signUp,
.cl-buttonArrowIcon,
.cl-footerAction__alternativeMethods {
    display: none !important;
}

.cl-card,
.cl-footer {
    background-color: #fff !important;
    border: none;
    box-shadow: none !important;
    background: none;
}

.cl-formButtonPrimary {
    background-color: #C8521B !important;
    border-radius: 90px !important;
    box-shadow: none !important;
    padding: 10px 0px !important;
}

.cl-input:active, 
.cl-input:focus {
    border: 1.5px solid var(--accent) !important;
    box-shadow: 0 0 0 3px rgba(200, 81, 28, 0.13) !important;
}

.cl-input, 
.cl-input {
    border: 1.5px solid var(--border) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0) !important;
}