﻿html {
    height: 100vh;
}
body{
  background: linear-gradient(0deg, rgb(214, 214, 214) 0%, rgb(255, 255, 255) 100%);
  height:vh;
  min-height: 100vh!important;
  background-attachment: fixed;
}

.purple{
  background-color: #912F9B;
} 

.purple1{
  background-color: #520763;
} 
.purple2{
  background-color: #5B056B;
} 
.purple3{
  background-color: #380F49;
} 
.purple4{
  background-color: #24063B;
} 
.red{
  background-color: #AE0124;
} 
.red1{
  background-color: #CC0023;
} 
.red2{
  background-color: #A60106;
} 
.black{
  background-color: #020003;
} 		
.black1{
  background-color: #110216;
} 		
.gray{
  background-color: #C1C1C1;
} 		
.gray1{
  background-color: #B2B2B2;
} 

.dropdown-menu{
	background:rgba(0, 82, 105, 1)!important;
}
.dropdown-item{
	color:#fff !important;
}

.input-group-text{
	background-color:rgba(0, 0, 0, 0.9)!important;
  color: #fff;
  border-radius: unset;
}
.drop-shadow{
  box-shadow: 0 0 15px rgba(189, 189, 189,0.5) !important;
}
.form-control:focus{
  border-color: #fff !important;
  box-shadow: 0 0 15px rgba(189, 189, 189,0.5) !important;
  background-color:rgba(255,255,255,1)!important;
  color:#000F28 !important;
  font-weight:bold;
}

.form-control{
	background-color:rgba(255,255,255,0.9)!important;
}
.validerror{
	display:none !important;
}
