/* step-by-step style */
.step-by-step {
    text-align: center;
    margin-bottom: 15px;
}
.step-by-step li {
    display: inline-block;
    padding: 0 25px;
}
.step-by-step li.active {
    color: #00984a;
}
.step-by-step li .icon {
    display: block;
}
.step-by-step li .icon::before {
    width: 50px;
    height: 50px;
    font-size: 26px;
    font-family: FontAwesome;
    display: block;
    border: 1px solid #505050;
    margin: 0 auto 5px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}
.step-by-step li.active .icon::before {
    color: #FFF;
    border-color: #00984a;
    background-color: #00984a;
}

/* register style */
#frmRegister .border {
    position: relative;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
#frmRegister .login-form {
    padding-right: 25px;
}
h3.title {
	font-weight:400;
    font-size: 18px;
    margin: 0 0 20px;
    font-family: 'Anton';
}
.form-field {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.form-field .form-control {
    border-radius: 0;
    box-shadow: none;
	min-height: 40px;
}
.form-field .ver_img {
    position: absolute;
    top: 0;
    right: 0;
}
#frmRegister .social-login-wrap {
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}
.infomation-box {
    padding-bottom: 20px;
    padding-left: 40px;
    border-left: 1px solid #e5e5e5;
}
#frmRegister .social-login-wrap ul {
    margin: auto;
    max-width: 520px;
}
.social-login {
    overflow: hidden;
    margin: 0 -8px;
}
.social-login li {
    float: left;
    width: 50%;
    padding: 0 10px;
    font-weight: 700;
}
.social-login li a {
    text-align: center;
    display: block;
    border-radius: 3px;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.social-login li a::before {
    margin-right: 5px;
    font-weight: 400;
}
.login-fb a {
    background: #3a5897;
}
.login-gg a {
    background: #de4b31;
}
#frmRegister .form-button {
    margin: auto;
    max-width: 520px;
    text-align: center;
}
.agree {
    padding: 15px 0;
}
.agree * {
	margin:0 !important;
    display:inline-block;
	vertical-align:middle;
}
#frmRegister .form-button label {
    font-weight: 400;
    margin: 0;
}
.button-wrap {
    margin: auto;
    overflow: hidden;
	vertical-align: top;
    display: inline-block;
}
.form-button button::before {
    font-family: FontAwesome;
    margin-right: 10px;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
	
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	.infomation-box {
		padding-bottom: 20px;
		padding-left: 15px;
		border-left: 0;
		margin-top: 30px;
	}
	#frmRegister .login-form {
		padding-right: 0;
	}
}

/* Responsive 767px */
@media screen and (max-width: 767px)
{
	
}

/* Responsive 479px */
@media screen and (max-width: 479px)
{
	.box-info .divtitle {
		margin: 0 0 15px;
	}
	.social-login li {
		float: none;
		width: 100%;
	}
	.social-login li.login-fb {
		margin-bottom: 10px;
	}
}