/*
Template Name: Ling - Login Registration Form,Multistep Form ,Contact Form &  Coming Soon
Description:  Ling - Login Registration Form,Multistep Form ,Contact Form &  Coming 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: 'Poppins', 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: #000;
	text-shadow: none;
}
::-moz-selection {
	background: #8f32f3;
	color:#000;
	text-shadow: none;
}
::selection {
	background: gray;
	color: #000;
	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: #731D60;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p{
	color: #191919;
}


/*======================================================================================*/
/* start  */
/*======================================================================================*/
.login-5 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.form-head {
  background-image: linear-gradient(to right, #C13458 ,#B22D5E,#B22D5E,#731D60);
  padding: 38px 90px;
  display: block;
}
.logo{
  margin-bottom: 15px;
}
.logo a img{
  width: 150px;
  height: auto;
}
.login-5 .form-section h3 {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.login-5 .form-inner {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}
.form-body {
  padding: 10px 90px 40px;
}
.login-5 .form-section .form-control {
   width: 100%;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  transition: all .3s ease;
  color: #696E76;
  height: 60px;
  background: #E8E9EA;
  display: block;
  position: relative;
}
.login-5 .form-section .form-box {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}
.login-5 .form-section .form-box i {
  position: absolute;
  top: 17px;
  right: 14px;
  font-size: 23px;
  color: #777575;
}
.login-5 .form-section .form-group {
  margin-bottom: 15px;
}
.forgot-password{
  float: right;
  color: #000;
  text-align:end;
}
.login-5 .btn-theme {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s ease;
  padding: 15px 15px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  border-radius: 3px;
  border: none;
  background-image: linear-gradient(to right, #C13458 ,#B22D5E,#B22D5E,#731D60);
  margin-top: 15px;
  transition: all 0.3s ease;
}
.login-5 .btn-theme:hover{
 letter-spacing: 2px;
  transition: all 0.3s ease;
}
.login-5 .form-section .extra-login{
  position: relative;
}
.login-5 .form-section .extra-login > span {
  width: auto;
  float: none;
  display: inline-block;
  padding: 1px 20px;
  z-index: 1;
  position: relative;
  font-size: 14px;
  color: #535353;
  text-transform: capitalize;
  background: #fff;
}
.login-5 .form-section .extra-login::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  content: "";
}
.login-5 .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
.login-5 .social-list li a {
  margin: 1px;
  font-size: 14px;
  font-weight: 500;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.login-5 .facebook-bg {
  background: #4867aa;
}
.login-5 .twitter-bg {
  background: #33CCFF;
}
.login-5 .google-bg {
  background: #db4437;
}
/*======================================================================================*/

