
body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  /*background: url(../bg.png);*/
  background: url(../web-layout-bg.png);
  
  background-size:cover;
  background-position: center center;
}

@keyframes spinner {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}
* {
  box-sizing: border-box;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  min-height: 100%;
  padding: 20px;
  margin:0 auto;
  /*background: #5c94da;*/
 /* background: url(../wrapper-back.png);
  background-size:80%;
  background-position: 130% 10%;
  
  background-repeat:no-repeat;*/
}

.login {
  border-radius: 15px;
  padding: 40px 20px 20px 20px;
  width: 35%;
  max-width: 440px;
  background: #3C8988;
  position: relative;
  padding-bottom: 25px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  left: -30%;
  top: -35px;
}
.login.loading button {
  max-height: 100%;
  padding-top: 50px;
}
.login.loading button .spinner {
  opacity: 1;
  top: 40%;
}
.login.ok button {
  background-color: #8bc34a;
}
.login.ok button .spinner {
  border-radius: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 20px;
  animation: none;
  transform: rotateZ(-45deg);
}
.login input {
  display: block;
  padding: 7px 10px;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #ccc;
  border-radius:20px;
  height: 40px;
}
.login input {
  outline: none;
  color: #444;
  border-color: #cbcbcb;
  border-left-width: 35px;
}
.login input + i.fa {
    color: #333;
    font-size: 1em;
    position: absolute;
    margin-top: -42px;
    opacity: 1;
    left: 35px;
    transition: all 0.1s ease-in;
}
/*.login input:focus {
  outline: none;
  color: #444;
  border-color: #2196F3;
  border-left-width: 35px;
}
.login input:focus + i.fa {
  opacity: 1;
  left: 30px;
 transition: all 0.25s ease-out;
  color:#fff;
}*/
.login a {
  font-size: 0.8em;
  color: #2196F3;
  text-decoration: none;
}
.login .title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 30px 0;
  /*border-bottom: 1px solid #eee;*/
  padding-bottom: 0px;
  text-align:center;
}
.login button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #F6C644;
  color: #fff;
  display: block;
  border: none;
  margin-top: 0px;
  position: relative; /*absolute;*/
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
}
.login button .spinner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  animation: spinner 0.6s infinite linear;
  transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.login:not(.loading) button:hover {
  box-shadow: 0px 1px 3px #2196F3;
}
.login:not(.loading) button:focus {
  border-bottom-width: 4px;
}

footer {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #ddd;
  font-weight: normal;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
  margin-bottom:20px;
}
footer a, footer a:link {
  color: #fff;
  text-decoration: none;
}

  .form-control {
    
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #555;


  }
  .logo_img{margin-bottom: 15px;width: 275px;height: auto;left: -30%;position: relative;z-index: 9;top:-30px;}

 @media screen and (max-width: 767px) {
	  body{background: url(../mobile-layout-bg.png);background-size:cover;background-position:center;}	
	.wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 95%;
		min-height: 100%;
		padding: 20px;
		margin: 0 auto;
		/* background: #5c94da; */
		/*background: url(../wrapper-back.png);
		background-size: contain;
		background-position:bottom;
		
		background-repeat: no-repeat;
		    margin-top: -223px;*/
	} 
	.login {
		border-radius: 15px;
		padding: 60px 40px 20px 40px;
		width: 400%;
		max-width: 100%;
		background: #3C8988;
		position: relative;
		padding-bottom: 60px;
		box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
		left: 0%; 
		top: -35px;
	}
	.login input {
		display: block;
		padding: 15px 10px;
		margin-bottom: 36px;
		width: 100%;
		border: 1px solid #ddd;
		transition: border-width 0.2s ease;
		/*border-radius: 2px;*/
		color: #ccc;
		border-left-width: 45px;
		height: 60px;
		font-size: 1.5rem;
		border-radius: 20px;
	}	
	.logo_img {
		margin-bottom: 45px;
		width: 75%;
		height: auto;
		left: -30%;
		position: unset;
		z-index: 9;
		top: -30px;
	}
	.login .title {
		color: #fff;
		font-size: 2.5em;
		font-weight: bold;
		margin: 34px 0 34px 0;
		/*border-bottom: 1px solid #eee;*/
		padding-bottom: 0px;
		text-align:center;
	}
	.login input + i.fa {
		color: #333;
		font-size: 1.62em;
		position: absolute;
		margin-top: -74px;
		opacity: 1;
		left: 35px;
		transition: all 0.1s ease-in;
	}
	.login button{padding:50px 10px;border-radius: 50px;}
 }
 @media screen and (max-width: 992px) {
	  body{background: url(../mobile-layout-bg.png);background-size:cover;background-position:center;}	
	.wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 40rem;
		min-height: 100%;
		padding: 20px;
		margin: 0 auto;
		/* background: #5c94da; */
		/*background: url(../wrapper-back.png);
		background-size: contain;
		background-position:bottom;
		
		background-repeat: no-repeat;
		    margin-top: -223px;*/
	} 
	.login {
		border-radius: 15px;
		padding: 60px 40px 20px 40px;
		width: 80%;
		max-width: 100%;
		background: #3C8988;
		position: relative;
		padding-bottom: 60px;
		box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
		left: 0%; 
		top: -35px;
	}
	.login input {
		display: block;
		padding: 15px 10px;
		margin-bottom: 36px;
		width: 100%;
		border: 1px solid #ddd;
		transition: border-width 0.2s ease;
		border-radius: 20px;
		color: #ccc;
		border-left-width: 60px;
		height: 60px;
		font-size: 1.5rem;
		
	}	
	.logo_img {
		margin-bottom: 45px;
		width: 75%;
		height: auto;
		left: -30%;
		position: unset;
		z-index: 9;
		top: -30px;
	}
	.login .title {
		color: #fff;
		font-size: 2.5em;
		font-weight: bold;
		margin: 34px 0 34px 0;
		/*border-bottom: 1px solid #eee;*/
		padding-bottom: 0px;
		text-align:center;
	}
	.login input + i.fa {
		color: #333;
		font-size: 1.62em;
		position: absolute;
		margin-top: -77px;
		opacity: 1;
		left: 65px;
		transition: all 0.1s ease-in;
	}
	.login button{padding:20px 10px;}
 }
 @media screen and (max-width: 767px) {
	  body{background: url(../mobile-layout-bg.png);background-size:cover;background-position:center;}	
	.wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 85%;
		min-height: 100%;
		padding: 20px;
		margin: 0 auto;
		/* background: #5c94da; */
		/*background: url(../wrapper-back.png);
		background-size: contain;
		background-position:bottom;
		
		background-repeat: no-repeat;
		    margin-top: -223px;*/
	} 
	.login {
		border-radius: 15px;
		padding: 60px 20px 20px 20px;
		width: 80%;
		max-width: 100%;
		background: #3C8988;
		position: relative;
		padding-bottom: 60px;
		box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
		left: 0%; 
		top: -35px;
	}
	.login input {
		display: block;
		padding: 15px 10px;
		margin-bottom: 36px;
		width: 100%;
		border: 1px solid #ddd;
		transition: border-width 0.2s ease;
		border-radius: 20px;
		color: #ccc;
		border-left-width: 45px;
		height: 60px;
		font-size: 1.5rem;
		
	}
	.logo_img {
		margin-bottom: 45px;
		width: 75%;
		height: auto;
		left: -30%;
		position: unset;
		z-index: 9;
		top: -30px;
	}
	.login .title {
		color: #fff;
		font-size: 2.5em;
		font-weight: bold;
		margin: 34px 0 34px 0;
		/*border-bottom: 1px solid #eee;*/
		padding-bottom: 0px;
		text-align:center;
	}
	.login input + i.fa {
		color: #333;
		font-size: 1.62em;
		position: absolute;
		margin-top: -77px;
		opacity: 1;
		left: 35px;
		transition: all 0.1s ease-in;
	}
	.login button{padding:20px 10px;}
 }
 @media screen and (max-width: 356px) {
	  body{background: url(../mobile-layout-bg.png);background-size:cover;background-position:center;}	
	.wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 85%;
		min-height: 100%;
		padding: 20px;
		margin: 0 auto;
		/* background: #5c94da; */
		/*background: url(../wrapper-back.png);
		background-size: contain;
		background-position:bottom;
		
		background-repeat: no-repeat;
		    margin-top: -223px;*/
	} 
	.login {
		border-radius: 15px;
		padding: 60px 20px 20px 20px;
		width: 100%;
		max-width: 100%;
		background: #3C8988;
		position: relative;
		padding-bottom: 60px;
		box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
		left: 0%; 
		top: -35px;
	}
	.login input {
		display: block;
		padding: 15px 10px;
		margin-bottom: 36px;
		width: 100%;
		border: 1px solid #ddd;
		transition: border-width 0.2s ease;
		border-radius: 20px;
		color: #ccc;
		border-left-width: 45px;
		height: 60px;
		font-size: 1.5rem;
		
	}	
	.logo_img {
		margin-bottom: 45px;
		width: 75%;
		height: auto;
		left: -30%;
		position: unset;
		z-index: 9;
		top: -30px;
	}
	.login .title {
		color: #fff;
		font-size: 2.5em;
		font-weight: bold;
		margin: 34px 0 34px 0;
		/*border-bottom: 1px solid #eee;*/
		padding-bottom: 0px;
		text-align:center;
	}
	.login input + i.fa {
		color: #333;
		font-size: 1.62em;
		position: absolute;
		margin-top: -74px;
		opacity: 1;
		left: 35px;
		transition: all 0.1s ease-in;
	}
	.login button{padding:20px 10px;}
 }
 @media screen and (max-width: 600px){
	  body{background: url(../mobile-layout-bg.png);background-size:cover;background-position:center;}	
	.wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 85%;
		min-height: 100%;
		padding: 20px;
		margin: 0 auto;
		/* background: #5c94da; */
		/*background: url(../wrapper-back.png);
		background-size: contain;
		background-position:bottom;
		
		background-repeat: no-repeat;
		    margin-top: -223px;*/
	} 
	.login {
		border-radius: 15px;
		padding: 60px 20px 20px 20px;
		width: 100%;
		max-width: 100%;
		background: #3C8988;
		position: relative;
		padding-bottom: 60px;
		box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
		left: 0%; 
		top: -35px;
	}
	.login input {
		display: block;
		padding: 15px 10px;
		margin-bottom: 36px;
		width: 100%;
		border: 1px solid #ddd;
		transition: border-width 0.2s ease;
		border-radius: 20px;
		color: #ccc;
		border-left-width: 45px;
		height: 60px;
		font-size: 1.5rem;
		
	}
	.logo_img {
		margin-bottom: 45px;
		width: 75%;
		height: auto;
		left: -30%;
		position: unset;
		z-index: 9;
		top: -30px;
	}
	.login .title {
		color: #fff;
		font-size: 2.5em;
		font-weight: bold;
		margin: 34px 0 34px 0;
		/*border-bottom: 1px solid #eee;*/
		padding-bottom: 0px;
		text-align:center;
	}
	.login input + i.fa {
		color: #333;
		font-size: 1.62em;
		position: absolute;
		margin-top: -74px;
		opacity: 1;
		left: 35px;
		transition: all 0.1s ease-in;
	}
	.login button{padding:20px 10px;}
 }

