﻿#lblName{
    margin-left:20px;
}
#lblEmail{
    margin-left:20px;
}
#lblmsg{
    margin-left:20px;
}
#lblresume{
    margin-left:20px;
}
#lblsub{
margin-left:20px;
}
#txtName{
   display: block;
  width: 50%;
  margin-left: 20px;
  padding: 5px 20px;
  font-size: 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}
#txtEmail{
   display: block;
  width: 50%;
  margin-left: 20px;
  padding: 5px 20px;
  font-size: 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}
#txtmsg{
   display: block;
  width: 50%;
  margin-left: 20px;
  padding: 5px 20px;
  font-size: 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}
#txtresume{
   display: block;
  width: 50%;
  margin-left: 20px;
  padding: 5px 20px;
  font-size: 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}
#txtsub{
   display: block;
  width: 50%;
  margin-left: 20px;
  padding: 5px 20px;
  font-size: 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#Buttonlogin{
     position: relative;
  margin-top:20px;
  margin-bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: inherit;
  color: white;
  background: #16c1f3;
  outline: none;
  border: none;
  padding: 5px 15px;
  font-size: 1.3em;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
#Buttonlogin :hover
{
    background: #ff5252;
}
#Careerform{
   background: white;
  width: 60%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  font-family: lato;
  margin-top:10px;
  position: relative;
  color: #333;
 
  border-radius: 10px;
}

@media only screen and (min-width:320px) and (max-width:500px)
{
#Careerform{
     background: white;
  width: 90%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  font-family: lato;
  position: relative;
  margin-top:10px;
  color: #333;
  
  border-radius: 10px;
}
#Mobhide
{
    display:none;
}
}
@media only screen and (min-width:501px) and (max-width:767px)
{
#Careerform{
     background: white;
  width: 60%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  font-family: lato;
  position: relative;
   margin-top:10px;
  color: #333;

  border-radius: 10px;
}
#Mobhide
{
    display:none;
}
}
#txtName:hover
{
    border:1px solid orange;
}
#txtEmail:hover
{
    border:1px solid orange;
}
#txtUserName:hover
{
    border:1px solid orange;
}
#txtMessage:hover
{
    border:1px solid orange;
}
.help
{
     margin-left: 20px;
  font-size: 0.8em;
  color: #777;
}
#FileUploadResume
{
margin-left: 20px;
  padding: 5px 20px;
}