.main_wrapper {
    min-height: auto !important;
}
.content-bottom p.style{
    margin: 0;
}

  /*Login Css start*/
  
.login_wrapper {
    overflow: hidden;
    background-color: #fff;
    padding: 150px 0 50px;
}
.social_left {
    list-style: none;
}
.social_left {
  display: inline-flex;
  color: white;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  width: 100%;
  padding: 0;
}
.social_left li a {
    color: #fff;
    display: inline-block;
    border: 1px solid #1fae66;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    background: #1fae66;
    text-align: center;
    line-height: 40px;
}
.social_left li a:hover{
    border: 1px solid #f79b2c;	
    background: #f79b2c;
}
.login-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-cont >h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.icon-align {
    width: 90px;
    height: 90px;
    min-width: 90px;
}
.content-bottom i {
    color: #fff;
    font-size: 36px;
    width: 80px;
    height: 80px;
    background: var(--mainColor);
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
}

.text-main{
  color: var(--mainColor); 
}

.text-orange{
  color: var(--thirdColor); 
}
.innerdiv {
  background: #eff7ff ;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.login-right {
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
}
.title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
}
.inner-content .title{
  color: #000;
}

.wel-title {
  color: var(--mainColor);
}
.forgot-password a {
    font-weight: 600;
    text-decoration: underline;
}
.forgot-password a:hover{
  color: #000;
}



.login-form .form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  box-shadow: rgb(31 174 102 / 10%) 0px 2px 5px 0px, rgba(0, 0, 0, 0.1) 0px -1px 1px 0px;
  padding-left: 65px;
}

.login-form  .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1fae66;
  outline: 0;
  box-shadow: rgb(31 174 102 / 10%) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px -1px 1px 0px;
}
footer a:hover{
  color: #20cb75;
}
hr{
  border-color: #1fae66;
}
.login-form .form-group .form-group{
    margin:0 0 10px;
}

.login-form label {
    margin-bottom: 0.2rem;
}
.btn-theme {
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 8px;
  padding: 0 20px;
  border: 1px solid var(--mainColor);
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Oswald-Regular';
  font-size: 16px;
}


.btn-theme:hover {
  color: var(--fourthcolor);
  background-color: transparent;
  border-color: var(--fourthcolor);
}
.btn-block{
  width: 100%;
  display: inline-block;
}
.btn-main, #contact-form-submit {
  background: #33b5e5;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid var(--mainColor);
  display: inline-block;
}
.btn-main:hover, #contact-form-submit:hover{
    background: #fff;
    color: #33b5e5;
}
@media screen and (max-width:991px) {
    .login_wrapper {
        padding: 100px 0 50px;
    }
    .login-left{
        padding: 40px 0 0;
    }
}
@media screen and (max-width:767px) {
  .content-bottom i {
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 65px;
  }
  .icon-align {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
    .title {
        font-size: 25px;
    }
    .innerdiv .title {
      font-size: 22px;
    }
    .inner-content{
        margin-top:20px;
    }
    .login_wrapper {
        padding: 100px 0 20px;
    }
    .right-cont >h4 {
        font-size: 18px;
    }
    .login-left {
      padding: 20px 0 0;
    }
}
/* Login css end */
.login_list {
	list-style: none;
	margin-top: 20px;
	padding: 0px;
}
.login_list li {
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}
.login_list li:before{
  position: absolute;

  top: 0px;
  left: 0px;
  font-family: "fontawesome";
  color: var(--mainColor);
}
.login_list li:nth-child(1):before{
  content: "\f03a";
}
.login_list li:nth-child(2):before{
  content: "\f15b";
}
.login_list li:nth-child(3):before{
  content: "\f017";
}
.login_list li i {
	color: var(--mainColor);
}
.inner-content img {
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.form-control-feedback {
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 2;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	pointer-events: none;
	font-size: 17px;
	background: #34b7e7;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.field-icon {
	position: absolute;
	right: 28px;
	top: 45px;
}