@charset "utf-8";
/*************************************************************************************/
@import url('//fonts.googleapis.com/css?family=Archivo+Black|Open+Sans:400,600,700&subset=latin-ext');
/*************************************************************************************/
* { padding: 0; margin: 0; }
/*************************************************************************************/
html { width: 100%; height: 100%; overflow-x: hidden; }
/*************************************************************************************/
body { font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: 400; line-height: 16px; color: #111;
background: url('../images/login_bg.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; background-size: cover; background-color: #111; } 
/*************************************************************************************/
#panelForm { display: block; width: auto; height: auto; background-color: transparent !important; color: #fff; font-family: "Open Sans", sans-serif; font-size: 14px;
margin: 10px 0px 0px 0px;  }
#panelForm h1 { padding: 15px 0px 15px 0px; font-family: "Archivo Black", sans-serif; font-size: 42px; font-weight: 700; line-height: 42px; color: #fff; border-bottom: dotted 1px #999; }
/*************************************************************************************/
#panelForm .bolduit { font-family: "Open Sans", sans-serif; color: #111; font-weight: 600; }
/*************************************************************************************/
#btnTrimite { padding: 12px 45px; font-weight: 600; }
/*************************************************************************************/
#panelForm h3 { font-family: "Open Sans", sans-serif; color: #fff; font-weight: 500; } 
/*************************************************************************************/
/*************************************************************************************/
