﻿html, body {
    background: #F1F1F1 fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
}

a {
    color: #af2c2b;
}
a:hover {
    text-decoration: none;
}
/* fine navigazione */
.body-content {
    padding-top: 80px;
}
/*---------------------------- log in----------------------------------- */
/*-----------------------------------------------------------------------*/
.wrapper .alert {
    height: fit-content;
    max-height: 50%;
    margin-bottom: 0px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: left;
}
@media (min-width: 992px) {
    .wrapper .alert {
        width: 67%;
        position: fixed;
    }
}
@media (min-width: 1200px) {
    .wrapper .alert{
        width: 75%;
    }
}
.wrapper {
    height: 100%;
    background-image: url('../images/bg_giuneco.jpg');
    background-position: center;
    background: cover;
}
.wrapper div{
    height: 100%;
}
.wrapper div.input-group{
    height: unset;
}
img.logo {
     /*width: 90%;*/
    max-width: 320px;
    height: 150px;
    max-height: 200px;
    margin: 0px auto 50px auto;
    border: 0px solid #000000;
    background-image: url('../images/logo_giuneco.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
}
div.col-nopadding{
    padding: 0px;
}
div.logdiv {
    background-color: #FFFFFF;
    padding: 40px 20px;
    border-top: 15px solid #af2c2b;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(90,90,90,0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(90,90,90,0.30);
    box-shadow: 0px 0px 10px 0px rgba(90,90,90,0.30);
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    height: 100%;
}

form {
    display: block;
}

div.form-group {
    text-align: left;
    height: 60px;
    margin-bottom: 5px;
}

span.field-validation-valid {
}

.btn {
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
}

.btn-login {
    background-color: #af2c2b;
    color: #FFFFFF;
}
.btn-login:hover {
    background-color: #db1515;
    color: #FFFFFF;
}
.btn-cancel{
    background-color: rgba(90,90,90,0.30);
    color: #FFFFFF;
}
.btn-cancel:hover {
    background-color: #333333;
    color: #FFFFFF;
}
/* fine log in */
/*--------------------------------LOGOUT----------------------------------*/
.lgdout {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 50px;
    padding: 100px 30px;
}
/* footer */
footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 60px;
    width: 100%;
    background: #af2c2b;
    line-height: 4;
    padding: 0 30px;
    color: #FFFFFF;
}
footer a{
    color: #FFFFFF;
}
footer a:hover{
    color: #ff6a00;
}
p.pby {
    float: right;
}

/*eye icons*/
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?pb5goh');
    src:  url('fonts/icomoon.eot?pb5goh#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?pb5goh') format('truetype'),
    url('fonts/icomoon.woff?pb5goh') format('woff'),
    url('fonts/icomoon.svg?pb5goh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
    content: "\e9ce";
}
.icon-eye-blocked:before {
    content: "\e9d1";
}
/*----------------------------------LOGIN CENTRATO---------------------------*/
.center_login {
    background-color: #fff !important;
    max-width: 425px;
    margin: 0 auto;
    text-align: left;
    padding: 46px;
    border: 1px solid #b4c8d3;
    margin-top: 90px;
    color: #7a7a7a;
}
.logo_img{
    max-width: 100%;
}
.center_login div.form-group {
    text-align: left;
    height: unset;
    margin-bottom: 8px;
}

/*used to hide edge's pwd reveal button*/
::-ms-reveal {
    display: none;
}