html {
    height: 100%;
}

body {
    font-size: 8pt;
    font-family: arial, sans-serif;
    color: #545454;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #a3bcd6;
    background-image: url('../../images/login/bodyBg.jpg');
    background-repeat: repeat-x;
    background-position: top;
}

a, a:visited, a:hover, a:active {
    color: #545454;;
}

#logoHtmlTop {
    position: absolute;
    top: 0px;
    left: 0px;
}

#centerFormPaddingTop {
    background: url('../../images/login/centerFormPaddingTop.png') 0% 0% no-repeat;
}

#centerFormPaddingRight {
    background: url('../../images/login/centerFormPaddingRight.png') 100% 0% no-repeat;
}

#centerFormPaddingBottom {
    padding-top: 14px;
    padding-right: 22px;
    padding-bottom: 30px;
    background: url('../../images/login/centerFormPaddingBottom.png') 100% 100% no-repeat;
}

#centerForm {
    width: 429px;
    margin: 0 auto;
    margin-top: 12%;
    font-size: 14px;
    font-family: arial, sans-serif;
}

#centerFormTop {
    background-image: url('../../images/login/centerFormTopBg.png');
    background-repeat: no-repeat;
    height: 65px;
    border-bottom: 1px solid #ffffff;
    border-radius: 6px 6px 0 0;
}

#centerFormMiddle {
    background-image: url('../../images/login/centerFormMiddleBg.png');
    background-repeat: repeat-x;
    padding: 20px;
}

#centerForm .dd, #centerForm .ddTitle, #centerForm span.ddTitleText {
    font-size: 14px;
}

.hr {
    background-image: url('../../images/login/centerFormMiddleHrBg.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 4px;
    margin: 20px 0 20px 0;
}

label {
    float: left;
    clear: left;
    width: 150px;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
}

input[type=text], input[type=password], select {
    width: 194px;
    margin: 5px 0 5px 0;
    border: 1px solid #c3c3c3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 1px 3px 1px 3px;
    height: 22px;
    background: url('../../images/login/inputBg.png') repeat-x;
    color: #545454;
    font-family: arial, sans-serif;
    font-size: 14px;
}

select {
    width: 202px; /* wyrównanie do szerokości inputów */
}

div.fieldWrapper {
    min-height: 26px;
    margin: 5px 0 5px 0;
}

input[type=submit], input[type=button] {
    color: #ffffff;
    background-color: #212830;
    background-image: url("../../images/forms/button_bg.png");
    background-repeat: repeat-x;
    border: 1px solid #6b7179;
    border-radius: 6px 6px 6px 6px;
    padding: 3px 12px 3px 12px;
    font-size: 14px;
}

input[type=submit]:hover, input[type=button]:hover {
    cursor: pointer;
    background-color: #d4d4d4;
    background-image: url('../../images/forms/button_hover_bg.png');
    color: #4d4d4d;
    border: 1px solid #b1b1b1;
}

#crm7Logo {
    margin: 10px;
    margin-left: 20px;
}

#zalogujBtn {
    float: right;
    background: url('../../images/login/btn_crm7_login_empty.png') no-repeat top left;
    background-size: 100px;
    width: 100px;
    height: 42px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-right: 13px;
}
#zalogujBtn div, #zalogujGoogleBtn div{
    float: right;
    width: 66px;
    font-size: 14px;
    color: #757575;
    overflow-wrap: anywhere;
}

#googleSigninForm {
    float: right;
    display: inline;
    text-align: center;
}

#zalogujGoogleBtn {
    background: url('../../images/login/btn_google_login_empty.png') no-repeat top left;
    background-size: 100px;
    width: 100px;
    height: 42px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-right: 6px;
}

#googleSigninForm img {
    width:100px;
}

#footer {
    height: 49px;
    width: 100%;
    background-color: #75a3d3;
    background-image: url('../../images/login/footerBg.png');
    background-repeat: no-repeat;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
}

#footer p {
    padding: 7px;
    display: inline;
}

#footer #conowego {
    display: inline-block;
    font-weight: bold;
}

#footer .copyright {
    float: left;
}

.appVersion {
    float: right;
    padding: 15px;
}

#centerForm .appVersion {
    color: #6b9ed2;
}

.error {
    font-weight: bold;
    color: red;
}

.centerFormUpDown {
    min-width: 450px;
    margin: 0 auto;
    text-align: center;
}

#sync_desc {
    color: rgb(60, 60, 60);;
    font-size: 11px;
    margin: 5px 0px;
}

#sync_progressbar {
    height: 14px;
    width: 298px;
    border: 1px solid black;
    padding: 1px;
    margin: 0px auto;
    text-align: left;
}

#sync_progress {
    background-color: rgb(66, 115, 148);
    height: 14px;
    width: 1px;
    margin: 0px;
}

#sync_lastdate {
    margin: 10px 0px;
}

#sync_trigger {
    margin-top: 5px;
}

#sync {
    display: none;
}

.warning {
    color: red;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

#centerForm * .dd .ddTitle {
    border: 1px solid #C3C3C3;
}

#checkAuthorSite {
    display: block;
    padding: 10px;
    font-size: 16px;

}

#checkAuthorSite a {
    font-weight: bold;
    color: #6B9ED2;
}

#passwordResetLinkContainer {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 20px;
    right: 10px;
    font-size: 12px;
}

#passwordResetSendCodeContainer {
    text-align: right;
}
