body {
  background-color: #2e4f61;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.header{
  background-color: black;
  color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
 
}

.footer {
  background-color: black;
  color: white;
  width:100%;
  position: absolute;
  bottom: 0;
  align-items: center;
  text-align: center;
}

.header .column {
  border-right: 1px solid white;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
}

/*.footer .column {
  height: 100%;
  align-items: center;
  text-align: center;
}*/

.header .column:last-child, .footer .column:last-child {
  border-right: none;
}

.column-1, .column-5 {
  flex: 1;
}

.column-2, .column-4 {
  flex: 1.5;
  justify-content: center;
  display: flex;
  align-items: center;
}

.column-3 {
  flex: 7;
  display: flex;
  justify-content: space-between;
}

.scritta-sinistra{
  color: #ffffff;
  font-family:'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.scritta-destra{
  color: #ffffff;
  font-family:'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.versione{
  color: #ffffff;
  font-family:'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.login-box {
  display: flex;
  margin-top: 12rem;
}

.vertical-line {
  border-left: 1px solid white;
  margin: 0 1rem;
}

.column-content-1 {
  flex-direction: column;
  justify-content: center;
  margin-top:6px;
}
.column-content-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top:7px;
}
.column-content h4 {
  margin: 0;
}

.column-content p {
  margin: 0;
}

.titolo-intero {
  color: #ffffff;
  font-family:'Montserrat', sans-serif;
  font-weight: 200;
  text-align: right;
  font-size: 3rem;
  line-height: 103%;
}

.titolo-acronimo {
  color: #ffffff;
  font-family:'Montserrat', sans-serif;
  text-align: right;
  font-size: 3rem;
  line-height: 150%;
}

.nome {
  color: #ffffff;
  font-family:'Montserrat', sans-serif;
  text-align: right;
  font-weight: 200;
  font-size: 1rem;
} 

.password {
  color: #ffffff;
  font-family:'Montserrat', sans-serif;
  text-align: right;
  font-weight: 200;
  font-size: 1rem;
}

.input-nome-utente{
  background-color: transparent !important;
  border-radius: 1rem !important;
  border-color: #fff !important;
  width: 100% !important;
}

.input-password{
  background-color: transparent !important;
  border-radius: 1rem !important;
  border-color: #fff !important;
  width: 100% !important;
}
      
.div-nome{
  margin-top:39px !important;
  margin-bottom: 28px !important;
}

.pulsante-accedi{
  background-color: transparent !important;
  border-radius: 4rem !important;
  border: 1px solid #ffffff !important;
  width: 100% !important;
  padding: 5px !important;
  color: #fff !important;
  font-family:'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
}

.pulsante-accedi:hover{
  background-color: #ffffff !important;
  border-radius: 4rem !important;
  border: 1px solid #ffffff !important;
  width: 100% !important;
  padding: 5px !important;
  color:  #2e4f61 !important;
}

/*.footer{
  margin-top: 12.3rem;
}*/

.informativa{
  padding: 1rem !important;
  color: #ffffff;
  font-family:'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 1rem;
}

span.error, small.error {
  display: block;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #EF5F62;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}



/* codice css vecchio html, body {
    height: 100%;
    background: #F7F7F7;
}

.main {
    height: 100%;
    width: 100%;
    display: table;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    /*background-attachment: scroll, scroll,	fixed;
    background-color: #2e4f61;
    background-position: bottom center, top left,	center center;
    background-repeat: repeat-x,	repeat, no-repeat;
    background-size: 3200px 460px,	auto, cover;
    color: rgba(255, 255, 255, 0.8);
    padding: 10em 0 20em 0;
    position: relative;
    text-align: center;
}
#login {
    width: 23%;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
    /* padding: 15px; */
    /* border: 1px solid #dcdcdc; */
    /* border-radius: 10px; */
    /* background-color: white;
}
#login-form{padding: 50px;padding-top: 330px;}
.login-button{margin-top: 20px !important;}
.login-input{margin-top: 15px !important;}
.logo-login{

    min-height: 88px;

    background: rgb(23, 78, 117);

    background: -moz-linear-gradient(top, rgba(23, 78, 117, 1) 1%, rgba(30, 96, 145, 1) 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(23, 78, 117, 1)), color-stop(100%, rgba(30, 96, 145, 1)));

    background: -webkit-linear-gradient(top, rgba(23, 78, 117, 1) 1%, rgba(30, 96, 145, 1) 100%);

    background: -o-linear-gradient(top, rgba(23, 78, 117, 1) 1%, rgba(30, 96, 145, 1) 100%);

    background: -ms-linear-gradient(top, rgba(23, 78, 117, 1) 1%, rgba(30, 96, 145, 1) 100%);

    background: linear-gradient(to bottom, rgb(11, 82, 160) 1%, rgb(2, 115, 185) 100%);

    width: 100% !important;

    margin: 0 !important;

    border-top-right-radius: 10px;

    border-top-left-radius: 10px;

    font-size: 31px;

    line-height: 2.8125rem;

    margin: 7% 0% 0% 0%;

    font-family: 'montserratregular' !important;

    color: white;

    padding-top: 18px;
}

.button-group {
    position: relative;
    display: inline-block;
    margin: 1rem 0; }
.button-group:before {
    content: attr(data-grouptype);
    z-index: 99999;
    color: #999;
    display: block;
    font-size: 1rem;
    padding: 0.25em;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 42.5%;
    top: 0.35rem; }
.button-group button + button {
    margin-left: 5px; }
.button{border-radius: 5px !important;}
span.error, small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #EF5F62;
    color: #fff;
    border-radius: 5px;
}


@media all and (max-width:800px) {
    #login {
        width: 60%;
    }
}
@media (min-width: 800px) and (max-width: 1300px) {
    #login{
        width: 40%;
    }
}
@media (min-width: 1025px) and (max-width: 1300px) {
    .row .login-button{
        width: 100%;
    }
}
@media (min-width: 1300px) and (max-width: 1600px) {

    #login{
        width: 30%;
    }
    .row .login-button{
        /* width: 90%; 
    }
}
@media (min-width: 1600px) {
    .row .login-button{
        width: 100%;
    }
}

.coral-bg {
    width: 130px;
}

.logo_block {
    width: 63%;
    text-align: center;
    margin-left: 17%;
}
.login_txt {
    float: right;
    padding-top: 4px;
}
.circle_img{
    width: 42.5px;
    height:42.5px;
    border-radius: 100px;
}
span.vr-logo-txt {
    width: 50%;
    font-size: 12px;
    float: right;
    line-height: 17px;
    padding-top: 9px;
}
.row.bms-string {
    text-align: center;
    font-size: 11px;
    font-style: italic;
    font-weight: 100;
}
.unitn-logo {
    width: 110px;
}


.row .login-button{margin: 0px !important;padding-top: 10px;}

div#header-logo {
    z-index: 1000000;
    padding: 30px;
    position: absolute;
}

div#header-logo > img {

    height: 100px;
}

span.prefix {
    border-radius: 5px 0px 0px 5px;
    background: white;
    border: 0px transparent;
}

input[type="text"] {
    border-radius: 0px 5px 5px 0px;
    background: white;
    border: 0px transparent;
    box-shadow:none;
    font-size: 20px;
}

input[type="password"] {
    border-radius: 0px 5px 5px 0px;
    background: white;
    border: 0px transparent;
    box-shadow:none;
    font-size: 20px;
}
input#jcore-login-button {
    width: 100%;
    /* text-shadow: 0 0 black; 
    font-size: 20px;
}
div#login-btn-container {
    padding: 0px;
}*/
