* {
    border-radius: 0 !important;
}

label{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
}

body{
    background-repeat: no-repeat;
	background: linear-gradient(to top right, #044d0aa6, #013108);
	width:100%;
	height: 100vh;
	padding:8px;
}

h5{
	color:black;
	font-family: verdana;
	color:#333;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.7px;
	font-size: 28px;
}

input{
	background:transparent !important;
	color:black !important;
}

.loaderContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 19999;
	background-color: rgba(0, 0, 0, 0.2);
}

.loaderContainer i {
	font-size: 50px;
	color: #212121;
}

.form-control:focus,
.btn:focus {
    outline: none;
    box-shadow: none !important;
    /* border: 1px solid #CED4DA; */
}

/* loader css  */
.loader{
    width: 64px;
    height: 64px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.loader i{
    font-size: 38px;
}
 a:hover{
    text-decoration: none !important;
}


.displayNone{
    display:none;
}

.container{
	background:#fff;
	border-radius: 8px !important;
	overflow: hidden;
	margin-top:30px;
	max-width:950px;
	background-color: white;
	border: solid 1px transparent;
	min-height: 600px;
}

/* Selectpicker */
.dropdown-menu .show{
    max-height:200px !important;
}

.bootstrap-select .dropdown-menu {
    padding: 0!important;
    transform: translate3d(0, -3px, 0) !important;
    min-width:100% !important;
}

.bootstrap-select .dropdown-menu li{
    font-size:14px !important;
}

.bootstrap-select .dropdown-menu li{
    font-size:14px !important;
}

.dropdown-item{
    padding: .25rem 0.5rem !important;
}

.bootstrap-select .dropdown-toggle:focus{
    outline:0 !important;
    box-shadow:0 !important;
}

.bs-searchbox {
    padding: 0!important;
}
 
.bs-searchbox input {
    height: 32px!important;
}

.bootstrap-select button{
    background-color: white !important;
    border: solid 1px #ced4da;
}

/* End of Selectpicker */

.row{
    margin-top:5px;
}

.invalid{
    border-color:red !important;
}

@media (max-width: 585px){
	h5{
		font-size:23px !important;
		line-height: 1.8 !important;
	}
}
@media (max-width: 560px){
	.marginTopSmallScreen{
		margin-top:10px;
	}
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
	color:black !important;
}