@import url('efont.css');
html, body {
	white-space: normal;
}
body {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-family: 'Roboto';
	overflow-x: hidden;
	background: #005d7b;
	background-image: url(../images/loginbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	 
}
h1, h2, h3, h4, h5, h6, p, ul {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none!important
}
.wrapper {
	position: relative;
	height: 100%;
}
.govt_logo{text-align: center;margin-top: 10%;}
.elogin-box {
	margin: 10% auto;
	width: 40%;
	margin-bottom: 0;
	transform: scale(0.9);
	box-shadow: 0px 3px 10px 0px #00000045;
	border-radius: 7px;
}
.el-head {
	background: rgba(255,255,255,0.2);
	padding: 10px;
	/* padding-bottom: 10px; */
	text-align: center;
	position: relative;
	border-radius: 10px 10px 0 0;
	background-position: bottom;
	border: 1px solid rgba(255,255,255,0.5);
	border-bottom: 5px solid #fba908;
	z-index: -1;
}
.el-head h1 {
	color: #fba908;
	font-weight: bold;
	font-size: 4em;
	text-shadow: 1px 1px 1px #777;
	z-index: 2;
	position: relative;
}
.el-head .el-img {
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	z-index: 999999999999999999;
	zoom: 1.3;
}
.el-body {
	padding: 30px;
	padding-bottom: 5px;
	background: rgba(234, 235, 239, 0.8)
}
.el-body .fa-spin{
	font-size: 26px;
    color: rgb(18, 65, 121);
    margin-left: 10px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle
}
.el-body>h2 {
	margin-bottom: 30px;
	color: #2e73be;
}
.el-form .form-group label {
	text-align: left;
	margin-top: 4px;
	white-space: nowrap;
}
.el-form .form-group .colon {
	float: left;
	margin-left: -7px;
	margin-top: 5px;
}
.el-form .form-group input[type=text], .el-form .form-group input[type=password], .el-form .form-group select {
	height: 45px;
	border-radius: 3px;
}
.el-foot {
	padding: 15px 30px;
	/* border-top: 6px solid #fba908; */
	background: rgba(255,255,255,0.2);
	border-radius: 0 0 10px 10px;
	border: 1px solid rgba(255,255,255,0.5);
	border-top: 2px solid #fba908;
}
.el-foot a {
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	transition: .2s;
	font-weight: normal;
}
.el-foot a>i {
	margin-right: 10px;
}
.el-foot a:hover {
	color: #fff;
	
}
.em-contact {
	position: absolute;
	background: hsla(11, 86%, 63%, 0.7);
	padding: 20px;
	top: 20px;
	right: 20px;
}
.em-contact p {
	color: #fff;
	line-height: 1.5em;
	font-size: 1.3em;
}
.em-contact .em-tail {
	background-image: url(../images/arrow.png);
	background-size: cover;
	height: 50px;
	width: 50px;
	display: none;
	position: absolute;
	bottom: 10px;
	left: -50px;
}
.captcha {
	padding-left: 0;
}
.cap-img {
	background: #fff;
	float: left;
	height: 45px;
	width: 125px;
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	text-align: center;
}
.cap-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
a.cap-refres {
	float: left;
	width: 40px;
	padding: 10.5px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #fba908;
	border-radius: 0 4px 4px 0;
	border-left: none;
}
a.cap-refres>i {
	font-size: 1.5em;
	transition: .3s;
}
a.cap-refres:hover>i {
	transform: rotate(45deg);
}
.input-group-addon {
	color: #fff;
	background-color: #fba908;
	border: 0px solid #fba908;
}
.input-group-addon i{
	width:18px;
}
.contakt {
	position: fixed;
	top: 5%;
	right: 0;
	font-family:exo;
}
.contakt div {
	list-style: none;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 50px 0 0 50px;
	position: relative;
	cursor: pointer;
	right: 0px;
	background: rgba(255, 255, 255, 0.1);
}
.contakt div:hover i {
	color: rgba(255,255,255,1);
	background: rgba(255,255,255,0.4)
}
.contakt div>i {
	transition: .2s;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	line-height: 1.8em;
	font-size: 1em;
	color: rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.3);
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.contakt div>p {
	display: inline-block;
	color: #fff;
}
.slideIn{	
	animation-name: slideIn;
	animation-duration: 1s;
	right: -305px;
	animation-timing-function:ease-in;
}
.slideOut{	
	animation-name: slideOut;
	animation-duration: 1s;
	right: 0px!important;
	transition-timing-function: ease-out;
	
}

 @keyframes slideIn {
	from{right: 0px;}
	to{right: -305px;}
}
 @keyframes slideOut {
 from{right: -305px;}
	to{right: 0px;}
}


.icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
	z-index: -1;
}
.icons .fa {
    -webkit-font-smoothing: antialiased;
    transition: 300ms all;
    position: absolute;
    
    animation: 10s floatUp ease-in infinite alternate;
    top: 100%;
	color:rgba(255,255,255,0.1);
	cursor:pointer;
	z-index:99999;
}

.icons .fa:hover{ color:rgba(255,255,255,0.3); }
    .icons .fa:before {
      display: inline-block;
    }
    .icons .fa:nth-child(odd):before {
      animation: 40s slowRotate linear;
    }
    .icons .fa:nth-child(even):before {
      animation: 30s slowRotate linear;
      animation-direction: reverse;
    }

	
 
@keyframes floatUp {
  0% { top: 110%; top: calc(100% + 2em); }
  100% { top: -25%; top: -2em; }
}

@keyframes slowRotate {
    0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
@media (max-width:1440px) {
.govt_logo{text-align: center;margin-top: 3%;}
.elogin-box {
    margin: 3% auto;
    width: 40%;
    margin-bottom: 0;
    transform: scale(0.9);
    box-shadow: 0px 3px 10px 0px #00000045;
    border-radius: 7px;
}
}
@media (max-width:1152px) {
.cap-img {
	width: 92px;
}
}

@media (max-width:1024px) {
.em-contact {
	zoom: .8;
}
}

@media (max-width:768px) {

}

@media (max-width:640px) {
.contakt {display:none}
.govt_logo{text-align: center;margin: 10px 0; margin-bottom:40px}
.elogin-box {
	width: 95%;
}
.cap-img {
	width: 130px;
}
.em-contact {
	bottom: 10px;
	top: auto;
	display: none
}
.el-head h1 {
	font-size: 3em;
}
}

@media (max-width:425px) 
{
    .captcha{float:right}
.cap-img {
	width: 100px;
}
}

@media (max-width:360px) {
.cap-img {
	width: 80px;
}
}