.logo-box {
    margin-bottom: 20px;
}

.links a {
    font-size: 12px;
    color: #d66000;
}

.links a:hover {
    color: #333333;
}

.page-wrapper.login {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
    height: 100vh;
}

.page-wrapper.registration {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
    /* height: 140vh; */
}
.sec-title .text{
	margin:15px 0px !important;
}
.contact-form {
    position: relative;
    background-color: #ffffff;
    padding: 80px 60px 80px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.contact-form .form-group button {
	margin-left: 0px !important;
	text-transform: uppercase;
}
.contact-form .links {
	margin-left: 0px !important;
}
.contact-form .links-group {
	margin-top:30px !important;
}
.red{ color:#FF0000;}
.grn{ color:#99CC33;}
.contact-form .form-group .text-field {
	height: 54px;
	width: 100%;
	padding: 15px 30px;
	font-size: 14px;
	background-color: #f4f5f8 !important;
	color: #000 !important;
	line-height: 22px;
	font-weight: 400;
	border: 1px solid #CCC !important;
	margin-bottom: 0;
}
.contact-form .form-group .reg-field {
	height: 35px !important;
	width: 100%;
	padding: 10px 20px !important;
	font-size: 13px !important;
	background-color: #f4f5f8 !important;
	color: #000 !important;
	line-height: 20px !important;
	font-weight: 400;
	border: 1px solid #CCC !important;
	margin-bottom: 0;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.contact-form .form-group label {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}