﻿@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400);

.navbar-fixed-top {
    z-index: 999;
}

#login-wraper {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 40%;
    left: 50%;
    display: block;
    margin-top: -185px;
    margin-left: -235px;
    padding: 25px;
    width: 420px;
    height: auto;
    background: white;
    text-align: center;
}

.login-form label {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: 300;
}

legend {
    font-family: sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.login-form legend {
    color: #333333;
    font-size: 36px;
}

#optionsDiv legend {
    font-size: 30px;
    color: inherit;
}

.login-form input {
    width: 220px;
}

.validationErrorDiv ul {
    list-style-type: none;
    margin-left: -30px;
    color: red;
}

.btlogin {
    margin: 10px;
    width: 100px;
}

.logotipo {
    background: url("images/logotipo.png") no-repeat center center;
    width: 285px;
    height: 50px;
}

@media only screen and (max-width: 500px) {
    #login-wraper {
        top: 80px;
        left: 0px;
        padding: 0px;
        margin: 0px;
        display: block;
        width: 100%;
    }
}

.fieldOK{
    border: 1px solid green !important;
}

.fieldNOK{
    border: 1px solid red !important;
}

h3.page-header,
h4.page-header {
    color: #ed4e00 !important;
}

h3.page-header::before,
h4.page-header::before{
    content: "# " !important;    
}



.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-width: 200px;
        max-width: 400px;
        padding: 40px;
    }

