.signup-img{
	height: 100vh;
	background-image: url(../imeage/loginimg01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.signup-content{
	height: 100vh;
	/*background: #DE566f;*/
	display: flex;
	align-items: center;
	justify-content: center;
  	background-image: url(../imeage/login.png);
}
.signup-title{
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  color: #c89814;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.signupbox{
	padding: 25px;
}	
.signupbox a:hover{
  text-decoration: none;
}
.signup-content input[type=text], input[type=password]{
  	width: 100%;
  	padding: 8px 20px;
  	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #EEE;
  	box-sizing: border-box;
}
.signup-content label{
	color: #3d313f;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 300;
}
.signup-content input[type=submit] {
  	background-color: #f1ba22;
  	color: white;
  	padding: 14px 20px;
  	margin: 15px 0;
  	border: none;
  	cursor: pointer;
  	width: 100%;
}
.signup-content input[type=submit]:hover {
  	opacity: 0.8;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    	display: block;
     	float: none;
  	}
}
@media screen and (max-width: 576px) {
  	.signup-img{
    	display: none;	
  	}
    .signup-title{
      text-shadow: 1px 1px 3px #fff; 
    }
  	.signup-content{
  		background-image: url(../imeage/loginimg02.jpg);
  		background-size: cover;
  		background-repeat: no-repeat;
  		background-position: bottom;	
  	}
  	.signup-content label{
  		color: #333;
      text-shadow: 10px 10px 2px #fff;
      font-weight: 900;
      font-size: 17px; 
  	}
}