/* CONFIGURARI GLOBALE */

html {background: url('../images/bg.jpg') no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
body {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 13px;color:#333;}
p {padding: 10px;text-align: center;font-size: 10px;margin-top: 15px;}
a {text-decoration:none;color: #333;}
a:hover {text-decoration:underline;color: #333;}
#wrapper {margin: 0 auto;max-width: 1000px;}
header {width: 100%;}
input.buton {float: right; min-width: 120px;margin-right: 15px;font-family: 'Oswald',serif;font-weight: 300;font-size: 18px;color: rgb(255, 255, 255);text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);background: none repeat scroll 0% 0% rgb(86, 194, 225);border: 1px solid rgb(70, 179, 211);border-radius: 5px 5px 5px 5px;cursor: pointer;box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.75) inset;}
#login {margin: 0px auto;max-width: 250px;min-height: 330px;padding: 26px 24px 46px;font-weight: 400;background: none repeat scroll 0% 0% rgb(255, 255, 255);border: 1px solid #ccc;box-shadow: 0px 4px 10px -1px rgba(200, 200, 200, 0.7);background: #fff;margin-top: 30px;}

/* LOGO */

.logo{max-height: 70px;position: relative;top: 5px;}
.logo h1{margin-top: 5px;font-family: Verdana, Arial, Helvetica, sans-serif;text-align: center;font-weight: bold;padding: 5px;color: #000;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);font-size: 26px;}
.logo h2{margin-top: 5px;font-family: Verdana, Arial, Helvetica, sans-serif;text-align: center;padding: 5px;color: #000;font-weight: normal;font-size: 16px;opacity: 0.8;}
.logo img{margin-top: -20px;}
.logo p{font-size: 12px;margin-top: 5px;font-family: Verdana, Arial, Helvetica, sans-serif;text-align: center;color: #ca2128;}

/* LOGARE */

.logare{max-height: 70px;position: relative;top: 110px;}
.logare input{min-width: 230px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;color: rgb(85, 85, 85);font-weight: 200;line-height: 1;padding: 7px;margin-top: 10px;margin-right: 6px;margin-bottom: 22px;border: 1px solid rgb(229, 229, 229);background: none repeat scroll 0% 0% rgb(251, 251, 251);outline: 0px none;box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;}


/* EROARE */

.eroare {padding: 0.75em;margin: 0px auto;border: 1px solid #990000;max-width: 290px;color: #990000;background-color: #FDF0EB;-moz-border-radius: 0.5em;-webkit-border-radius: 0.5em;margin-bottom: 15px;}

/* Media Queries */
@media screen and (max-width: 240px) {
	.logare input {min-width: 175px;}
	.buton {min-width: 190px;float: left;}
	#login {max-width: 200px;max-height: 450px;}
	.logo h1 {font-size: 25px;}
}