﻿.homePage {
    background-color: #fff;
    clear: both;
    padding-bottom: 50px;
    min-height: 550px;
}

.homeTitle {
    margin-top: 50px;
    font-size: 34px;
    font-weight: normal;
    color: #607284;
    text-align: center;
    margin-bottom: 30px;
}

.homeFirstText {
    font-size: 16px;
    color: #607284;
    margin-bottom: 15px;
    width: 850px;
    float: left;
    min-height: 161px;
}

.homeFirstImage {
    background-image: url('../images/ksaplwstra.svg');
    background-repeat: no-repeat;
    height: 94px;
    width: 100px;
    background-position: top right;
    float: right;
    margin-top: 20px;
}

.homeLoginImage {
    background-image: url('../images/gavel-for-home.svg');
    background-repeat: no-repeat;
    height: 120px;
    width: 124px;
    background-position: top right;
    float: left;
}

.homeloginlink {
    font-size: 16px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    background-color: #036;
    padding: 7px 0px 8px 0;
    width: 230px;
    cursor: pointer;
    margin-top: 20px;
}

.homelogintext {
    font-size: 16px;
    color: #607284;
    margin-left: 50px;
}
