.text-sys{
	color: #888;
}
		.search form{
			transition: 0.5s ease
			;
		}
		button{
			border-radius: 25px !important;
		}
	.search button:hover{
		box-shadow: 3px 3px 20px #919191c9 !important;
	}

.text-color{color: #dc3545;}
.search ,.login,.result-ar,.detail-ar,.cer,.upload,.en{
	height: 100vh;
	background: url(../img/head.png)no-repeat center center;
	background-size: cover;
	position: relative;
}
hr{    border: 1px solid #15f7ffa2;}
 .overlay-color{
/*	position: absolute;*/
	width: 100%;
	height: 100vh;
    background: rgb(224 224 224 / 65%);
}


.header-form {
	margin-bottom: 50px;
}
.search-form,.result-form,.detail-form,.cer-form,.upload-form,.en-form{
	position: absolute;
    height: auto;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: 0.7s ease;

	/*******************/
	background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 1px 1px 15px #145d7754;
}
.en-form{
	top: 50%;
}
.search-form:hover{
	background: #fff;
}
 input{
	margin:8px 0;
}

.newsletter-subscribe .search-form button{
	width: 70%;
}
/***************************************/

.login-form{
	position: absolute;
    height: 35vh;
    top:35%;
  
    transform: translate(-50%, -50%);
	transition: 0.5s ease;

	width: 35%;
    left: 50%;


}
.login-form .card{
	border-radius: 15px;
	transition: 0.5s ease;
}

.login-form .card:hover{
    box-shadow: 1px 1px 30px #15f7ffa2 !important;
}
.login-form button{
	width: 100%;
}
.login-form  .header-login {
	padding: 20px;
	
}

/***************************************/
.result-form,.detail-form,.en-form{
	background: #ffffff;
width: 80%;}
.result-form:hover,.detail-form:hover{
	
    box-shadow: 1px 1px 30px #15f7ffa2 !important;
}

/****/
.table-background{
	background:#909090;
	color: #fff;
}

/***************************************/
.cer-form{
	width: 60%;
}
/***************************************/
.upload-form{
background: #FFF;
}
.search-form:hover,.result-form:hover,.detail-form:hover,.cer-form:hover,.upload-form:hover{    box-shadow: 2px 2px 15px #15f7ffa2 !important;}