html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    background-image: url(../images/sfondo_home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body.som, body.cash {
    background-image: url(../images/bg_cash.jpg);
}
.logo-login{
    width: 252px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/logo_cedi_big.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

body.som .logo-login{
    background-image: url(../images/logo_cedi.png);
}
body.cash .logo-login{
    background-image: url(../images/logo_carico.png);
}

.hero {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    /*
    filter: blur(4px);
    -webkit-filter: blur(4px);
    */
}

.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
