@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
width:960px;
margin:20px auto;
padding-top:20px;
font-family: 'Fauna One', serif;
display:block;
}
h2{
margin-left: 65px;
text-shadow:1px 0px 3px gray;
}
h3{
font-size:18px;
text-align:center;
text-shadow:0px 0px 3px gray;
background-color:#FA8C00;
color:#fff;
padding:10px;
text-align:left;
margin:-20px 0px 10px;
}
#onclick{
padding:3px;
color:green;
cursor:pointer;
padding:5px 5px 5px 15px;
width:70px;
color:white;
background-color:#123456;
box-shadow:1px 1px 5px grey;
border-radius:3px;
}
b{
font-size:18px;
text-shadow:1px 0px 3px gray;
}
#popup{
padding-top:80px;
}
.form{
border-radius:2px;
padding:20px 30px;
box-shadow:0 0 15px;
font-size:14px;
font-weight:bold;
width:350px;
margin:20px 250px 0 35px;
float:left;
}
input{
width:97%;
height:35px;
margin-bottom:10px;
border:1px solid #ddd;
border-radius:0px;
padding:5px;
}
.input{
width:94%;
}
input[type=button]{
background-color:#00ACC2;
border:1px solid #00ACC2;
font-family: 'Fauna One', serif;
font-Weight:bold;
font-size:18px;
color:white;
width:49%;
cursor:pointer;
}
textarea{
width:97%;
height:80px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:0px;
padding:5px;
resize:none;
}
select{
width:100%;
height:46px;
margin-bottom:10px;
border:1px solid #ddd;
border-radius:0px;
padding:5px;
}
#contactdiv{
opacity:0.92;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #000;
display: none;
}
#logindiv{
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.5);
display: none;
}

#login,#contact{
width:450px;
margin:0px;
background-color:white;
font-family: 'Fauna One', serif;
position: relative;
border: 5px solid rgb(90, 158, 181);

}
.img{
float: right;
margin-top: -35px;
margin-right: -37px;
}
#contact{
left: 50%;
top: 50%;
margin-left:-260px;
margin-top:-245px;
}
#login{
left: 50%;
top: 30%;
margin-left:-210px;
margin-top:-158px;
}


@media (min-width:240px) and (max-width:768px) {
#login,#contact{
width:60%;
margin:0px auto;
}
#contact{
left: 0%;
top: 0%;
margin-left:12%;
margin-top:6%;
}

}