﻿
body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #000;
    background-image: url("Images/page_background_top.jpg");
    background-position: top;
    background-repeat: repeat-x;
}

.clear {
    clear: both;
}

.aCenter {
    text-align: center;
}

.aLeft {
    text-align: left;
}

.aRight {
    text-align: right;
}



.page {
    width: 100%;
    height: 100%;
    text-align: center;
}

/******************************************************/



div.pageHeader img,
div.pageHeader * img {
    border: none;
}

div.pageHeader {
    padding-bottom: 10px;
    border: solid #000 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #2a2835;
    background-repeat: no-repeat;
}

    div.pageHeader > div {
        max-width: 1270px;
        display: block;
        margin: auto;
    }

#header-left {
    display: block;
    height: 85px;
    position: relative;
    left: 20px;
    top: 28px;
}

    #header-left .appName p {
        max-width: 525px;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }

@media only screen and (min-width: 600px) and (max-width: 1024px) {

    #header-left {
        height: 60px;
        top: 10px;
        left: 14px;
        margin-bottom: 10px;
    }

        #header-left .appName {
            font-size: 1.18rem;
            margin-top: 15px;
        }
}

@media only screen and (max-width: 599px) {

    #header-left {
        height: 40px;
        top: 10px;
        left: 10px;
        margin-bottom: 10px;
    }

        #header-left .appName {
            font-size: .68rem;
            margin-top: 0;
            line-height: 15px;
            max-width: 250px;
            text-align: left;
        }

            #header-left .appName p {
                display: table-cell;
                vertical-align: middle;
            }
}

.appName {
    display: table;
    font-size: 1.625rem;
    color: #fff;
    height: inherit;
    position: relative;
    left: 10px;
    line-height: 25px;
}

.logotype-image img, .logotype img {
    display: block;
}

.logotype-image img {
    float: left;
    height: 85px;
}

.logotype img {
    float: right;
    height: 45px;
}

@media only screen and (min-width: 1024px) {

    .logotype img {
        margin-right: 15px;
        margin-top: -13px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {

    .logotype {
        position: relative;
        bottom: 20px;
        right: 0;
        margin-right: 11px;
    }

    .logotype-image img {
        height: 60px;
    }

    .logotype img {
        height: 23px;
    }
}

@media only screen and (max-width: 599px) {

    div.pageHeader {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logotype {
        position: relative;
        bottom: 20px;
        right: 0;
        margin-right: 10px;
    }

    .logotype-image img {
        height: 40px;
    }

    .logotype img {
        height: 23px;
    }
}

/*****************************************************************/



.pageContent {
    display: flex;
    margin: 0;
    min-height: 455px;
    clear: both;
    background-image: url("/Content/app/resources/images/background.jpg");
    background-position: 50%;
    background-size: cover;
    line-height: 1.4;
    font-family: Lato, sans-serif;
    font-size: 1rem;
}



.pageFooter {
    display: block;
    clear: both;
    border: solid #000 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    color: #a1a1a1;
    font-size: 11px;
    text-align: center;
    background-color: transparent;
    background-image: url("Images/page_footer_hr_line.png");
    background-position: center top;
    background-repeat: no-repeat;
}



.contentBlock {
    border: solid #000 0;
    width: 700px;
    margin: auto;
}

.loginBlock {
    background-color: #2a2835;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
}

.pageContent form {
    position: relative;
    background-color: #2a2835;
    padding: 10px;
}

@media only screen and (min-width: 1025px) {
    .pageContent form {
        margin: auto;
        width: 610px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .pageContent form {
        margin: auto;
        width: 600px;
    }
}

@media only screen and (max-width: 599px) {
    .pageContent {
        min-height: 100px;
    }

        .pageContent form {
            width: 100%;
            padding: 0px;
        }
}

.loginBlockContent {
    background-color: #2a2835;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    margin-top: 3rem;
    margin: auto;
    border: 1px solid white;
}

.loginBlockTop {
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}


.loginBlockBottom {
    width: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}


.textBlock {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
    float: right;
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
    color: #797979;
    font-size: 11px;
    border: solid #000 0;
    background-color: transparent;
    background-image: url("Images/text_arrow.png");
    background-position: 0 13px;
    background-repeat: no-repeat;
}


.loginInfoBlock {
    text-align: left;
    color: #ffffff;
    position: absolute;
    top: 12px;
    background-color: #2a2835;
    padding: 5px;
    left: 30px;
}

@media only screen and (max-width: 599px) {
    .loginInfoBlock {
        top: 3px;
    }
}

div.inputBlock {
    clear: both;
    margin-bottom: 10px !important;
    text-align: left;
    color: #ffffff;
}


    div.inputBlock label {
        display: block;
        /*margin-left: 40px;
        float: left;
        color: #5e6972;
        font-weight: bold;
        line-height: 19px;*/
    }

.inputBlock input,
.inoutBlock select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #aec4d6 solid 1px;
    text-align: left;
}

.inputBlock input {
    margin-top: 5px;
    height: 30px;
    width: 100%;
    border: 0px solid transparent;
    outline: 0px;
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.buttonBlock {
    padding-bottom: 10px;
}

   div.buttonBlock input{
        float: right;
        display: block;
        margin-left: 30px;
    }

    div.buttonBlock input, div.buttonBlock2 input, div.buttonBlock2 a, .linkButtonGatewayPage {
        color: #41414b;
        cursor: pointer;
        padding: 0.5rem 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-color: white;
        border: 0px;
        transition: all linear 0.1s;
        font-family: Lato, sans-serif;
    }

        div.buttonBlock a { 
        float: right;
        display: inline;
        margin: 1rem 0;
        height: 32px;
        line-height: 32px;
        color: white;
        text-decoration: none;
    }

.buttonBlock2 {
    text-align: center;
    padding-bottom: 10px;
}

a.linkButtonGatewayPage {
    text-decoration: none;
}




a.cookiePageLink, a.cookiePageLink:visited {
    text-decoration: none;
    font-weight: bold;
    color: #A1A1A1;
}


    a.cookiePageLink:hover {
        text-decoration: underline;
    }

div.pageFooter img, div.header img {
    width: 100%;
    height: auto;
}

div.pageFooter img {
    margin-bottom: 1.5rem;
    max-width: 1004px;
}