body {
    font-family: arial, tahoma, verdana;
    color: #fff;
    font-size: 9pt;
}

html, body, #bg, #bg table, #bg td, #cont {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

a.bigger {
    text-decoration: underline;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
}

form {
    margin: 0px;
    padding: 0px;
}

.alignCenter {
    text-align: center;
}

.cleaner {
    clear: both;
}

#bg {
    position: fixed;
}

#bg div {
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
}

#bg td {
    text-align: center;
    vertical-align: middle;
}

#bg img {
    margin: 0 auto;
    min-height: 50%;
    min-width: 50%;
}

#cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: auto;
    margin: 0 auto;
}

.cont-inner {
    margin: 0 auto;
    width: 780px;
    padding: 50px;
    padding-bottom: 100px;
    font: 1em sans-serif;
}

h1 {
    text-indent: -99999px;
    margin: 0 auto;
    display: block;
    width: 294px;
    height: 93px;
}

h1 a {
    display: block;
    background: url('logoBesoft.png') center center no-repeat;
    width: 294px;
    height: 93px;
}

#left-col {
    float: left;
    padding: 10px;
    width: 379px;
}

#right-col {
    float: right;
    padding: 10px 10px 10px 20px;
    height: 250px;
    width: 300px;
    margin-top: 6em;
    background: url('separator.gif') left top repeat-y;
}

#left-col ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#left-col ul li {
    background: url('Right_16_2.png') left center no-repeat;
    padding: 0px 0px 0px 23px;
    line-height: 26px;
    vertical-align: middle;
    font-size: 10pt;
    font-weight: bold;
}

#left-col h2 {
    text-indent: -99999px;
    background: url('logoEklient.png') center center no-repeat;
    width: 225px;
    height: 53px;
    margin: 0 auto;
}

#footer {
    text-align: center;
    padding: 50px 0px 0px 0px;
    color: #a4d8fe;
}

label {
    font-size: 20px;
    display: block;
    margin-top: 10px;
}

.input-text {
    border: 3px solid #1673ae;
    padding: 5px 3px;
    width: 200px;
    margin-top: 2px;
    font-size: 12pt;
}

.input-submit {
    background: #1d7caa;
    padding: 5px 0px;
    margin: 15px 0px 0px 5px;
    width: 100px;
    color: white;
    font-weight: bold;
    border-top: 2px solid #9EC9DA;
    border-left: 2px solid #5AA6CA;
    border-right: 2px solid #103F53;
    border-bottom: 2px solid #103F53;
}

.input-submit:hover {
    color: #FEFB04;
}

.error {
    color: #ff6600;
    padding: 5px 0px 0px 0px;
}

.info {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    background-color: #0D8BBD;
    border-radius: 20px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.36);

}
