.vt_login_page {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
	background-image: url(../images/default/login_bg.jpg);
	background-size: cover;
    background-position: center center;
	overflow-x: hidden;
    overflow-y: auto;
}
.vt_login_page:after{
    content: "";
    position: fixed;
    top: 0;
    left: 0; 
    right: 0;
    height: 100%;
    background: rgba(255,255,255,1);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,87,87,0.89) 47%, rgba(241,52,52,0.77) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,87,87,0.89) 47%, rgba(241,52,52,0.77) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,87,87,0.89) 47%, rgba(241,52,52,0.77) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(251,87,87,0.89) 47%, rgba(241,52,52,0.77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f13434', GradientType=0 );
}
.entry_form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    z-index: 1;
    max-width: 570px;
	margin: 50px 0;
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.22);
    border-radius: 20px;
}
.user_login_form.active .login_form_wrapper, .user_registration_form.active .registration_form_wrapper, .forgot_pw_form.entry_form.active .pw_form_wrapper {
    background: #fff;
    border-radius: 20px;
}
.user_login_form.entry_form .mt_banner_img, .user_registration_form.active .registration_form_wrapper .mt_banner_img, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_banner_img {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.user_login_form.entry_form .mt_banner_img .img-responsive, .user_registration_form.active .registration_form_wrapper .mt_banner_img .img-responsive, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_banner_img img {
    border-radius: 20px;
}
.mt_banner_img .mt_shape_img {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.user_login_form.active .login_form_wrapper .mt_form_content, .user_registration_form.active .registration_form_wrapper .mt_form_content, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content {
    padding: 30px;
    display: inline-block;
    width: 100%;
}
.user_login_form.active .login_form_wrapper .mt_form_content h3, .user_registration_form.active .registration_form_wrapper .mt_form_content h3, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content h3 {
    color: #f13535;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 34px;
}
.user_login_form.active .login_form_wrapper .mt_form_content p, .user_registration_form.active .registration_form_wrapper .mt_form_content p, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content p {
    color: #8b8b8b;
    margin-bottom: 20px;
}
.user_login_form.active .login_form_wrapper .mt_form_content .mt_btndiv p.form_text.user_log_error {
    margin: 0;
    margin-bottom: 15px;
    color: #ff0000;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group, .user_registration_form.active .registration_form_wrapper .mt_form_content .form-group, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group {
    width: 100%;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group .input-group, .user_registration_form.active .registration_form_wrapper .mt_form_content .form-group .input-group, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group .input-group {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #b6b6b6;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group .input-group:after, .user_registration_form.active .registration_form_wrapper .mt_form_content .form-group .input-group:after, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group .input-group:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 1px;
    left: 0;
	top:100%;
    background: #f13535;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group .input-group .input-group-addon, .user_registration_form.active .registration_form_wrapper .mt_form_content .form-group .input-group .input-group-addon, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group .input-group .input-group-addon {
    position: absolute;
    width: 40px;
    height: 45px;
    line-height: 58px;
    text-align: center;
    left: 0;
    background: transparent;
    border: none;
    padding: 0;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group .input-group .input-group-addon svg, .user_registration_form.active .registration_form_wrapper .mt_form_content .form-group .input-group .input-group-addon svg, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group .input-group .input-group-addon svg {
    margin-top: 15px;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group .input-group .form-control,  .user_registration_form.active .registration_form_wrapper .mt_form_content .form-group .input-group .form-control, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group .input-group .form-control, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group .input-group .form-control {
    height: 45px;
    border: none;
    box-shadow: none;
    width: 100%;
    padding-left: 50px;
    color:#484848;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group .input-group.focused, .user_registration_form.active .registration_form_wrapper .mt_form_content .form-group .input-group.focused, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group .input-group.focused {
    outline: none;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group .input-group.focused:after, .user_registration_form.active .registration_form_wrapper .mt_form_content .form-group .input-group.focused:after, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group .input-group.focused:after {
	width:100%
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group .input-group.focused .ims_form_control {
	border:none;
    outline: none;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group .input-group.focused .input-group-addon svg path, .user_registration_form.active .registration_form_wrapper .mt_form_content .form-group .input-group.focused svg path, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .form-group .input-group.focused svg path{
	fill:#f13535;
}
.user_login_form.active .login_form_wrapper .mt_form_content .mt_btndiv, .user_registration_form.active .registration_form_wrapper .mt_form_content .mt_btndiv, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .mt_btndiv {
    float: left;
    width: 100%;
    text-align: left;
}
.user_login_form.active .login_form_wrapper .mt_form_content .mt_btndiv .video_btn, .user_registration_form.active .registration_form_wrapper .mt_form_content .mt_btndiv .video_btn, .forgot_pw_form.entry_form.active .pw_form_wrapper .mt_form_content .mt_btndiv .video_btn {
    float: left;
}
.user_login_form.active .login_form_wrapper .mt_form_content .mt_btndiv .mt_forgot_password {
    margin-left: 20px;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    line-height: 44px;
}
.user_login_form.active .login_form_wrapper .mt_form_content .mt_btndiv p, .user_registration_form.active .registration_form_wrapper .mt_form_content .mt_btndiv p {
    margin: 20px 0 0;
    color: #b6b6b6;
    font-size: 14px;
}
.user_login_form.active .login_form_wrapper .mt_form_content .mt_btndiv p a{
	font-weight:600;
}
.user_login_form.active .login_form_wrapper .mt_form_content .form-group label.check_btn {
    background: transparent;
}
.registration_form_wrapper:before {
    background-color: rgba(255, 255, 255, 0.83);
}
.vt_login_page:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.user_img, .site_logo {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 100%;
	margin-bottom: 50px;
	background-color: #fff;
    position: relative;
	z-index: 1;
}
.user_img:after, .site_logo:after {
    content: "VT";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
	z-index: -1;
    transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
}
.user_img img, .site_logo img {
    max-width: 100%;
    border-radius: inherit;
}
.entry_form .form-group {
	text-align: left;
    position: relative;
    margin-bottom: 35px;
}
.form_label {
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    position: absolute;
    top: -7px;
    left: 0;
    margin: 0;
    line-height: 13px;
}
.form_field, .entry_form .form_field, .entry_form:focus {
    box-shadow: none;
    outline: none;
    height: 40px;
    background-color: transparent;
    border: none;
	font-size: 13px;
    border-bottom: 1px solid #fff;
}
.form_field:focus ~ .form_label, .form_field:valid ~ .form_label {
    font-size: 12px;
    opacity: 0.5;
}
input.form_field:-webkit-autofill, input.form_field:-webkit-autofill:hover, input.form_field:-webkit-autofill:focus, input.form_field:-webkit-autofill:active {
	transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
.forgot_password {
    display: block;
    text-align: right;    
	clear: both;
}
.forgot_password a {
    color: #fff;
    text-transform: capitalize;
}
.login_btn, .login_btn:hover {
    border: 1px solid #fff;
    background-color: #fff;
}
.form_btn:hover {
    opacity: 0.9;
}
.connect_text {
    overflow: hidden;
    margin-bottom: 25px;
}
.connect_text span {
    display: inline-block;
    color: #fff;
    opacity: .9;
    position: relative;
    padding: 0 10px;
}
.connect_text span:after, .connect_text span:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: -.5px;
}
.connect_text span:after {
    right: 100%;
}
.connect_text span:before {
    left: 100%;
}
.social_btn, .social_btn:visited {
    display: inline-block;
    padding: 2px 15px;
    text-transform: capitalize;
    color: #fff;
	outline: none;
    box-shadow: none;
	font-size: 12px;
	border-radius: 3px;
}
.social_btn i {
    padding-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}
.social_btn:hover {
    opacity: .8;
    color: #fff;
}
.fb_iframe_widget {
    display: inline !important;
}
.form_text {
    margin: 5px 0;
	color: #fff;
}
.form_text a {
    padding-left: 10px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
}
.site_logo {
    margin-bottom: 50px;
}
.entry_form .form_label {
    width: auto;
}
.registration_form_content .form_field, .pw_form_content .form_field {
    color: #484848 !important;
}
.user_registration_form .form_field, .user_registration_form .form_field:focus, .pw_form_wrapper .form_field, .pw_form_wrapper .form_field:focus {
    border-bottom: 1px solid #484848;
}
.register_btn, .register_btn:hover, .register_btn:visited {
    border: 1px solid #F13435;
    color: #fff;
}
.user_registration_form {
    display: none;
}
.user_registration_form.active, .user_login_form.active, .forgot_pw_form.active {
    display: inline-block;
	animation: from_Right .8s;-webkit-animation: from_Right .8s;-moz-animation: from_Right .8s;-ms-animation: from_Right .8s;-o-animation: from_Right .8s;
}
.user_login_form.deactive, .user_registration_form.deactive, .forgot_pw_form.deactive {
    display: none;
	-webkit-animation: fadeOut .8s;-moz-animation: fadeOut .8s;-ms-animation: fadeOut .8s;-o-animation: fadeOut .8s;
}
.registration_form_wrapper .form_text {
    margin-top: 20px;
}
.registration_form_wrapper, .pw_form_wrapper {
    padding: 0;
}
.form_top {
    padding: 10px 30px;
    font-size: 20px;
    border-right: 3px solid #F13435;
}
.back_btn {
    cursor: pointer;
}
.form_name {
    float: right;
    font-size: 14px;
	text-transform: capitalize;
}
@keyframes from_Right {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.forgot_pw_form {
    display: none;
}
.pw_form_wrapper:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.89);
}
/*---success registration popup start---*/
.registration_popup .modal-dialog {
    width: 600px;
    top: 50%;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    margin: auto auto !important;
}
.registration_popup .modal-dialog .modal-body {
    padding: 30px;
}
.registration_popup .modal-dialog .modal-body button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    background: #ffffff;
    text-align: center;
    font-size: 25px;
    padding-left: 1px;
    line-height: 30px;
    border-radius: 100px;
    box-shadow: 0px 2px 15px -3px #333333;
    cursor: pointer;
    font-weight: 500;
    opacity: 1;
    z-index: 1;
    color: #484848;
}
.registration_popup .modal-dialog .modal-body .mt_success_reg {
    width: 100%;
}
.registration_popup .modal-dialog .modal-body .mt_success_reg p {
    float: left;
    width: calc(100% - 10%);
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    padding-right: 20px;
    line-height: 44px;
}
.registration_popup .modal-dialog .modal-body .mt_success_reg .mail_check_btn.video_btn {
    width: 10%;
}
/*---success registration popup end---*/