﻿body {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    background-image: url('Images/bg_body.png');
    background-repeat: repeat;
}

.mainSection {
    position: absolute;
    max-width: 50%;
    min-width: 40%;
    height: fit-content;
    left: 25%;
    top: 25%;
    margin-top: -150px;
    margin-left: -250px;
    border: 2px solid #1d7bbf;
    padding: 0 0 20px 0;
    background-color: #fafafa;
    margin: 0rem;
}

    .mainSection.single-content {
        padding: 20px;
    }

.pageSingleMessage {
    /*text-align: center;*/
}

.messageBox {
    position: absolute;
    max-width: 50%;
    min-width: 40%;
    left: 25%;
    top: 25%;
    margin-top: -150px;
    margin-left: -250px;
    border: 2px solid #1d7bbf;
    background-color: #fafafa;
    margin: 0rem;
}

    .messageBox .title, .mainSection .title {
        background-color: #1d7bbf;
        width: 100%;
        margin-bottom: 20px;
    }

        .messageBox .title .content, .mainSection .title .content {
            color: White;
            font-weight: bold;
            padding-left: 15px;
            padding-top: 5px;
            padding-bottom: 5px
        }

    .messageBox .content, .mainSection .content {
        padding: 0 20px 20px 20px;
    }

    .messageBox > .content,
    .mainSection > .content {
        padding-right: 15%;
    }

    .messageBox .title .content h1, .mainSection .title .content h1 {
        margin: 0;
        font-size: larger;
    }

.mainSection.single-content h1 {
    margin-top: auto;
    font-size: larger;
}

.messageBox > .content.error .back {
    padding-top: 5px;
}

input {
    border: #222222 solid 1px;
    margin-top: 5px;
    padding: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

#LoginButton {
    margin-right: 30px;
    float: right;
    padding: 5px 30px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-text-shadow: 1px 1px 1px #ffffff;
    text-shadow: 1px 1px 1px #ffffff;
    background: #dddddd;
    background: -moz-linear-gradient(center bottom, #dddddd 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(bottom, #dddddd, #f7f7f7);
    background: -o-linear-gradient(#f7f7f7, #dddddd);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #f7f7f7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dddddd', GradientType=0);
    border: solid 1px #818181;
}

.footer {
    position: absolute;
    left: 80%;
    top: 90%;
    color: #D8D8D8;
    font-size: 12px;
    font-weight: bold;
}

.rounded-corners {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
}

.rounded-corners-top {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box-shadow {
    -moz-box-shadow: 0 0 3px #858585;
    -webkit-box-shadow: 0 0 3px #858585;
    box-shadow: 0 0 3px #858585;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color='#858585')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#858585');
}

#PinTextBox {
    width: 100%;
}
