/* Minification failed. Returning unminified contents.
(169,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(170,20): run-time error CSS1046: Expect comma, found '116'
(170,28): run-time error CSS1046: Expect comma, found '/'
(170,30): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(170,34): run-time error CSS1034: Expected closing parenthesis, found '-'
(170,34): run-time error CSS1042: Expected function, found '-'
(170,35): run-time error CSS1039: Token not allowed after unary operator: '-tw-text-opacity'
(170,54): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.pl-37 {
    padding-left: 67px;
}

.forget {
    text-decoration: underline !important;
    color: #3b73af !important;
}

.login-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    max-height: 400px;
}

.password-wrapper {
    position: relative;
}



.toggle-icon {
    position: absolute;
    right: 8px;
    top: 35%;
    transform: translateX(-447px);
    cursor: pointer;
    color: #6c757d;
    z-index: 2;
}

.pl-50 {
    padding-left: 105px;
}

.padding-top-6 {
    padding-top: 70px;
}

.password-wrapper input {
    padding-right: 40px; /* Space for icon */
}

.addinvoice {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    transition: 0.3s ease;
    cursor: pointer;
    background-color: #0070e0;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 14px;
}

    .addinvoice:hover {
        background: #2083e5;
    }

.w-500 {
    max-height: 420px;
    width: 100%;
    max-width: 484px;
}

.fw-bold {
    font-size: 13px !important;
    font-weight: bolder !important;
}

    .fw-bold:hover {
        color: #2083e5;
        text-decoration: none !important;
    }

.top-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 5px 40px;
}

/*register*/

.login-title {
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    color: #1e293b;
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-subtitle {
    text-align: center;
    color: #a0abc5;
    margin-bottom: 30px;
    font-size: 15px;
}

.form-label {
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.required {
    color: red;
}

.terms {
    margin-top: 13px;
    font-size: 12px !important;
    color: #a0abc5;
    text-align: center;
}

.login-container .form-control {
    width: 100% !important;
    height: 38px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    padding-left: 40px !important;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
    outline: 0;
}

.login-color {
    color: #a0abc5;
}

.row .col-md-6 {
    padding-right: 1px;
    padding-left: 13px;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    outline: 0
}

.BackToLogin {
    text-align: center !important;
    color: #a0abc5 !important;
    margin-top: 30px !important;
    font-size: 15px !important;
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.font-semibold {
    font-weight: 600;
}

.text-sm {
    font-size: 12px;
    line-height: 1.25rem;
}

.items-center {
    align-items: center;
}

.inline-flex {
    display: inline-flex;
}

.mt-8 {
    margin-top: 2rem;
}

.email-support {
    margin-top: 2rem; /* mt-8 */
    text-align: center;
    margin-bottom: -20px;
}

    .email-support span {
        align-items: center;
        gap: 0.5rem;
        font-size: 12px;
        font-weight: 100; /* font-semibold */
        color: #aab1ba; /* slate-500 */
        /*transition: color 0.2s ease;*/
    }


    .email-support a {
        /*color: #2563eb;*/
        text-decoration: none;
        font-weight: 600;
    }

        .email-support a:hover {
            text-decoration: underline;
        }

.actgst {
    cursor: pointer;
    border: none;
    color: #000;
    padding: 5px 5px;
    background: #fff;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* margin: 0 4px 5px 5px;*/
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border: 1px solid #eaeaea;
    margin-top: 20px;
    transition: 0.3s ease;
    font-weight: 600;
}

.turnstile-title {
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    color: #1e293b;
    margin-bottom: 10px;
}

