/*****************************
 * Template Name: Acmostyle
 * Version: 1.0.0
 * Author: Acmosoft
 * Website: www.acmosoft.com
 ****************************/

/* Login Page */

body.form {
    background-image: url("/assets/img/kashflyer-login-bg-by-acmosoft.jpg");
    background-size: cover;
    background-position: center;
}
.form-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgb(188 1 0 / 40%);
}
.form-content {
    background-color: rgb(0 0 0 / 50%);
    padding: 40px;
    border-radius: 8px;
}
.form-form .form-form-wrap h2 .brand-name {
    color: #bc0100;
}

.form-form .form-form-wrap form .field-wrapper svg {
    color: #bc0100;
    margin-top: 8px;
    margin-left: 10px;
}

.form-form .form-form-wrap form .field-wrapper input {
    padding: 0 30px 0 46px;
    border-radius: 4px;
}

.form-form .form-form-wrap form .field-wrapper input {
    color: #fff;
}

.form-form .form-form-wrap form .field-wrapper input:focus {
    border-color: #fff;
}

.switch.s-primary input:checked + .slider {
    background-color: #bc0100;
}
.switch.s-primary .slider:before {
    background-color: #bc0100;
}
.form-image .l-image {
    background-image: url(/assets/img/kashflyer-logo-light-by-acmosoft.png);
    background-color: rgb(188 1 0 / 48%);
}
