/*
Template Name:  Ling- Multistep Form & Login, Registration Form Template
Description:  Ling- Multistep Form & Login, Registration Form, Commin Soon HTML5 Template
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@400;500;700&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #AC47EF;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p{
	color: #191919;
}


/*======================================================================================*/
/*  index2 start  */
/*======================================================================================*/

.login-regi-area{
    overflow: hidden;
}
.login-regi-area .container-fluid {
    padding: 0;
}
.contact-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.form-content .logo {
  text-align: start;
  margin-bottom: 25px;
}
.form-content {
  margin: 0 auto;
  padding: 50px 50px;
}
.form-content .logo a img {
  max-width: 180px;
  height: auto;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.form-content  h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    text-align: start;
}
 .form-content .form-control {
  border-radius: 10px;
  background-color: #ebf0f6;
  min-height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebf0f6;
  padding: 10px 20px;
  color: #111;
}
.form-content .form-control:focus {
  color: #212529;
  background-color:  #ebf0f6;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.form-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
 .form-content .submit-btn {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 10px;
  background-color: #AE49EF;
  padding: 15px 36px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-content .submit-btn:hover {
  background-color: #6A15CB;
}
.form-content .form-group label {
  padding-bottom: 9px;
  color: #585859;
}
.recover-text2 label{
  font-size: 14px;
  color: #585859;
} 
.acount-group{
 display: flex;
  justify-content: space-between;
  
}
.form-content .acount-group span{
  color: #888080;
  font-size: 14px;
}
.form-content .acount-group span a{
  color: #2A25AD;
  font-weight: 500;
}

.recovery-password {
  color: #888080;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.social-title span {
  text-align: center;
  font-size: 15px;
  color: #888080;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.social-title  span::before {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cfcfcf;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.social-title  span::after {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cfcfcf;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}


.social-link {
  margin-top: 20px;
}
.social-link ul{
  display: flex;
  justify-content: center
}

.social-link ul li {
  padding-left: 5px;
  padding-right: 13px;
  margin-bottom: 10px;
}
.social-link ul li a {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 55px;
  width: 65px;
  border: 1px solid #cfcfcf;
  border-color: #cfcfcf;
  background-color: #fefefe;
  transition: all 0.3s ease-in-out;
  transform: rotate(35deg);
}
.social-link ul li  a  i{
  color:#AE49EF;
}
