/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 31, 2018, 12:37:23 PM
    Author     : pierros
*/
html {
  width: 100%;
  height: 100%;    
}
body {
  /*background-image: linear-gradient(to left top, #17a2b8, #14abc4, #12b3d1, #11bcde, #12c5eb);*/
  /*height: 100vh;*/
  background-image: url(https://sharepoint.netpoint-sa.gr/img/ISP_WallthemeF.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
#login .container #login-row #login-column .login-box {
  margin-top: 120px;
  max-width: 600px;
  height: 320px;
  border: 1px solid #9C9C9C;
  /*background-image: linear-gradient(to bottom, #aec1c3, #a9b5b7, #bcc5c6, #cfd5d5, #e3e5e5);*/
}
#login .container #login-row #login-column .login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column .login-box #login-form #register-link {
  margin-top: -85px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.outer {
  position: relative;
  width: 100%;
  height: 100%;
  /*background: #BADA55;*/
}
.outer .containerr {
/*  background-color: #f3f3f3;
  color: #663399;*/
  padding: 15px 25px;
 width: 100%;
/*   max-width: 300px;*/
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.outer1{
    background-color: #205f7a99;
    border-radius: 20px;
}

footer{
   background-color: #42455866;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    text-align: center;
    color: whitesmoke;
}

footer p {
    padding: 10.5px;
    margin: 0px;
    line-height: 100%;
}

.pierpdfclass{
    
}