﻿html, body {
    padding: 0;
    margin: 0;
    font-family: Lato,Helvetica,Arial,sans-serif;
}

html {
    background: url('/GoldEnergy.FrontendAg/Content/Images/img_login_agente.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/*#region .layout_utilizadores*/
/*#layout_utilizadores {
    background: url('/GoldEnergy.FrontendAg/Content/Images/img_login_agente.png') no-repeat;
    background-size: contain;
    background-position-y: 100px;
    background-color: #f2f2f2;
    overflow: hidden;
}*/

    #layout_utilizadores .header {
        width: 100%;
        height: 100px;
        line-height: 100px;
        text-align: center;
        background-color: #f2f2f2;
        position: fixed;
        top: 0;
        z-index: 1000;
    }

        #layout_utilizadores .header > img {
            height: 72px;
            vertical-align: middle;
        }

        #layout_utilizadores .header .ambiente {
            position: absolute;
            width: 100%;
            color: white;
            text-align: center;
            background-color: red;
            line-height: normal;
        }

    #layout_utilizadores .footer {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #f2f2f2;
        color: #0b6472;
        position: fixed;
        bottom: 0;
    }
/*#endregion*/

/*#region .form_utilizadores*/
.form_utilizadores {
    margin: 150px auto 0px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    width: 400px;
}

    .form_utilizadores > .titulo {
        color: #0b6472;
        font-weight: bold;
        font-size: 1.2em;
        border-bottom: 2px solid #0b6472;
        padding-bottom: 0.5em;
    }
/*#endregion*/

/*#region .textbox_label*/
.textbox_label {
    font-weight: bold;
    font-size: 0.9em;
    color: black;
}

    .textbox_label.secondary {
        color: black;
    }

    .textbox_label.primary {
        color: #0b6472;
    }
/*#endregion*/

/*#region .form_row*/
.form_row {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .form_row.buttons {
        text-align: right;
    }

        .form_row.buttons.full {
            font-size: 0;
        }

        .form_row.buttons > div {
            margin-left: 20px;
            display: inline-block;
        }

        .form_row.buttons.full > div {
            margin: 0;
            display: inline-block;
            padding-left: 20px;
            box-sizing: border-box;
            font-size: 1rem;
        }
/*#endregion*/
