/*
Template Name: Snacked Admin
Author: codervent
Email: codervent@gmail.com
File: style.css
*/

/* 
- General
- Header
- Sidebar
- Page Content
- Utilities
- Widgets
- Chips
- Email
- chat box
- Authentication
- swicther
- Responsive

 */

/* General */

body {
    font-size: 14px;
    color: #4c5258;
    letter-spacing: 0.5px;
    font-family: Roboto, sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    background: linear-gradient(to right, #000, #363636);
}

.wrapper {
    width: auto;
    position: relative;
}

/* Authentication */

.authentication-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 60rem;
    height: 100vh;
}

.authentication-card .card {
    background: linear-gradient(to right, #000, #363636);
    border: none;
}

.authentication-card h5 {
    color: #eee;
}

.authentication-card label {
    color: #eee;
}

.authentication-card input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #eee;
}

.authentication-card input:focus {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #eee;
    outline: 0;
    box-shadow: none;
}

.authentication-card .form-switch .form-check-input {
    background-color: #eee;
}

.authentication-card .form-switch .form-check-input:checked {
    background-color: rgba(255, 255, 255, 0.2);
}
.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    color: #cbcbcb;
    z-index: 1;
}

.authentication-card i {
    color: #eee;
}

/* swicther */

.btn-switcher {
    position: fixed;
    right: 0px;
    top: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header-colors-indigators .indigator {
    width: 50px;
    height: 50px;
    background-color: #f7f8fa;
    border-radius: 10px;
    cursor: pointer;
}
