﻿html, body {
    padding: 0;
    margin: 0;
    font-family: Lato,Helvetica,Arial,sans-serif;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

html {
    /*background: url('/Sonorgas.Frontend/Content/Images/img_login_clientes_20160926.jpg') no-repeat center center fixed;*/
    background: url('../Images/img_login_clientes.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
/*#region #layout_utilizadores*/
/*#layout_utilizadores {
    background: url('/Sonorgas.Frontend/Content/Images/img_login_clientes_20160926.jpg') no-repeat;   
    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;
}

    #layout_utilizadores .header > img {
        height: 120px;
        vertical-align: middle;
    }

.wrapper {
    padding-top: 150px;
    padding-bottom: 50px;
    overflow-y: auto;
}

#layout_utilizadores .footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f2f2f2;
    color: #0b6472;
    position: fixed;
    bottom: 0;
}

#layout_utilizadores .header .ambiente {
    position: absolute;
    width: 100%;
    color: white;
    text-align: center;
    background-color: red;
    line-height: normal;
}
/*#endregion*/

/*#region #form_registo*/
#form_registo {
    width: 800px;
}
/*#endregion*/

/*#region .form_utilizadores*/
.form_utilizadores {
    margin: 0px auto;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    width: 400px;
}

    .form_utilizadores  .title {
        color: #0b6472;
        font-weight: bold;
        font-size: 1.2em;
        border-bottom: 2px solid #0b6472;
        padding-bottom: 0.5em;
    }

.form_utilizadores_table {
    display: table;
    width: 100%;
}

    .form_utilizadores_table label {
        color: #343333;
        font-weight: bold;
        font-size: 14px;
    }

    .form_utilizadores_table a {
        text-decoration: none;
    }

    .form_utilizadores_table .row {
        display: table-row;
    }

        .form_utilizadores_table .row > div {
            display: table-cell;
            padding-top: 0.5em;
        }

    .form_utilizadores_table.col2 .row > div:first-of-type {
        width: 50%;
    }

        .form_utilizadores_table.col2 .row > div:first-of-type > div {
            margin-right: 10px;
        }

    .form_utilizadores_table.col2 .row > div:last-of-type > div {
        margin-left: 10px;
    }

    .form_utilizadores_table .buttons > button:first-of-type {
        float: left;
    }

    .form_utilizadores_table .buttons > button:last-of-type {
        float: right;
    }
/*#endregion*/

/*#region .validator*/
.validator {
    color: red;
    font-size: 0.8em;
}

    .validator.floated {
        float: right;
    }
/*#endregion*/
