html {height: 100%; width:100%; overflow:hidden;}
body {background:url("images/dark-grey.png");}


a {
	color: #555;
	text-decoration: none;
}

.container {
	padding-top:158px;
	width: 100%;
	height: 100%;
	position: relative;
	margin-left:-20px;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.container > header {
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}

.container > header h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	color:#09F;
	letter-spacing:5;
	margin: 0 0 15px;
	position: relative;
}

.container > header h2 {
	font-size: 13px;
	margin: 0;
	padding:1px;
	color: #065;
	font-family:Verdana, Geneva, sans-serif;	
	font-style: italic;
	font-weight:100;
	text-shadow:none;
}

h5 {
	text-align:center;
	letter-spacing:2;
	margin:0;
	margin-left:245px;
	margin-right:245px;
	padding:0;
	color: #ff0;
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;	
	font-size:17px;
	line-height:1.3;
	background:#F00;
	border-left:1px solid #f00;
	border-right:1px solid #f00;
	border-top:1px solid #f00;
	border-bottom:1px solid #fff;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
	text-shadow:1px 1px 1px #000;
}

h3 {
	text-align:left;
	margin:0;
	margin-left:245px;
	margin-right:245px;
	padding:0;
	padding-left:8px;
	color: #000;
	text-shadow:1px 1px 1px #fff;
	font-family:"Courier New", Courier, monospace;	
	font-size:13px;
	font-weight:bold;
	line-height:1.6;
	background:#fff url(dobroye/css/images/pattern.png);
	border-left:1px solid #f00;
	border-right:1px solid #f00;
}

h4 {
	text-align:left;
	margin:0;
	margin-left:245px;
	margin-right:245px;
	padding:5px;
	padding-left:10px;
	color: #fff;
	text-shadow:1px 1px 1px #000;
	font-family:"Courier New", Courier, monospace;	
	font-size:12px;
	font-weight:normal;	
	font-style:italic;
	line-height:1;
	letter-spacing:0.8;
	background:#098;
	border-top:3px double #fff;
	border-left:1px solid #098;
	border-right:1px solid #098;
	border-bottom:1px solid #098;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.codrops-top:before,
.codrops-top:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.codrops-top:after {
    clear: both
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 5px 0px;
}

.codrops-demos a {
    display: inline-block;
	margin: 0px 4px;
	padding: 0px 6px;
	color: #8c8c8c;
	line-height: 20px;	
	font-size: 12px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #fff;
	background: #ffffff; /* Old browsers */
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.codrops-demos a:hover {
	color: #333;
	background: #fff;
}

.codrops-demos a:active {
	background: #fff;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	background: #555;
	border-color: #555;
	color: #ddd;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.5);
}

.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Demo 3 */

.form-3 {
    font-family: 'Ubuntu', 'Lato', sans-serif;
	background:#2f186cb5;
    font-weight: 400;
    /* Size and position */
    width: 300px;
    position: relative;
    margin:25px auto 30px;
    padding: 10px;
    overflow: hidden;

    /* Styles */
    border-radius: 0.4em;
    border: 1px solid #191919;
    box-shadow:inset 0 0 2px 1px rgb(255, 255, 255), 0 16px 10px -8px rgba(0, 0, 0, 0.6);
}

.form-3 label {
    /* Size and position */
    width: 44%;
    float: left;
    padding-top: 9px;

    /* Styles */
    color: #fff;
    font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
    letter-spacing: 1px;

    text-indent: 10px;
    cursor: pointer;
    text-align: right;
    padding-right: 42px;    
}

.form-3 input[type=text],
.form-3 input[type=password] {
    /* Size and position */
    width: 50%;
    float: left;
    padding: 8px 5px;
    margin-bottom: 10px;
    font-size: 12px;
	cursor:pointer;

    /* Styles */
	background:#fff url(dobroye/css/images/pattern.png);
    border: 1px solid #000;
    box-shadow:0 1px 0 rgba(255,255,255,0.1);
    border-radius: 3px;
    outline: none; /* Remove Chrome outline */
	letter-spacing:0.5;

    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: #000;

}

.form-3 p:nth-child(3),
.form-3 p:nth-child(4) {
    float: left;
    width: 44%;
}

.form-3 label[for=remember] {
    width: auto;
    float: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    text-indent: 2px;
}

.form-3 input[type=checkbox] {
    margin-left: 10px;
    vertical-align: middle;
}

.form-3 input[type=submit] {
    /* Width and position */
    width: 113%;
    padding: 8px 5px;
  
    /* Styles */
    border: 1px solid #0273dd; /* Fallback */
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 3px;
    background: #38a6f0;
    cursor:pointer;
  
    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: white;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

.form-3 input[type=submit]:hover { 
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.form-3 input[type=submit]:active { 
    background: #287db5;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
    border-color: #000; /* Fallback */
    border-color: rgba(0,0,0,0.9);
}

.no-boxshadow .form-3 input[type=submit]:hover {
    background: #2a92d8;
}


.form-3 p:nth-child(1):before{
    /* Size and position */
    content:"";
    width:250px;
    height:100px;
    position:absolute;
    top:0;
    left:45px;

    /* Styles */
    pointer-events:none;
}

.no-pointerevents .form-3 p:nth-child(1):before {display: none;}

