﻿body{
  /*background-image:url('../images/GFBG.jpg');*/
  background-color:antiquewhite;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  color: #272626;
}

#login {
 /*   background-image:url('../images/GFBG.jpg');
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;*/
}
div.well{
  height: 250px;
} 

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: -50%; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 50%; 
  /*height: 50%;*/
  min-width: 200px;
  max-width: 400px;
  /*padding: 40px;*/
}

#logo-container {
  width:220px;
  margin-left:auto;
  height:140px;
  background-image:url('../images/Prochiz.png');
  background-size: 80%;
  background-repeat:no-repeat;
}

.label-login {
    color: #279d4e;
}

.label-login:hover {
    text-decoration: none;
    color: #197838;
}

.modal-dialog {
    background-color: #696969;
    filter: alpha(opacity=70);
    opacity: 0.7;
    xindex:-1;
    border-radius: 35px;
}

.styleError {
    color: #fff;
    text-shadow: 1px 1px 20px rgba(255, 0, 0, 0.7);
    
    font-family: Verdana;
    font-size: large;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    
    text-align: center;
}