
@font-face {
  font-family: 'Virgo01';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/virgo-01/virgo.woff') format('woff');
}

.fontLogo{
    font-family: Virgo01;
    font-size:22px
}

.element.style {
}

.login-page, .register-page {
/* 	background-image: url("../img/img_bg_1.jpg");
    background: #d2d6de;
 */    
    /* The image used */
    /* background-image:linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../img/img_bg_1.jpg"); */

    /* Full height */
    height: 100%; 
    

	background: white;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.login-logo a, .register-logo a {
    color: black;
}

.login-box-body, .register-box-body {
    background: #eaeaea;
    padding: 20px;
    border-top: 0;
    color: #666;
}