body{
    margin: 0;
    height: 100%;
    width: 100%;
    color: #7C7C7C;
    font-family: 'Lato', sans-serif;
}

*{
    padding: 0;
    margin: 0;
}

#login-content{
    margin-top: 5%;
}

.row{
    height: 45%;
    display: block;
    position: absolute;
    width: 100%;
}

.column{
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.login-filler{
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
}

.login-logo{
    width: 180px;
    margin-right: 230px;
}

.align-right{
    text-align: right;
}

.align-left{
    text-align: left;
}

h1{
  color: #E74F0B;
}

.error{
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #E74F0B;
  font-size: 11px;
  width: 251px;
}

form{
    margin-left: 0px;
    max-width: 500px;
}

form fieldset{
    float: left;
    border: none;
    margin-right: 25px;
}

form label{
    display: block;
    margin-bottom: 4px;
}

form input[type="password"], form input[type="text"]{
    display: block;
    padding: 7px 7px;
    font-size: 14px;
    margin-bottom: 15px;
    width: 233px;
}

form input[type="submit"] {
    background-color: #E74F0B;
    color: #fff;
    border: none;
    outline: none;
    padding: 7px 25px;
    font-size: 16px;
}

form input[type="submit"]:hover{
    cursor: pointer;
    background-color: #E24A0E;
}

form a{
    color: #7C7C7C;
    line-height: 32px;
    font-size: 11px;
    float: right;
}
form a:hover{
    color: #333;
}

.pic-block{
    height: 100%;
    width: 32%;
    display: inline-block;
    background-size: 100%;
    float: left;
}

.pic-block:nth-of-type(1){
    background-image: url('images/p1.jpg');
}
.pic-block:nth-of-type(2){
    width: 36%;
    background-image: url('images/p2.jpg');
}
.pic-block:nth-of-type(3){
    background-image: url('images/p3.jpg');
}

#login-overlay{
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    background-image: url('images/overlay.png');
    border-top: 10px solid #E74F0B;
}

#login-rights{
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 10px;
}
