/*
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 : 1.2.2018, 16:57:26
    Author     : Rumu
*/
:root {
  --content-width: 990px;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
    font-family: "Open Sans";
}

.bodyContainer {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.bodyContainer h2 {
    margin: 0px auto 0px auto;
    padding: 10px 0px 10px 0px;
    width: 400px;
    background-color: #8a8d8e;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.bodyContainer img {
    margin: 50px auto 10px auto;
    width: 400px;
}

#loginBox {
    margin: 0px auto 0px auto;
    padding-top: 20px;
    width: 400px;
    overflow-x: auto;
    border: 1px solid #eee;
    text-align: left;
}

#loginBox img {
    width: 94%;
    margin: 3%;
}

#loginBox div {
    width: 26%;
    padding-right: 2%;
    text-align: right;
    float: left;
    font-size: 14px;
}

#loginBox input {
    width: 67%;
    padding: 4px 2px 4px 2px;
    margin-bottom: 5px;
    font-size: 14px;
}
#loginBox input[type=submit] {
    width: 67%;
    padding: 10px 2px 10px 2px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}



.submitButton {
    background-color: #8a8d8e;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 6px 2px 6px 2px;
    margin-bottom: 5px;
    border: 0px;
    font-size: 14px;
    cursor: pointer;
}

.submitButton:hover {
    background-color: #1c6e98;
    color: #fff;
}

.containerTacr {
    margin: 100px auto 10px auto;
    height: 120px;
    width: 1020px;
    font-size:  14px;
    color: #666;
    line-height: 1.8;
}

.containerTacr img {
    height: 120px;
    width: 120px;
    margin: 0px;
    float: left;
}

.containerTacrLeft {
    margin:33px 50px 0px 0px;
    width: 400px;
    text-align: right;
    float: left;
}
.containerTacrRight {
    margin:33px 0px 0px 50px;
    width: 400px;
    text-align: left;
    float: left;
}