body.sgaccount-auth {
    background-color: #ebebeb;
    color: #333;
}
body.sgaccount-auth > .site-wrapper {
    padding: 50px 0;
}

a {
    color: #8b3ee6;
}

.btn {
    box-shadow: none;
}
.btn.btn-primary {
    background-color: #8b3ee6;
    border-color: #8b3ee6;
}
.btn-primary:active, 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary.disabled:hover,
.btn-primary.disabled:focus {
    background-color: #151515 !important;
    border-color: #151515 !important;
    color: #fff !important;
}
.form-control:focus, 
.input-group-text:focus, 
.custom-select:focus, 
.custom-file-label:focus {
    border-color: #e3e3e3;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before, 
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e3e3e3 !important;
}

.form-control, 
.input-group-text, 
.custom-select, 
.custom-file-label {
    border-color: #e3e3e3;
}

.card.card-auth {
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    color: #fff;
    border-radius: 3px;
    border: none;
    margin-bottom: 30px;
}

.card.card-auth > .card-header {
    display: block;
   /* border-bottom: 1px solid #e3e3e3;*/
    background-color: #4E1192;
    padding: 15px 25px;
    color: #fff;
    border-radius: 10px 10px 0 0px;
    padding-top: 50px;
}
.card.card-auth > .card-body {
    
    background-color: #4E1192;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 50px;
}
.card.card-auth > .card-header > h4 {
    font-size: 24px;
    font-weight: 900;
}
.card.card-auth > .card-header > p:last-of-type {
    margin-bottom: 0;
}

.alert {
    padding: 10px 15px;
    font-size: 12px;
}

.btn[type="submit"] {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    color: #4E1192;
    font-weight: bold;
}

.card.card-auth .btn[type="submit"] {
    width: 30%;
    font-size: 14px;
    padding: 10px;
}

.card.card-auth.register .form-control {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: #f1f1f1 !important;
    color: black;
}


/*why*/
.card.card-auth .form-control {
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #f1f1f1;
    color: black;
}

.card.card-auth .btn-white:hover {
    color: #000;
}

.card.card-auth .form-group {
    margin-bottom: 25px;
}