﻿body {
    /*background: url(../images/sfondo_login_page_bn.jpg) no-repeat fixed;*/
    background-size: cover;
    background-position: 50%;
    color: #212529;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    letter-spacing: .01em;
}

.pageContainer {
    -moz-border-radius: 5px;
    /* firefox */
    -webkit-border-radius: 5px;
    /* safari, chrome */
    border-radius: 5px;
    background-color: white;
    width: 50%;
    min-width: 500px;
    padding: 8px;
    margin: 0 auto;
    border: 1px solid #cbcbcb;
}

.documentContainer {
    margin: 20px
}

.heading {
    font-weight: 400;
    text-align: center;
    background-color: #b5b4b4;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 15pt;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 25px;
    color: #272727;
    padding: 10px 20px;
    text-align: center;
}

.lblLeft {
    margin: 1px 0px 0px 0px;
    padding: 2px;
    font-size: 15px;
    text-align: left;
    color: #787d81;
    background-color: transparent;
    vertical-align: text-bottom;
    top: 1px;
    left: 0px;
}

.txtLeft {
    padding: 4px;
    font-size: 13px;
    width: 50%;
    text-align: left;
    color: #787d81;
    background-color: white;
}

    .txtLeft:hover {
        padding: 4px;
        border: 1px solid #f3d64a;
        font-size: 15px;
        text-align: left;
        color: #787d81;
        background-color: white;
        -webkit-box-shadow: inset 0 1px 1px rgba(212,4,4,.075), 0 0 5px rgba(153,0,0, 0.6);
        box-shadow: inset 0 1px 1px rgba(212,4,4,.075), 0 0 5px rgba(153, 0, 0, 0.6);
    }

    .txtLeft:focus {
        padding: 4px;
        border: 1px solid #f3d64a;
        font-size: 15px;
        text-align: left;
        color: #787d81;
        background-color: white;
        -webkit-box-shadow: inset 0 1px 1px rgba(212,4,4,.075), 0 0 5px rgba(153,0,0, 0.6);
        box-shadow: inset 0 1px 1px rgba(212,4,4,.075), 0 0 5px rgba(153, 0, 0, 0.6);
    }

.messBox {
    width: 80% !important;
    height: 200px
}


h2 {
    font-size: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
    color: #212529;
    text-transform: none;
    margin-top: 0;
    margin-bottom: .8em;
    line-height: 1.2;
}

.checkBox {
    display: inline;
    font-size: 14px !important
}

.buttonContainer {
    margin: 0 auto;
    text-align: center;
}

.buttonContattaci {
    background-color: #b5b4b4;
    width: 50%;
    height: 5%;
    font-size: 22px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 15pt;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 25px;
    color: #272727;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
}

    .buttonContattaci:hover {
        background-color: #dadada;
    }

/*p {
    font-size: 15px;
    display: block;
    line-height: 1.75em;
}

p {
    margin: 0 0 10px;
}*/
