body{
    background-repeat: no-repeat;
    background-size: cover;	
    background-attachment : fixed;
}
.logo{
	 width: 80px;
  height: 80px;
  background-color: #5c2e8c;
  margin: 0 auto;
}
.form-group input{

  border-radius: 4px;
  background-color: #ffffff;
  height: 38px;

}
.form-sec p{
	margin-top: 20px;
}
.form-control{
	border:1px solid #fff;
}
.form-control:focus{
	border:1px solid #fff;
}
footer{
	margin-top: 20px;
	background-color: #65398d;
	height: 45px;
	color: #fff;
}
.footer {
 
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#65398d;
  color: white;
 
}
.form-check-input{
	margin-top: 20px;
}
.form-sec p{
	font-size: 18px;
}
.thankyou h3{
	color: #65398d;
	font-size: 34px;
	margin-top: 30vh;
}
.thankyou p{
	color: #65398d;
	font-size: 18px;
}
.bottom-btn{
	margin-bottom:0px;
	margin-top:10px;
}
.bottom-btn li{
	list-style: none;
	display: inline-block;
	margin-top: 0px;
	margin-right: 20px;
}
.navbar-dark{
    background:#65398d
!important;
    text-align: center;
}
[type="submit"]{
    background: #65398d;
    color: #fff;
    border-radius: 21px;
    padding: 3px 21px;
}
.next{
	background: #65398d;
	border: none !important;
	float: right !important;
    color: #fff;
    border-radius: 21px;
    padding: 3px 21px;
}
.login-logo{
	margin-top: 100px;
	margin-bottom: 50px;

}
.login-logo img{
	height: 100px;
}
.login-btn{
	background-color: #65398d;
	border:1px solid #65398d;
	border-radius: 30px;
}
.btn-primary:active{
	background-color: #65398d;
	border:1px solid #65398d;
}
