
.logwrap{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;

}

.loginform{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 50px 0px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 2px 2px 2px 2px #2d2d2d;
}


.login_table{
   margin: auto;
   width: 240px;
   padding: 30px;
   
}


tr {
  height: 60px;
  
  font-size: 22px;
   
}

h1{
    font-family: Verdana, sans-serif;
    color: #1822c7;
    text-align: center;
}

.loginbutton{
    margin: auto;
}
.btn_login{
    margin: 20px 100px;
    
    
}

.welcome{
     margin: auto;
     text-align: center;
}

input[type=text]{
     border: none;
     border-bottom: 2px solid #bbbbbb;
     width: 240px;
     text-align: left;
     font-size: 15px;
}
input[type=password]{
     border: none;
     border-bottom: 2px solid #bbbbbb;
     width: 240px;
     text-align: left;
     font-size: 15px;
}
input[type=submit]{
    border-radius: 20px;
    border-width: 0px;
    padding: 10px 100px;
    box-shadow: 1px 1px #2d2d2d;
    background-image: linear-gradient(to right, #03498E , #cbcbcb);
    font-size: 17px;
    color: white;
}

input[type=submit]:hover{
    box-shadow: 3px 3px gray;
        
 
/*    background-image: linear-gradient(to right, #cbcbcb , #03498E);*/
   
}

input[type=submit]:active{
    box-shadow: 1px 1px gray;
}

.fail{
     padding: 0px 145px;
     color: red;
     font-size: 12px;
     text-align: center;
     margin: auto;
}


.logo{
   
    width: 180px;
    height: 90px;
    margin: auto;
    padding: 10px 0px;
    
    
}

.mail{
    text-align: center;
    margin-top: 20px;
    font-size: 10px;
}


/*Cookies*/
#cookie-popup { 
  text-align: center; 
  background: #444;
  position: fixed;
  top: 0px; 
  left: 0;
  right: 0;
  color: white;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
 
#cookie-popup.hidden {
  display: none;
}

.cookie_ok{
    font-family: Verdana, sans-serif;
    background-color: #03498E;
    border-width: 0px;
    box-shadow: 1px 1px 5px 0px gray;
    color: #EEE;
    padding: 4px 10px;
    margin-left: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size:16px; 
    font-weight: bold;
}

.cookie_details{
     font-family: Verdana, sans-serif;
    background-color: #03498E;
    border-width: 0px;
    box-shadow: 1px 1px 5px 0px gray;
    color: #EEE;
    padding: 4px 10px;
    margin-left: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size:16px; 
    
}


.text{
    font-family: Verdana, sans-serif;
}

.cookie_details:hover{
    cursor: pointer;
    
     box-shadow: 2px 2px 5px 0px gray;
}

.cookie_ok:hover{
    cursor: pointer;
    
     box-shadow: 3px 3px 5px 0px gray;
}