.box{
	box-shadow: 1px 1px 5px #c9c9c9;
	padding: 30px;

}
.box img{
	margin-left: 33%;
	margin-right: 33%;
width: 34%;
}
.box h4{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}
.form-group {
    position: relative;
    padding: 20px 0;
    width: 300px;
    max-width: 100%;
}

.form-group input {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    color: #333;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
}

.form-group label {
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
}
.form-group label {
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translateY(30px);
}
.form-group input:valid,
.form-group input:focus {
    border-bottom-color: #0068a8;
    outline: none;
}

.form-group input:valid + label,
.form-group input:focus + label {
    color: #000;
    font-size: 14px;
    transform: translateY(0);
    font-weight: 500;
}
.form-group label {
    transition: all 0.2s ease-in-out;
}

.form-group input[type=submit]{
	background: #3399ff;
	color: #fff;
	font-size: 17px;
}
.a{
	width: 100%;
	display: inline-flex;

}
.a .b1{
	width: 50%;
	text-align: left;
}
.a .b1 ul{
	display: inline-flex;
	list-style: none;
	margin-left: -30px;
} 
.a .b1 ul li:nth-child(2){
	 margin-left: 5px;
} 
.a .b2{
	width: 50%;
	text-align: right;
}
.a .b2 a{
	text-decoration: none;
	color: #3399ff;
}
 a{
 	text-decoration:none;
 }
.create input[name=create]{
	border:2px solid #3399ff;
	width: 100%;
	text-align: center;
	color: #3399ff;
	text-decoration: none;
	padding: 10px 0px;
	cursor: pointer;
}
.footer{
    padding: 50px 0px;
    background-color: #def2fa;
}
.footer ul{
    list-style: none; 
}
.footer ul li{
    display: inline-flex;
    margin-right: 20px; 
    font-weight: 600;
}