/*------------------------------------------------------------------
    1. import fonts
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');



* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

html,
body {
    color: #898989;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    font-weight: 300;
}

body.demos .section {
    background: url(images/bg.png) repeat top center #f2f3f5;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .container-fluid {
    max-width: 1080px
}
.full_container{
	margin:3rem 0rem;
}


.img-responsive {
    max-width: 100%;
}

button,
input,
select,
textarea,
option {
    font-family: 'Poppins', sans-serif;
}


.container {
    width: 1200px;
}

.section_padding {
    padding: 80px 0 100px;
}

.layout_2_padding {
    padding: 100px 0 80px;
}

.full {
    width: 100%;
    float: left;
}

.center {
    display: flex;
    justify-content: center;
}

.verticle_center {
    display: flex;
    align-items: center;
}


.column img {
    width: 100%;
}

.nseimageborder{
	border-radius: 1rem;
    position: relative;
    left: -12px;
}

/*------------------------------------------------------------------
    11. login Section Btn
-------------------------------------------------------------------*/



.main_bt {
    min-width: 125px;
    height: auto;
    float: left;
    background: #1ed085;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    transition: ease all 0.5s;
    cursor: pointer;
    font-weight: 300;
}

button.main_bt {
    float: none;
    margin: 0;
}

.main_bt:hover,
.main_bt:focus {
    background: #382d7f;
    color: #fff;
}

/*------------------------------------------------------------------
    16. General Elements 
-------------------------------------------------------------------*/



/** button section **/

.btn {
    font-size: 14px;
}

.button_sction {
    float: left;
    width: 100%;
}

.button_sction .button_block {
    float: left;
    margin: 5px;
}

.button_sction .button_block button {
    margin: 0;
}


/*------------------------------------------------------------------
    25. registration Section
-------------------------------------------------------------------*/

.register_bt {
    background: white;
    border: none;
    transition: ease all 0.5s;
    cursor: pointer;
}

.logo_register {
    background: url('../images/layout_img/login_image.jpg');
    padding: 83% 0;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo_register::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(21, 40, 60, .8);
    top: 0px;
    left: 0;
}

.logo_register div {
    position: relative;
    z-index: 1;
}


.logo_registerform {
    padding: 50px 15px;
    /* float: left; */
    width: 100%;
}

.logo_registerform form {
    float: left;
    width: 100%;
}

.logo_registerform form .field {
    display: flex;
    margin: 0;
}

.logo_registerform form .field label.label_field {
    margin: 0 30px 0 0;
    width: 115px;
    line-height: 45px;
    /* text-align: right; */
    height: 45px;
    font-weight: 300;
    font-size: 15px;
}

.logo_registerform form .field {
    display: block;
    margin: 0 0 20px;
}

.logo_registerform form .field input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #ddd 2px;
    width: 100%;
    float: right;
    padding: 10px;
    line-height: normal;
    font-weight: 300;
    transition: ease all 0.5s;
}

.logo_registerform form .field input:hover,
.logo_registerform form .field input:focus {
    box-shadow: none;
}

.logo_registerform .field label.form-check-label .form-check-input {
    width: auto;
}

.hidden {
    visibility: hidden;
}

.logo_registerform .field label.form-check-label {
    margin-left: 20px;
    position: relative;
    top: 0;
}


.logo_registerform form .field label.afterbefore {
    /* margin: 0 30px 0 0; */
    /* width: 115px; */
    line-height: 45px;
    text-align: center;
    height: 45px;
    font-weight: 300;
    font-size: 15px;
    max-width: 600px;
    position: relative;
    display: flex;
    justify-content: center;
}
.logo_registerform form .field label.afterbefore:before {
    content: "";
    display: block;
    width: 126px;
    height: 2px;
    background: #ddd;
    left: 0;
    top: 50%;
    position: absolute;
  }
.logo_registerform form .field label.afterbefore:after {
    content: "";
    display: block;
    width: 125px;
    height: 2px;
    background: #ddd;
    left: 148px;
    top: 50%;
    position: absolute;
  }

/*------------------------------------------------------------------
    25. Login Section
-------------------------------------------------------------------*/

.login {
    background: #eee;
}

.full_height {
    height: 110vh;
}

.login_section {
    /* max-width: 640px; */
    max-width: 900px;
    background: #fff;
    min-height: 570px;
    width: 100%;
    box-shadow: 0px 0 10px -8px #000;
    margin: 0px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.logo_login {
    background: url('../images/layout_img/login_image.jpg');
    padding: 40px 0;
    background-position: center center;
    position: relative;
    height: 14rem;
}
.logo_login .nseimageborder{
	left:0; 
}

.logo_login::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(21, 40, 60, .8);
    top: 0px;
    left: 0;
}

.logo_login div {
    position: absolute;
    z-index: 1;
    top: 0;
    left:0;
    padding: 1rem;
}

.login_form {
    padding: 10px 50px;
    float: left;
    width: 100%;
}

.login_form form {
    float: left;
    width: 100%;
}

.login_form form .field {
    display: flex;
    margin: 0;
}

.login_form form .field label.label_field {
    margin-left: 15px;
    width: 115px;
    line-height: 45px;
    text-align: left;
    height: 45px;
    font-weight: 300;
    font-size: 15px;
}

.login_form form .field {
    display: block;
    margin: 0 0 20px;
}

.login_form form .field input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #ddd 2px;
    width: 395px;
    float: right;
    padding: 10px;
    line-height: normal;
    font-weight: 300;
    transition: ease all 0.5s;
}

.login_form form .field input:hover,
.login_form form .field input:focus {
    box-shadow: none;
}

.login_form .field label.form-check-label .form-check-input {
    width: auto;
}

.hidden {
    visibility: hidden;
}

.login_form .field label.form-check-label {
    margin-left: 29px;
    position: relative;
    top: 0;
}

.forgot {
    float: right;
    margin: 11px 0;
    position: relative;
    left: 0;
    color: #ff5722;
}

.logo_login_center{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:2rem;
}
.logo_login_center_left{
	width:48%;
}
.logo_login_center_leftIMG{
	/* min-width:15rem;
	width:15rem;
	height:10rem; */
	width:100%;
	height:24rem;
	/* background-color:#dad; */
}
.logo_login_center_leftIMG img{
	width:100%;
	height:100%;
}

.logo_login_center_right{
	width:48%;
}
.login_form1{
	border:1px solid #dadada;
	padding:1.6rem;
	border-radius:2rem;
}
@media (max-width: 449.98px){
		.logo_login_center_leftIMG {
    width: 60%;
    height: 10rem;
    /* background-color: #dad; */
    margin-bottom:1rem;
    
}
}
@media (max-width: 991.98px){
	.login_form1 {
   
    padding: 0.6rem;
    
}
	.logo_login_center_leftIMG {
    width: 60%;
    height: 14rem;
    /* background-color: #dad; */
    margin-bottom:1rem;
    
}
	.logo_login_center{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
	padding:1rem;
}
.logo_login_center_left{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.logo_login_center_right #submitbtn{
	font-size: 1.4rem;
    text-transform: capitalize;
    width: 100%;
    margin: 0;
    padding: .5rem;
}
.logo_login_center_right{
	width:100%;
}
.logo_login h3{
	top: 4rem !important;
  
}
/* #rc-anchor-container{
	height: 74px;
    width: 227px !important;
}
.rc-anchor-error-message {
    color: #f00;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 ;
} */
}