body {
/*  padding-top: 40px;
  padding-bottom: 40px;*/
  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
    top: 0px;
    left: 0px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.loginPage {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(https://img.freepik.com/premium-photo/large-truck-highway_115919-37451.jpg);
    background-size: 100% 100%;
    height: 100vh;
    display: flex;
    /*    justify-content: center;*/
    align-items: center
}

.loginWrapper {
    background-color: #ffffff8c !important;
    width: 500px;
    height: 100vh;
    padding: 20px;
    /*    webkit-box-shadow: 27px 26px 14px 1px rgba(0,0,0,1);
    -moz-box-shadow: 27px 26px 14px 1px rgba(0,0,0,1);*/
    box-shadow: 0px 0px 10px 4px rgba(255,255,255,0.8);
    border: 1px solid #ddd
    /*    box-shadow: 7px 6px 14px 1px rgba(255,255,255,1);*/
}

    .loginWrapper h3 {
        margin-top: 100px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 50px;
        text-shadow: 1px 1px 10px #0033ff
    }

    .loginWrapper h5 {
        color: #222;
        font-weight: bold;
        text-align: center;
        font-size: 20px;
    }

.dashTitle1 {
    height: 150px !important;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px grey;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    background-color: #bd013e85;
    font-style: italic;
    text-shadow: 5px 1px 20px green;
    color: #fff
}
.dashTitle2 {
    height: 150px !important;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px grey;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    background-color: #378681b0;
    font-style: italic;
    text-shadow: 5px 1px 20px red;
    color: #fff
}
.dashTitle3 {
    height: 150px !important;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px grey;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    background-color: #69026fa6;
    font-style: italic;
    text-shadow: 5px 1px 20px white;
    color: #fff
}
.dashTitle4 {
    height: 150px !important;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px grey;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    background-color: #7e9e1794;
    font-style: italic;
    text-shadow: 5px 1px 20px #0033ff;
    color: #fff
}
.dashWrap {
    min-height: calc(100vh - 100px);
    background-size: 100% 100%;
    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),
        url(https://img.freepik.com/free-photo/many-transport-trucks-parked-service-station-sunset-ai-generative_123827-23416.jpg)
}
.dashboardWrp {
    background-color: white;
    padding: 5px;
    height: calc(100vh - 70px);
}
.vehiclemaprootViewwrapper {
    /*    position: relative;*/
    height: calc(100vh - 60px);
   background-size: 100% 100%;

    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(https://images.unsplash.com/photo-1592838064575-70ed626d3a0e?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTV8fHRydWNrfGVufDB8fDB8fHww)
}

    .vehiclemaprootViewwrapper h2 {
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 30px;
        padding: 20px;
        text-shadow: 1px 1px 10px #000;
        font-style: italic
    }
.inputLablecss {
    text-shadow: 1px 1px 10px #000;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    white-space:nowrap
}
.inputundertextcss {
    color: #777;
    font-style: italic;
}
.submitbutton {
    background-color: green;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    border: none;
    outline: none;
    font-style: italic;
    border-radius:5px
}
.maplablecss {
    font-weight: bold;
    font-style: italic;
    white-space: nowrap
}
.cursor{
    cursor:pointer !important
}
/*---------------------------------dashbord------------------------------------------------*/
.fontSizeBold{
    font-weight:bold;
    font-size:smaller;
}
.fontSizeNormal {    
    font-size: smaller;
}
.dashTabMenu{
    width:50%;
    border-bottom:1px solid gray;
    padding:10px;
    text-align:center;
    margin:5px;

}
.dashTabMenuactive {
    font-weight: bold;
    border-bottom: 1px solid black;
    padding: 10px;
    text-align: center;
    width: 50%;
    margin:5px;
}




