/*
body dark - #171717
widget dark - #202020
*/

html, body {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    /* min-height: 100vh; */
    overflow-x: hidden;
    background: #fafafa;
    padding-top: 50px;
    padding-bottom: 25px;
}

body p {
    font-weight: 400;
    line-height: 1.7em;
    font-size: 15px;
    /* color: #5a5a5a; */
    color: #848484;
}

.text-purple {
    color: #BE1315 !important;
}

.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.site-text {
    color: #5a5a5a;
}

.site-light-text {
    color: #b8b8b8 !important;
}

.btn {
    background: -webkit-gradient(linear, left top, right top, from(#BE1315), to(#530196));
    background: linear-gradient(90deg, #BE1315 0%, #530196 100%);
}

.auth-card {
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.05);
}

.auth-card-body {
    padding: 20px 25px;
}

.form-card {
    padding-left: 5px;
    padding-right: 5px;
}

.site-form-group label {
    color: #848484;
    font-size: 13px;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.site-form-group .form-control {
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 14px;
}

.site-form-group .form-control:focus {
    box-shadow: none;
    border-color: #530196;
}

.site-form-group .form-control::placeholder {
    color: #b8b8b8;
}

.site-form-group .form-select {
    padding: 11px 15px;
    border-radius: 10px;
    font-size: 14px;
}

.site-form-group .form-select:focus {
    box-shadow: none;
    border-color: #530196;
}

.site-form-group .input-group-text {
    color: white;
    background: #530196;
    padding: 5px 13px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-submit {
    color: white !important;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 10px;
}
