.main-content {
font-family: "Montserrat", sans-serif !important;
  width: 100%;
}
.login-left-sec1
{
padding:50px;
}
.login-right-sec1
{
padding:30px;
}
.login-left-sec1 img{
width:100%;
}
.login-left-sec2 img{
width:100%;
}
.login-left-sec2
{
	padding:0px;
}
.login-right-content{
background:#FFD7CA;
padding:25px 40px 25px 40px;
border-radius:16px;
}

.login-right-content p
{
padding-left:0;
color:#000;
margin-bottom:30px;
}
.login-content-head1
{
text-align: center;
color: #FF5B27;
font-size: 25px;
padding-left: 0;
font-weight: 600;
margin-bottom: 25px;
font-family: "Montserrat", sans-serif !important;
}
.login-content-head2{
color:#000;
padding-left: 0;
font-size:35px;
font-weight:600;
font-family: "Montserrat", sans-serif !important;
}
.login-label1{
	padding-left: 0;
	font-weight:600;
	color:#000;
	}
.company__info {
 background-color: #FF7B51;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    min-height: 100vh;
	padding:0;
}
.fa-android {
  font-size: 3em;
}
.log-btn-orange
{
    padding: 12px 19px 12px 18px;
    background: #FF5B27;
    border-radius: 12px;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px !important;
	border:2px solid #FF5B27;
	}
.log-btn-orange:hover
{
background:#fff;
color:#FF5B27 !important;
}
.collection-sec1{
	background:#FFE0D6;
	padding: 20px 45px;
}
.collection-right-content{
background:#FFCAB9;
padding:25px 40px 25px 40px;
border-radius:16px;
}
.collection-right-sec1{
	padding:35px 0px;
}
.collection-content-head2 a
{
	font-size:20px;
	font-weight:600;
	
font-family: "Montserrat", sans-serif !important;
	color:#000;
	text-decoration:none;
}
.collection-img1
{
	text-align:center;
	display:block;
}
.collection-img1 img{
	width:250px;
	margin-bottom:10px;
}
.home-btn-sec
{
	margin-bottom:15px;
}
.home-btn-sec span
{
	    border-radius: 5px;
    background: #178FEB;
    padding: 4px 8px;
	font-size:20px;
    color: #fff;
}
@media screen and (max-width: 768px) {
  .main-content {
    width: 100%;
  }
  .company__info {
    min-height:auto;
  }
  .login-right-sec1 {
    padding: 30px 0px;
}
  .login_form {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .collection-sec1 {
    background: #FFE0D6;
    padding: 0px 20px;
}
.collection-right-sec1 {
    padding: 20px 0px;
    
}
}
@media screen and (min-width: 642px) and (max-width: 800px) {
  .main-content {
    width: 100%;
  }
}

.login_form {
  background-color: #fff;
 display: flex;
    flex-direction: column;
    justify-content: center;
}
form {
  padding: 0 2em;
}
.form__input {
  width: 100%;
  border: 0px solid transparent;
  border-radius: 0;
  padding: 1em 0.5em 0.5em;
  padding-left: 2em;
  outline: none;
  background:#fff;
  border-radius:8px;
     margin: 0.9em auto;
    transition: all 0.5s ease;
    margin-top: 9px;
}
.form__input:focus {
  border-bottom-color: #008080;
  box-shadow: 0 0 5px rgba(0, 80, 80, 0.4);
  border-radius: 4px;
}