
    .form-signin {
      max-width: 400px;
      padding: 15px;
    }
    .form-signin .form-signin-heading,
    .form-signin .checkbox {
      margin-bottom: 10px;
      text-align: center;
      font-family: Raleway;
    }
    .btn-block{
         font-family: Raleway;
    }
    .form-signin .checkbox {
      font-weight: normal;
    }
    .form-signin .form-control {
      position: relative;
      height: auto;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px;
      font-size: 20px;
    }
    .form-signin .form-control:focus {
      z-index: 2;
    }
    .form-signin input#u {
      margin-bottom: 5px;
    }
    .form-signin input[type="password"] {
      margin-bottom: 10px;
    }
    small.msg{
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
    form small.messages{
        display: flex;
        justify-content: center;
        text-align:center;
        margin-top: 15px;   
    }
    form small.messages > div{
        display: inline-block;
        width: 5.5rem;
        margin: 0 5px;
    }
    form small.messages > div span.alert{
        display: block;
        font-size: 40px;
        color: white;          
        padding: 5px;
        margin: auto;
        background-color: transparent;
        width: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*border: 1px solid white;*/
        margin-bottom: 5px;
    }
    
    div span.alert.alert-primary{/*background-color: #337ab7;*/border:none;}
    div span.alert.alert-danger{/*background-color: #d9534f;*/border:none;}
    div span.alert.alert-info{/*background-color: #5bc0de;*/border:none;}
    
    
    form small.messages > div{
        color: #222;
        font-size: 12px;
        color: #bcd9df;
        /*text-shadow: -1px 0 0 #bcd9df;*/
    }
    #error{
        margin: 0 auto 10px;
        padding: 10px 0;
        display: block;
        font-size: 12px;
        font-weight: normal;
    }#error span{
        font-weight: bold;
    }
    
    .container_logo{
        border: 5px solid #fff;
        width: max-content;
        max-width: 180px;
        padding: 5px;
        border-radius: 6px;
        margin: auto;
        line-height: 0;
    }
    
    .container_logo .logo{
        width: 100%;
        padding: 5px;
        border-radius: 3px;
        background-color: white;
        vertical-align: initial;
        height: 100%;
        object-fit: contain;
    }
    .ragsoc{
        display:block;
    }
    
    /* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 60px;
}
.footer .container {
    
}
.footer .container > span{
        display:block;
        text-align: center;
        color: #dfdfdf;
       /* height: 60px;*/
       line-height: 20px;
}
.footer .container > span a {
    color: #bcd9df;    
    font-weight: 500;
    text-decoration: none;
}

.footer .container > span a:hover {
    color: #0077bc;   
    font-weight: 500;
}
.footer .container > span a.vincentz {
    
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.footer .container > span a.vincentz span{
    color:orange;
    font-weight: 700;
}
.footer .container > span a.vincentz:hover {    
   color:white;
    font-weight: 700;
}



body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    height: 100vh;
    width: 100vw;
    background-color: #1d2c3f;
    min-height: 450px;
    overflow-x: hidden;
}

.titolo{
    color: #bcd9df;
    margin-bottom: 5px;
    margin-top: 50px;
}

.logo-titolo {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    margin-top: 25px;
    margin-bottom: -25px;
}

.form-signin {
    width: 100%;
    padding: 15px;
}
.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#u:-webkit-autofill
,.form-signin input#p:-webkit-autofill {
    background-color: #f0f8ff !important;
}

.form-control{
    color: white;
    background-color: #182331;
    border: 1px solid #586c86;
    text-align: center;
}

.form-control:focus {
    color: white;
    background-color: #253344;
    border-color: #80bdff;
}

.btn-success {
    color: #fff;
    background-color: #536e91;
    border-color: #8798ae;
    width: 100%;
}

.btn-success {
    color: #fff;
    background-color: #536e91;
    border-color: #8798ae;
}

.btn-success:hover, .btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    background-color: #8798ae;
    border-color: #8798ae;
    box-shadow: none;
}

.bg_left{
    height: 100%;
    width: calc(100% / 3);
    min-width: 350px;
    background-color: #324660;
    position: relative;
}

.bg_left .form-signin-heading{
    margin-top: 20%;
    text-align: center;
    padding: 0 70px;
}

.content{
    height: 100%;
    width: calc(100% / 3 * 2);
    display: flex;
    align-items: center;
    padding: 0 5%;
}



.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #586c86;
    border-radius: 0;
}

.form-control:focus {
    color: white;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.select_language {
    position: absolute;
    top: 20px;
    right: 25px;
}

.select_language :focus {
    background-color: #324660;
    color: white;
}

.descrizione {
    color: #e3e3e3;
    font-weight: normal;
    font-size: 20px;
    margin: 0;
}

.container_logo, .container_logo .logo{
    border-radius: 1000px;
}

#modal_section .modal-body {
    padding: 30px;
}

#modal_section .modal-body .btn{
    margin-top: 15px;
}

#modal_section .modal-body .btn:first-child{
    margin-top: 0;
}

#modal_section .modal-content {
    background-color: #324660;
}

#modal_section .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.titolo-404 {
    color: #AAA;
}
.descrizione-404 {
    color: white;
}

@media screen and (max-width: 767px) {
    body {
        flex-direction: column;
        margin-bottom: 160px;
        height: auto;
    }
    .bg_left {
        height: auto;
        width: 100%;
        position: initial;
    }
    .content {
        height: auto;
        width: 100%;
        padding: 0;
        justify-content: center;
        margin-top: 30px;
    }
    .bg_left .form-signin-heading {
        margin: 30px 0;
    }
    
    .select_language {
        top: initial;
        bottom: 120px;
        right: 50%;
        transform: translateX(50%);
    }
    
    .container_logo{
        margin-bottom: 20px;
    }
    
    .container_logo .logo {
        max-height: 150px;
    }
    
    .select_language {
        bottom: 95px;
    }
    
    .footer .container > span {
        color: #9f9f9f;
    }
    
    .bg_left .form-signin-heading{
        padding: 0 30px;
    }
}

/*ombre*/
.container_logo{
    box-shadow: 30px 20px 50px #20354f, -10px -20px 50px #4f6a8c; /*https://neumorphism.io/ colore2*/
}

.form-signin > button {
    box-shadow: 5px 5px 11px #192536, -5px -5px 11px #213348; /*https://neumorphism.io/ colore1*/
}

.neu{
    box-shadow: 5px 5px 10px #ddd, -5px -5px 10px #fff !important;
}