@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600&Roboto+Slab:wght@300;400;500;600;700;800;900&display=swap');

label.error{
	font-family: 'Roboto', sans-serif;
    color: #F00;font-size: 10pt;
}
html, body{
	font-family: 'Roboto', sans-serif;
    font-size: 100%;
  	overflow-x: hidden;
	background:#FFFFFF;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	background:#011D4A !mportant;
}
a:focus, a:active, a:hover ,a.dropdown-toggle{
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #002561;
	text-decoration:none;
}
a {
    background-color:none;
}
body p{
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5 {
    	font-family: 'Roboto', sans-serif;
}
a {
	font-family: 'Roboto', sans-serif;
  color: #008DE7;
  font-weight:400;
}
a:hover { transition: all 200ms ease-in-out; }

.error_page {
       background: #00b0a6;
    position: relative;
    padding: 11em 0;
    width: 100%
}
.error-top {
   text-align: center;
   margin: 7em auto;
       background: #fff;
    padding: 2em 2em;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid rgba(213, 213, 214, 0.85);
    width: 30%;
    padding: 2em 2em;
	position: absolute;
    left: 35%;
    top: 13%;
}
.error-top h3{
      font-size: 9em;
    font-weight: bold;
    margin: 0;
    color: #052963;
}
.error-top h3 i{
    font-size: 113px;
    color: #00c6d7;
}
.error-top span {
  font-size: 1.5em;
  color:#333;
}
.error-top p{
    font-size: 0.95em;
    font-weight: 400;
    color: #777;
	margin: 10px 0;
}
	h2.inner-tittle.page {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
		position: absolute;
		top: -29%;
		left: 32%;
		font-size: 3em;
		color: #fff;
	}
	p.sign.up {
    text-align: center;
    float: none;
	    padding: 0;
	}/*--/sign-in--*/
	.login input[type="text"],.login input[type="password"]{
		width: 100%;
		padding: 0.9em 1em 0.9em 4em;
		color: #777;
		font-size: 15px;
		outline: none;
		font-weight: 400;
		border: 1px solid #ddd;
		background: url("../images/icons.png") no-repeat 14px 17px;
		margin: 0.3em 0;
		font-family: 'Roboto', sans-serif;
	  }
	.login input[type="password"]{
	   background: url("../images/icons.png") no-repeat 13px -33px ;

	  }
	.submit {
	  margin: 1em 0;
	  }
	.login input[type="submit"]{
	     font-size: 20px;
		font-weight: 400;
		color: #fff;
		cursor: pointer;
		outline: none;
		padding: 10px 15px;
		width: 100%;
		border:2px solid #eb1655;
		background: #eb1655;
		margin: 0;
		    font-family: 'Roboto', sans-serif;
			    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	}
	.login input[type="submit"]:hover{
	  background:none;
	  border:2px solid #eb1655;
	  color: #eb1655;

	}
	
	.buttons {
		margin: 1em 0 0em 0;
	}
	.buttons ul{
	 padding:0;
	}
	.buttons ul li {
	  display: inline-block;
	  width: 38%;
	  margin-right: 8%;
	  float: left;
	}
	.buttons ul li.or{
		width: 3%;
		margin-top: 8px;
		color: #777;
	}
	.buttons ul li.lost {
		margin-right: 0;
		float: right;
	}
	/* Sweep To Right */
	a.hvr-sweep-to-right {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  background: url("../images/fb.png") no-repeat 20px 9px #3b5998;
	  width:100%;
	      font-family: 'Roboto', sans-serif;
	  padding:0.7em 1em;
	  font-size: 1em;
	  color: #fff;
	}
	a.hvr-sweep-to-right:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background:#354d7d;
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  -webkit-transform-origin: 0 50%;
	  transform-origin: 0 50%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	a.hvr-sweep-to-right:hover, a.hvr-sweep-to-right:focus, a.hvr-sweep-to-right:active {
	  color: white;
	}
	a.hvr-sweep-to-right:hover:before, a.hvr-sweep-to-right:focus:before, a.hvr-sweep-to-right:active:before {
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}

	/* Sweep To Left */
	a.hvr-sweep-to-left {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  width:100%;
	  padding:0.7em 1em;
	  font-size: 1em;
	  color: #fff;
	      font-family: 'Roboto', sans-serif;
	  background:url("../images/tw.png") no-repeat 20px 13px  #1ab2e8;

	}
	a.hvr-sweep-to-left:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: #1499c8;
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  -webkit-transform-origin: 100% 50%;
	  transform-origin: 100% 50%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	a.hvr-sweep-to-left:hover, a.hvr-sweep-to-left:focus, a.hvr-sweep-to-left:active {
	  color: white;
	}
	a.hvr-sweep-to-left:hover:before, a.hvr-sweep-to-left:focus:before, a.hvr-sweep-to-left:active:before {
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}
	.new {
		margin: 1em 0 0em 0;
	}
	.new p{
	  float:left;
	}
	.new p a,.new p.sign a,.new p.sign{
	    color: #777;
		font-weight: 400;
		font-size: 1em;
	}
	.new p a:hover,.new p.sign a:hover{
	  text-decoration: underline;
	}
	.new p.sign{
	  float:right;
	}
	.new p.sign a {
		color: #00C6D7;
	}
	h2.inner-tittle.page {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
		position: absolute;
		top: -35%;
		left: 1%;
		font-size: 3em;
		color: #fff;
		text-align: center;
		padding: 0;
	}

	h2.inner-tittle.page img{
		width: 100px;
	}


	p.sign.up {
    text-align: center;
    float: none;
	    padding: 0;
	}
/*--/login--*/
.buttons.login ul li {
    display: inline-block;
    width: 50%;
    margin-right: 0;
    float: left;
}
.checkbox11 {
	padding-left: 27px;
    font-size: 1em;
    line-height: 27px;
    cursor: pointer;
    position: relative;
    color: #777;
}
.checkbox11:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
	    font-family: 'Roboto', sans-serif;
}
.checkbox11 i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
    border: 2px solid #ccc;
}
.checkbox11 input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox11 input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox11 input {
	position: absolute;
	left: -9999px;
}
.checkbox11 input:checked + i:after {
	opacity: 1;
}
h3.inner-tittle.t-inner {
    font-size: 30pt;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.7em;
  	color: #eb1655;
}
.sign-up input[type="submit"]{
	float: right;
	width:30%;
		font-size:17px;
		font-weight: 400;
		color: #fff;
		cursor: pointer;
		outline: none;
		    padding:6px 19px;
		    border: 2px solid #00C6D7;
    background: #00C6D7;
		margin: 0;
		font-family: 'Roboto', sans-serif;
		    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sign-up input[type="submit"]:hover{
    border: 2px solid #052963;
    background: #052963;
	  color: #fff;
}
.sign-up input[type="reset"]{
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 4px 19px;
    float: left;
    border: 2px solid #052963;
    background: #052963;
    margin: 0;
    font-family: 'Roboto', sans-serif;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
			
}
.sign-up input[type="reset"]:hover{
 border: 2px solid #00C6D7;
    background: #00C6D7;
	  color: #fff;
}
.sign-up {
    margin-top:0.8em;
}
.inner-tittle{
	width: 100%;
}
.inner-tittle img{
	width: 250px;
	margin-left: -50px;
}

/*--/footer--*/
.footer {
    text-align: center;
    margin: 18em 0 2em 0;
}
.footer.sign {
    margin: 21em 0 2em 0;
}
footer {
    background:#00C6D7;
    padding: 12px;
    width: 100%;
    border-top: 1px solid #00C6D7;
    text-align:center;
    position: fixed;
    bottom: 0;
	z-index: 999;
}
footer  p {
	color: #fff;
    font-size: 1em;
	padding-right: 252px;
	margin: 0;
}
.footer p {
	color: #333;
    font-size: 1em;
	    margin-top: 1em;
}
.footer p a{
	color:#00C6D7;
}

footer  p a{
	color:#002561;
}
footer  p a:hover ,.footer p a:hover{
	text-decoration:underline;
}
