﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color:#000;
    line-height: 30px;
    text-align: center;
	background-color:#000;
}
strong { font-weight: 500; }
a, a:hover, a:focus {
	color: #de615e;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}
h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
img { max-width: 100%; }
::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border:0;
	-webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
}
.pass-form{
	width:450px;
	height:400px;
	margin-top:100px;
    margin-left:-30px;
}
.cent{
	margin-top:80px;
    text-align:center;
}
.cent1{
	margin-top:30px;
    text-align:center;
}
a:hover img{
		opacity:0.8;
	}	


