/******************** Register Form ********************/

.register-form{
	padding: 100px 0;
	background-color: #F3F3F3;
	background-image: url(../images/register/register-bg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto;
}
.register-form .form-img{
	background-image: url(../images/register/form-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.register-form h4{
	color: #000000;
	margin: 0!important;
	padding-bottom: 35px;
}
.register-form .form-data .form-control{
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #7F7F7F;
	padding: 17px 20px 14px 19px;
	border: 1px solid #7F7F7F;
	border-radius: 0;
}
.register-form .register-detail{
	padding: 70px;
	background-color: #ffffff;
}
.register-form .field-item{
	margin-bottom: 20px;
}
.register-form .item-detail{
	margin-left: 20px;
}
.register-form .term-condition{
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #7F7F7F;
	margin: 0!important;
	padding-bottom: 30px;
}
.register-form .form-check-input{
	margin: 0;
}
.register-form .form-check{
	margin: 0!important;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	padding: 0 0 40px 0;
}
.register-form .form-check-input{
	border: 1px solid #000000;
	border-radius: unset;
}
.form-letter .services{
	padding: 0;
}
.form-letter{
	padding: 100px 0;
}



/************************ Login Form ***********************/

.login-section .login-heading{
	color: #000000;
	margin: 0!important;
	padding-bottom: 35px;
}
.login-section{
	padding: 100px 0;
	background: #F3F3F3;
	background-image: url(../images/login/login-backgroung-img.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.login-section .login-form-img{
	background-image: url(../images/login/login-form-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.login .form-control-input:focus{
	border: 1px solid #7F7F7F!important;	
    outline: none;
}
.login .form-control-input{
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #7F7F7F;
	padding: 17px 19px 13px 19px;
	border: 1px solid #7F7F7F;
	width: 100%;
	margin-bottom: 20px;
}
.login-section .login-data{
	padding: 64px 70px 70px 70px;
	background-color: #ffffff;
}
.login-data .form-check-label{
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.login-data .form-check-input{
	border-radius: unset;
	border: 1px solid #000000;
}
.login-section .setup{
	margin: 36px 0 0 0;
}
.login-section .sign-up-link span{
	font-weight: normal;
}
.login-section .sign-up-link{
	margin-left: 10px;
}
.sign-up-link a{
	font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}
.login-data .forget-pass{
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #7F7F7F!important;
}
.login-data a:hover{
	color: #FF6620!important;
}
