*{
    margin: 0px;
	padding: 0px;

}
.container{
	background-image: linear-gradient(#4568dc,#b06ab3);
	align-items: center;
	justify-content: center;
	display: flex;
	height: 100vh;
	width: 100%;
	margin: 10px;

}
.sign-in{
	min-height: 400px;
	width: 100%;/*300px*/
	box-shadow: 0 10px 10px rgba(0,0,0,0.25);
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
}
.form-control{
	border-radius: 20px;
	height: 32px;
	width: 100%;
	text-align: center;
	margin-left: 1px;
	margin-top: 30px;
	border: 1px solid #f2f2fe;
	outline: none;
	border: 1px solid #fff;
	-webkit-transition-duration:0.3s;
	transition-duration: 0.3s;
	transition-property: border,box-shadow,transform;
}
.image{
	align-items: center;
	justify-content: center;
	display: flex;
	box-shadow: 0 0px 10px rgba(0,0,0,0.01);
	-webkit-transition-duration:0.2s;
	transition-duration: 0.2;
	transition-property: box-shadow,transform;
}
.button{
	border-radius: 20px;
	width: 100%;
	height: 40px;
    border: 1px solid #616EEF;
    outline: none;
	cursor: pointer;
	margin-top: 80px;
	background :#616EEF;
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-property: box-shadow,transform;

}

.button:hover, .button:focus, .button:active{
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
	-webkit-transform : scale(1.1);
	transform: scale(1.1);
}
.image:hover, .image:focus, .image:active{
	box-shadow: 0 0px 5px rgba(0,0,0,0.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.form-control:hover, .form-control:focus, .form-control:active{
	border: 1px solid #616EEF;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
}
.reg{
	text-align: center;
	margin-top: 30px;

}
.heading{
	text-align: center;
	margin-top: 50px;
	font-family: sans-serif;
	font-size :30px;
	display: flex;
	padding-bottom: 50px;
}
.next{
	
	
	border-radius: 10%;
	height: 30px;
	width: 100px;
	background:#616EEF;
	color: #fff;
	border: 1px solid #616EEF;
	outline: none;
	font-size:18px;
	font-family: sans-serif;
	text-transform: uppercase;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	font-weight: bold;
	text-align: center;
	-webkit-transition-duration :0.3s;
	transition-duration: 0.3s;
	transition-property: box-shadow,transform; 

}
.next:hover,.next:active,.next:focus{
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
}
a{
	text-decoration: none;
	color: #fff;
}
p{
	color: #616EEF;
}
.name small{
	visibility: hidden;
	position: absolute;

}
.name .error input{
	border-color: #e74c3c;
}
.name .error small{
	visibility: visible;
	color: #e74c3c;
}
.back{

	
	
	border-radius: 10%;
	height: 30px;
	width: 70px;
	background:#616EEF;
	color: #fff;
	border: 1px solid #616EEF;
	outline: none;
	font-size:18px;
	font-family: sans-serif;
	text-transform: uppercase;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	font-weight: bold;
	text-align: center;
	-webkit-transition-duration :0.3s;
	transition-duration: 0.3s;
	transition-property: box-shadow,transform; 
}
.back:hover,.back:active,.back:focus{
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
}
.foot{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
#loading{
	width: 100%;
	height: 100vh;
	position: fixed;
	background: #fff url('../upload/placeholder/Somakolon.gif') no-repeat center;
	z-index: 100;
}