/* Index Page CSS */

:root {
  --primary-color: 
 linear-gradient(
    to top,
  
#dc6c2c 0%,
   
#dc6c2c 1%, 
    
#dc6c2c 100%
  );

  
}

img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.main-content {
  width: 80%;
  border-radius: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  margin: 1em auto;
  display: flex;
}
.company__info {
  background-image: var(--primary-color);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.fa-android {
  font-size: 3em;
}
@media screen and (max-width: 640px) {
  .main-content {
    width: 90%;
  }
  .company__info {
    display: none;
  }
  .login_form {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media screen and (min-width: 642px) and (max-width: 800px) {
  .main-content {
    width: 70%;
  }
}
.row > h2 {
  color: #008080;
}
.login_form {
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
form {
  padding: 0 0 0 4em;
}
.form__input {
  width: 100%;
  border: 0px solid transparent;
  border-radius: 0;
  border-bottom: 1px solid #aaa;
  padding: 1em 0.5em 0.5em;
  padding-left: 2em;
  outline: none;
  margin: 1.5em auto;
}
.form__input:focus {
  border-bottom-color: #008080;
  box-shadow: 0 0 5px rgba(0, 80, 80, 0.4);
  border-radius: 4px;
}
.btn {
  width: 70%;
  border-radius: 30px;
  color: #008080;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #008080;
  margin: 1em auto;
  vertical-align: middle;
  text-align: center;
}
.btn:hover,
.btn:focus {
  background-color: #008080;
  color: #fff;
}

.sidebar {
  margin-top: 40px;
  padding: 10px;
  width: 200px;
  height: 395px;
  border-radius: 10px;
  background-image: var(--primary-color);
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.sidebar a {
  display: block;
  color: black;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  background-color: white;
}

.sidebar a.active {
  background-color: #99946b;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {
    float: left;
  }
  div.content {
    margin-left: 0;
    background-color: #1976d2;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

.style1 {
  font-size: 18px;
}
.style6 {
  color: #fff !important;

  text-transform: uppercase;
}
.div_text_shadow {
  color: white;
  font-size: 25px;
  background-image: var(--primary-color);
}
#footer {
  position: absolute;
  width: 100%;
  /* height: 40px; */
  background-image: var(--primary-color);
}
.button{
 background: #536fb5 !important;
}



         .buttonNew {background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%)}
         .buttonNew {
            margin: 10px;
            padding: 5px 15px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            border-radius: 10px;
            display: block;
			box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          }

          .buttonNew:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
.button-19:after {
  background-image: var(--primary-color) !important;
  
}
.button-19 {
 font-size:16px !important;
  
}


.button-34 {
  background-image: #1e3c72 !important;
  font-size: 12px !important;
}

#form1 {
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	border: 2px solid #000;
  padding: 10px !important;
 
}

table {
  margin-top: 10px !important;
  border: 1px solid #000;
  
}
td,tr{
  border: 1px solid #000;
  padding:5px !important;
}

.home-head h2{
padding: 0;
margin: 0;
text-align: center;
color: #1e3c72;
}
