﻿body {
}
.login-logo {
    content: url("../img/clients/aldlsj.png");
    display: inline-block;
    height: 95px;
}
.bg-body{
    background:white;
}
.bg-header {
    background: #4c6efc;
    border-bottom: solid 5px #fc6e04;
}
.sidenav,
.bg-footer {
    background: #4c6efc;
}
.menu-nav li > a{
    color:white;
}
.custom-nav .sidenav-trigger {
    color:white;
}

.btn {
    background: #4c6efc !Important;
}

.material-icons {
    color: #4c6efc !important;
}

.title-make-appointment {
    background-color: #fc6e04 !Important;
}

#service{
width: 100%;
height: 60px;
border-radius: 10px 10px 10px 10px;
font-size: 1.5em;
}
#location{
width: 100%;
height: 60px;
border-radius: 10px 10px 10px 10px;
font-size: 1.5em;
}
#hourFrom{
width: 100%;
height: 60px;
border-radius: 10px 10px 10px 10px;
font-size: 1.5em;
}
#hourto{
width: 100%;
height: 60px;
border-radius: 10px 10px 10px 10px;
font-size: 1.5em;
}
.btn-large i {
    color: #fff !important;
}