/*---
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{background:'';background: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*/
* { box-sizing: border-box; padding:0; margin: 0; }

body {
	font-family: 'Open Sans', sans-serif;
 	background:url(../images/armosis-bg.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 	background-size: cover;
 	background-size: auto 100%;
}
.main{
	margin:3em auto;
	width: 22%;
}
form {
	background:rgba(255, 255, 255, 0.9);
	border-radius:0.4em;
  	border:1px solid #fff;
  	overflow:hidden;
  	position:relative;
  	box-shadow: 0 5px 10px 5px rgba(0,0,0,0.3);
}

form:after {
  content:"";
  display:block;
  position:absolute;
  height:1px;
  width:100px;
  left:20%;
  top:0;
}

form:before {
 	content:"";
  display:block;
  position:absolute;
  width:8px;
  height:5px;
  border-radius:50%;
  left:34%;
  top:-7px;
  box-shadow: 0 0 6px 4px #fff;
}

.inset {
 padding:20px; 
  border-top:1px solid #fff;
}

form h1{
  text-align:center;
  /*padding:18px 0;*/
  border-bottom:1px solid #fff;
  position:relative;
}
form h1:after {
 content:"";
  display:block;
  width:250px;
  height:100px;
  position:absolute;
  top:0;
  left:50px;
  pointer-events:none;
 -webkit-transform: rotate(70deg);
 background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
  
}

form h1  {
	color:#fff;
	text-shadow:0 1px 0 #000;
	font-size:18px;
	font-weight: 600;
	text-align:center;
 /*padding:18px 0;      */
  border-bottom:1px solid #fff;
  position:relative;
	
}
form h1 span{
	padding:5px;
	background:#0184ff;
}
label {
 	color:#000;
  	display:block;
  	font-size:13px;
  	padding-bottom:9px;
}

input[type=text],
input[type=password] {
  font-family: 'Open Sans', sans-serif;
  width:100%;
  padding:8px 5px;
  background: #efefef; 

  border:1px solid #000;
  box-shadow:0 1px 0 rgba(255,255,255,0.1);
  border-radius:0.3em;
  margin-bottom:10px;
  color: #000;
  font-size:15px;
  outline: none;
}
label[for=remember]{
 	color:#fff;
  	display:inline-block;
  	font-size: 13px;
}

input[type=checkbox] {
 	display:inline-block;
  	vertical-align:middle;
}

.p-container {
 	padding:0 20px 20px 20px; 
}

.p-container:after {
 	clear:both;
  display:table;
  content:"";
}

.p-container span a {
  font-size:14px;
  display:block;
  float:left;
  color:#0d93ff;
  padding-top: 4px;
}

/**start-copy-right**/
.copy-right {
	text-align: center;
}
.copy-right p {
	color: #FFF;
	font-size:1em;
	padding:6em 0;
}
.copy-right p a {
	font-size:1em;
	font-weight:600;
	color:#061A3D;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right a:hover{
	color:#fff;
}
/**//end-copy-right**/
/*----start-responsive design-----*/
@media only screen and (max-width:1680px) {
	.main{
	margin:3em auto;
	}
	.copy-right p {
	padding: 0em 0;
	}
}
@media only screen and (max-width:1440px)  {
	.main{
	margin:3em auto;
	width:24%;
	}
	.copy-right p {
	padding:3em 0;
	}
}
@media only screen and (max-width:1366px) {
	.main{
	margin:3em auto;
	width:25%;
	}
	.copy-right p {
	padding:3.5em 0;
	}
}
@media only screen and (max-width:1280px) {
	.main{
	margin:3em auto;
	width: 27%;
	}
	.copy-right p {
	padding:4.3em 0;
	}
}
@media only screen and (max-width:1024px)  {
	.main{
	margin:3em auto;
	width:33%;
	}
	.copy-right p {
	padding:6em 0;
	}
}
@media only screen and (max-width:768px) {
	.main{
	margin:1em auto;
	width: 43%;
	}
	.copy-right p {
	padding:6em 0;
	}
}
@media only screen and (max-width:640px) {
	.main{
	margin:3em auto 0;
	width:51%;
	}
	.copy-right p {
	padding:6em 0;
	}
}
@media only screen and (max-width:480px)  {
	.main{
	margin: 3em auto 0;
	width: 68%;
	}
	.copy-right p {
	padding:6em 0;
	}
}
@media only screen and (max-width:320px) {
	.main{
	margin:3em auto 0;
	width:96%;
	}
	.copy-right p {
	padding:1em 0;
	}
}

/*----//end-responsive design-----*/

.myButton {
  float:right;
  margin-bottom:18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #333));
	background:-moz-linear-gradient(top, #000 5%, #333 100%);
	background:-webkit-linear-gradient(top, #000 5%, #333 100%);
	background:-o-linear-gradient(top, #000 5%, #333 100%);
	background:-ms-linear-gradient(top, #000 5%, #333 100%);
	background:linear-gradient(to bottom, #000 5%, #333 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#333',GradientType=0);
	background-color:#000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #eee;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:4px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #333 5%, #666 100%);
	background:-webkit-linear-gradient(top, #333 5%, #666 100%);
	background:-o-linear-gradient(top, #333 5%, #666 100%);
	background:-ms-linear-gradient(top, #333 5%, #666 100%);
	background:linear-gradient(to bottom, #333 5%, #666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#666',GradientType=0);
	background-color:#333;
}
.myButton:active {
	position:relative;
	top:1px;
}