
.main-section {
  /*  width: 50%;*/
    margin: 0em auto 0;
	text-align: left;
}
.login-form {
    background: #fff;
	padding: 2em 1em;
}
.login-form h2 {
    font-size: 2em;
    text-transform: capitalize;
	    color: #777;
}
.login-form p {
    font-size: .95em;
	color: #777;
    line-height: 2em;
}
.login-form span {
    width: 75%;
    height: 1px;
    display: block;
    background: #f99104;
    margin: 1em auto;
}
.login-form h4 {
    font-size: 1em;
    text-transform: capitalize;
    margin-bottom: .2em;
	    color: #777;
}
.login-form input[type="text"] {
  
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
	outline: none;
	color: #555;
	text-transform: none;
}
.login-form input[type="email"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
	text-transform: none;
}
.login-form select {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
	text-transform: none;
}

.login-form input.user {
   background: url(../images/user.png) no-repeat 96% 55%;
}
.login-form input.phone{
background: url(../images/phone.png) no-repeat 96% 55%;
}
.login-form input.email{
background: url(../images/email.png) no-repeat 96% 55%;
}
.login-form textarea.mess{
background: url(../images/mess.png) no-repeat 96% 5%;
}
.login-form input[type="text"]:hover {
    border: 1px solid #990000;
}
.login-form  textarea {
    width: 100%;
    height: 120px;
    outline: none;
	resize: none;
	margin-bottom: 1em;
	border: 1px solid #CECCCC;
	padding: .8em 4em .8em 1em;
	font-size: 1em;
	color: #555;
}
::-webkit-input-placeholder{
color:#C3C3C3 !important;
 
}
.login-form textarea:hover {
    border: 1px solid #990000;
}
.login-form input[type="email"]:hover {
	    border: 1px solid #990000;
}
.login-form input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    border: none;
    text-transform: capitalize;
    outline: none;
    background:var(--clr-red);
    color: #fff;
    cursor: pointer;   
	width: auto;
	
	    border-bottom: 2px solid#A26E28;
}
.login-form input[type="submit"]:hover {
     background:var(--clr-orange);
	border-bottom: 2px solid#b89c5f;
}
/**responsive*/
@media(max-width:1440px){
.main-section {
    width: 60%;
}
}
@media(max-width:1366px){
.main-section {
    width: 60%;
}
}
@media(max-width:1280px){
.main-section {
    width: 60%;
}
}
@media(max-width:1080px){
.main-section {
    width: 60%;
}
.header h1 {
    font-size: 3em;
}
.header {
    text-align: center;
    margin-top: 3em;
}
.login-form h2 {
    font-size: 1.8em;
}
.login-form h4 {
    font-size: 1.1em;
}
}
@media(max-width:991px){
.main-section {
    width: 60%;
}
}
@media(max-width:800px){
.main-section {
    width: 58%;
}
}
@media(max-width:768px){
.main-section {
    width: 60%;
}
}
@media(max-width:640px){
.main-section {
    width: 75%;
}
.header h1 {
    font-size: 2.8em;
}
}
@media (max-width: 480px){
.main-section {
    width: 95%;
	margin: 2em auto 0
}
.header {
    text-align: center;
    margin-top: 2em;
}
.login-form {
    background: #fff;
    padding: 1em 1em;
}

}
@media (max-width: 320px){
.header h1 {
    font-size: 2.3em;
}
.login-form input[type="submit"] {
   width: 67%;
 }
.login-form p {
    line-height: 1.5em;
}
.login-form h2 {
    font-size: 1.6em;
}
.login-form h4 {
    font-size: 1em;
}
.login-form input[type="text"],.login-form textarea {
   width: 73%;
}

}