@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
*{ margin:0px; padding:0px; list-style:none; text-decoration:none; border:none; font-family:Arial, Helvetica, sans-serif;  }
p{ font-size:11px; font-weight:bold;}
body
{
background-image:url(../images/body-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.log-panel{ padding:35px; background:url(../images/content-bg.png) repeat; /*background:#FFF;*/ margin:0 auto; width:320px; margin-top:10%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;


-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.75);

/*position: absolute;
left: 50%;
top: 50%;

transform: translate(-50%, -50%);    
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);*/

}

.log-panel h1{ font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:22px; text-align:center; margin:0;}
.log-panel label{  color:#000; font-size:12px; line-height:18px;}
.log-panel  input, select {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

    
}
.log-panel  input[type="text"]{ width:250px; padding:0 15px; height:36px; color:#5d565d; font-size:16px; border:1px solid #0FF; margin-bottom:15px; }
.log-panel  input[type="password"]{ width:250px; padding:0 15px; height:36px; color:#5d565d; font-size:16px; border:1px solid #0FF; margin-bottom:15px;}
.log-panel  select{ width:250px; padding:0 15px; height:36px; color:#5d565d; font-size:16px; border:1px solid #0FF; margin-bottom:15px;}
.log-panel  input[type="submit"]{ width:100px; padding:0 15px; height:36px; color:#5d565d; font-size:16px; background:#088cd7; border:1px solid #046fb3; font-weight:bold; color:#FFF; margin-bottom:15px;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; 
}	
.log-panel  input[type="submit"]:hover{ background:#04D2A9; border-color:#028268; cursor:pointer; color:#404040;}
.log-panel  a{color:#333; font-size:12px; line-height:18px; }
.log-panel  a:hover{ text-decoration:underline;}