/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{
text-align: center;
background: url(../images/bg.png);
}

@font-face{
font-family: "Amita-Regular";
src:url(../fonts/Amita-Regular.ttf);
}

@font-face{
font-family: "Andika-R";
src:url(../fonts/Andika-R.ttf);
}

.header {
text-align: center;
padding:65px 0;
}
.header h1 {
font-size: 60px;
color: #fff;
font-family:Amita-Regular;
}

.mail-form {
width: 25%;
padding: 40px;
text-align:center;
margin:0 auto;
background:rgba(160,35,66,1);
}

.shadow
{
position: relative;
}
.shadow:before, .shadow:after
{
z-index: -1;
position: absolute;
content: "";
bottom: 12px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: rgba(160,35,66,1);
box-shadow: 0 15px 10px #000;
transform: rotate(-3deg);
}
.shadow:after
{
transform: rotate(3deg);
right: 10px;
left: auto;
}


.pass {
margin: 26px 0;
}

.mail-form input[type="text"], .mail-form input[type="password"] {
padding: 13px 10px;
width: 94%;
font-size: 16px;
outline: none;
border:none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background:#eee;
font-family: 'Andika-R', sans-serif;
}

.mail-form input[type="submit"] {
font-size: 20px;
padding: 8px 30px;
border: none;
text-transform: capitalize;
outline: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background: rgb(197, 79, 109);
box-shadow: 0px 3px 7px #000;
color: #fff;
cursor: pointer;
margin: 0 auto;
font-family: 'Andika-R', sans-serif;
}


.footer {
text-align: center;
padding: 50px 15px;
}
.footer p {
font-size: 16px;
font-family:Andika-R;
color: #fff;
margin: 0px;
}
.footer p a:hover {
color: #fff;
}
.footer p a {
color: rgba(160,35,66,50);
}




/*-- responsive media queries --*/


@media screen and (max-width:1440px){
.header {
padding:55px 0;
}
}

@media screen and (max-width:1280px){
.header h1 {
font-size: 55px;
}
}

@media screen and (max-width:1080px){
.header {
padding:50px 0;
}
.header h1 {
font-size: 55px;
}
.mail-form {
width: 29%;
}
}

@media screen and (max-width:1024px){
.mail-form {
width: 29%;
}
}


@media screen and (max-width:991px){
.mail-form {
width: 32%;
}
}

@media screen and (max-width:800px){
.header h1 {
font-size: 50px;
}
.mail-form {
width: 36%;
}
.mail-form input[type="text"], .mail-form input[type="password"] {
font-size: 15px;
}
}

@media screen and (max-width:768px){
.mail-form {
width: 38%;
}
}

@media screen and (max-width:736px){
.mail-form {
width: 40%;
}
}

@media screen and (max-width:667px){
.mail-form {
width: 44%;
}
}

@media screen and (max-width:640px){
.header {
padding:40px 0;
}
.header h1 {
font-size: 50px;
}
.mail-form {
width: 46%;
}
.mail-form input[type="submit"] {
font-size: 18px;
}
.footer p {
font-size: 15px;
}
}

@media screen and (max-width:480px){
.header {
padding:30px 0;
}
.header h1 {
font-size: 42px;
}
.mail-form {
width: 56%;
padding: 34px;
}
.mail-form input[type="text"], .mail-form input[type="password"] {
padding: 11px 10px;
}
.mail-form input[type="submit"] {
font-size: 16px;
}
.footer p {
font-size: 13px;
}
}

@media screen and (max-width:414px){
.header h1 {
font-size: 38px;
}
.mail-form {
width: 62%;
}
}

@media screen and (max-width:375px){
.header h1 {
font-size: 36px;
}
.mail-form {
width: 66%;
}
}

@media screen and (max-width:320px){
.header h1 {
font-size: 32px;
}
.mail-form {
width: 70%;
padding:16px;
}
.mail-form input[type="text"], .mail-form input[type="password"] {
width: 90%;
}

}









