﻿@import 'bootstrap.css'
.login
{
    padding:20px 30px;
    border:1px solid #CCC;
    -webkit-box-shadow: 4px 4px 84px 2px rgba(204,204,204,1);
    -moz-box-shadow: 4px 4px 84px 2px rgba(204,204,204,1);
    box-shadow: 4px 4px 84px 2px rgba(204,204,204,1);
    
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.container-xl{
    max-width:100% !important;
    margin:0;
    padding:2rem !important;
}
h1{text-transform:uppercase;}

.top-app-bar{
    background-color:#fdaa1f !important;
    color:#4b41b8 !important;
}
.top-app-bar .nav-link{
    margin-right:1rem;
}
.top-app-bar .material-icons{
    color:#4b41b8 !important;
}
.top-app-bar  a{
    color:#4b41b8 !important;
    font-weight:bolder;
    text-transform:uppercase;
}
.drawer .drawer-menu .nav .drawer-menu-divider{
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.btn-primary{
    background-color:#4b41b8 !important;
    color:#FFF;
}
.btn-warning{
    background-color:#fdaa1f !important;
}