.back-section {
    background: linear-gradient(-45deg, #022757, #85ABDB) !important;
  }

  .img-fluid {
    max-width: 100%;
    height: 100% !important;
  }

  .vcenter-item{
    display: flex;
    align-items: center;
  }

.social-btn {
	padding-bottom: 15px;
}

.social-btn .btn {		
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left;
}

.social-btn .btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

.social-btn .btn-primary {
	background: #507cc0;
}

.social-btn .btn-info {
	background: #64ccf1;
}

.social-btn .btn-danger {
	background: #df4930;
}

.social-btn .btn i {
	float: left;
	margin: 1px 10px 0 5px;
	min-width: 20px;
	font-size: 18px;
}

.or-seperator {
	height: 0;
	margin: 0 auto 20px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	width: 30%;
}

.or-seperator i {
	padding: 0 10px;
	font-size: 15px;
	text-align: center;
	background: #fff;
	display: inline-block;
	position: relative;
	top: -13px;
	z-index: 1;
	border-radius: 30px;
}

.login-form a {
	color: #fff;
	text-decoration: underline;
}

.login-form form a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.login-form a:hover, .login-form form a:hover {
	text-decoration: none;
}

.login-form form a:hover {
	text-decoration: underline;
}

.text {
	color: #fff;
}

.register-form {
	min-width: 310px;
	max-width: 620px;
	margin: 0 auto;
	padding: 100px 0 30px;
}

.register-form .subform {
	color: #999;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;	
	position: relative;
	background: #9152f8;
  	background: -webkit-linear-gradient(top, #7579ff, #b224ef);
  	background: -o-linear-gradient(top, #7579ff, #b224ef);
  	background: -moz-linear-gradient(top, #ef6724, #a41ee1);
  	background: linear-gradient(top, #7579ff, #b224ef);
}

.register-form h2 {		
	font-size: 24px;
	color: #fff;
	margin: 45px 0 25px;
	font-family: 'Francois One', sans-serif;
}

.register-form .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #99c432;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	text-align:center;
}

.register-form .avatar i {
	font-size: 62px;
	color: #fff;
}

.register-form .btn {
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}

.register-form a {
	color: #fff;
	text-decoration: underline;
}

.register-form form a {
	color: #e64b2a;
	text-decoration: none;
}

.register-form a:hover, .register-form form a:hover {
	text-decoration: none;
}

.register-form form a:hover {
	text-decoration: underline;
}

.success-page {
	min-width: 310px;
	margin: 0 auto;
	padding: 100px 0 30px;		
}

.success-page form {
	color: #999;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;	
	position: relative;	
}

.success-page h2 {		
	font-size: 24px;
	color: #454959;
	margin: 45px 0 25px;
	font-family: 'Francois One', sans-serif;
}

#success-page .avatar {
	margin: 0 auto 30px auto;
	left: 0;
	right: 0;
	top: 20px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #99c432;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	text-align:center;
}

#success-page .avatar i {
	font-size: 62px;
	color: #fff;
}

.success-page .btn {
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}

.success-page a {
	color: #fff;
	text-decoration: underline;
}

.success-page form a {
	color: #999;
	text-decoration: none;
}

.success-page a:hover, .success-page form a:hover {
	text-decoration: none;
}

.success-page form a:hover {
	text-decoration: underline;
}

p a:link {
	color:  #e64b2a;
}

p a:visit {
	color:   #0f6ee7;
}