section.log_new .col-6.right-sec {
    background: #f5f5f5;
	padding: 10rem 5rem 4rem;
}
section.log_new .col-6.left-sec {
	padding: 10rem 5rem 4rem;
}

.login-form h2 {
    font-size: 26px;
    color: #141414;
    font-weight: 500;
}
.register-form h2 {
    font-size: 26px;
    color: #141414;
    font-weight: 500;
}
.log_new .btn {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid blue;
    color: blue;
}
input#exampleInputEmail1 {
    border: 1px solid rgb(211, 205, 205);
    padding: 25px;
    width: 100%;
    border-radius: 7px;
    margin-top: 10px;
}
button.register-btn {
    background-image: linear-gradient(to left, #86c440, #6cbb4b, #54b155, #3ca65c, #239b62);
    color: #fff;
    font-size: 16px;
    padding: 11px 20px;
    border-radius: 4px;
    margin-top: 20px;
}
button.register-btn img{
	width: 11px;
    margin-left: 10px;
}
section.log_new .addbanner img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    width: 800px;
    text-align: center;
    display: block;
    margin: 55px auto;
}
section.log_new textarea, section.log_new input[type]{
    /* background: #fff; */
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
   
}
section.log_new label{
	margin-bottom: 8px;
}
input.form-check-input.me-2 {
    margin-top: 1px;
}
.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}
@media (max-width: 767px) {
.h-custom {height: 100%;} 
.login-form, .register-form {   width: 100% !important;   margin: 0 auto;   padding: 40px 25px !important;}
a.btn.button_facebook_cus{width: 100% !important;}
}
