/*
Template Name: Ling - Login Registration Form,Multistep Form ,Contact Form &  Coming Soon
Description:  Ling - Login Registration Form,Multistep Form ,Contact Form &  Coming SoonHTML5 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: #077A37;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p{
	 font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 8px;
}


/*======================================================================================*/
/*   start  */
/*======================================================================================*/
.main-page{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-form-2 {
  max-width: 470px;
  margin: 0 auto;
}
.form-container {
  padding: 40px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 12px;
}
.form-container .form-icon {
  color: #077A37;
  font-size: 55px;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50px;
  box-shadow: 7px 7px 10px #077A37, -7px -7px 10px #077A37;
}
.form-container .title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 20px;
}
.form-container .form-horizontal .form-group {
  margin: 0 0 14px 0;
}
.form-container .form-horizontal .form-group label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 8px;
}
.form-container .form-horizontal .form-control {
  color: #000;
  background: #ecf0f3;
  font-size: 15px;
  height: 50px;
  padding: 20px;
  letter-spacing: 1px;
  border: none;
  border-radius: 50px;
  box-shadow: inset 6px 6px 6px #cbced1, inset 6px 6px 6px #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .btn {
  color: #fff;
  background-color: #077A37;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 15px 11px;
  border-radius: 20px;
  border: none;
  transition: all 0.5s ease 0s;
  font-family: 'Poppins', sans-serif;
}

.form-container .form-horizontal .btn:hover, 
.form-container .form-horizontal .btn:focus {
  color: #fff;
  letter-spacing: 3px;
  box-shadow: none;
  outline: none;
}
.forgot p a{
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 8px;
}
.forgot p a:hover{
  color: #077A37;
}

/*======================================================================================*/

