/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 Jun, 2022, 10:23:43 PM
    Author     : Lenovo
*/

.page-wrapper .page-body-wrapper {
    background-color: #0e7c7b1f;
}

.login-card{
    background: rgba(99,98,231,0.1);
}
.theme-form input[type="text"], .theme-form input[type="email"], .theme-form input[type="search"], .theme-form input[type="password"], .theme-form input[type="number"], .theme-form input[type="tel"], .theme-form input[type="date"], .theme-form input[type="datetime-local"], .theme-form input[type="time"], .theme-form input[type="datetime-local"], .theme-form input[type="month"], .theme-form input[type="week"], .theme-form input[type="url"], .theme-form input[type="file"], .theme-form textarea, .theme-form select{
    border-color: #00968866;
    padding: 8px !important;
}
.card .card-header{
    padding: 20px !important;
}
.card .card-body{
    padding: 20px !important;
}
.card .card-footer{
    padding: 20px !important;
}
.dropdown-basic .dropdown .dropbtn {
    color: white;
    padding: 7px 10px;
    border: none;
    cursor: pointer;
}
.dropdown-basic .dropdown .dropdown-content{
    top: 35px;
}