﻿/*Login form Css Start-----------------------------------------------------------------*/

body.LoginBody {
    font-family: 'Arsenal', sans-serif !important;
    background: #fff !important;
    background: url('images/Hyderabad_Airport.jpg') repeat 0px 0px !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-attachment: fixed !important;
}

.login-form input[type="submit"] {
    background: #f05319 !important;
    border: #f05319 !important;
}

label {
    font-weight: 500 !important;
    font-size: 12px !important;
}

.CurrentDay {
    background-color: #ABB2B9;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    color: white;
}

.NonComplianceModalHeader {
    background-color: #F5F5F5 !important;
    color: black;
}

.NonComplianceHeader {
    background-color: #FFFFFF !important;
    color: black !important;
}

.ClickForEdit {
    color: #438EB9;
    cursor: pointer;
}
