html,
body,
.table {
    height: 100%;
    font-family: "Roboto", sans-serif;
    
} 

body {
    font-size: .85em;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#f5f5f5, #f2f2f2);
    background: -o-linear-gradient(#f5f5f5, #f2f2f2);
    background: -moz-linear-gradient(#f5f5f5, #f2f2f2);
    background: linear-gradient(#f5f5f5, #f2f2f2);
    background: no-repeat center right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    
}

.table {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.box {
    display: none;
    width: 380px;
    box-sizing: border-box;
    padding: 1em;
    vertical-align: middle;
    
}

.box-container {
    padding: 20px;
    padding-left:5%;
    padding-right:5%;
    background: rgba(0, 0, 0, .2);
   
    box-shadow: 2px 2px 18px -1px black;
}

.box input {
    width: 100%;
}

h1,
h2,
h3 {
    line-height: 1em;
}

h1 {
    font-size: 4em;
    font-weight: 300;
    margin: 0 auto;
    color: #fff;
}

.margin {
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
}

.margin.error {
    margin-top: 0;
}

input[type=text],
input[type=password] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    font-size: 1.1em;
    box-sizing: border-box;
}

.input>input,
.login {
    -webkit-appearance: none;
    border-radius: 0;
}

.input {
    position: relative;
}

.input:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 1.5em;
    color: #5f5f5f;
}

.username:before {
    content: "\e7fd";
}

.email:before {
    content: "\f0e0";
}

.password:before {
    content: "\f042";
}

.username>input,
.email>input,
.password>input {
    padding-left: 40px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.last-input {
    border-top: 0 !important;
}

#capslockDiv {
	margin-top: 10px;
	display: block;
	visibility: hidden;
}

#capslockDiv span {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-weight: bold;
	color: #F8543A;
	background-color: white;
    padding: 3px 6px;
    border-radius: 1px;
    border: 1px solid #e0e0e0;
}

.checkbox-div {
    display: flex;
    margin-top: 10px;
    justify-content: left;
    align-items: center;
}

.checkbox {
    width: auto !important;
    
}

.checkbox-div label {

    margin-left: 5px;
    color: #fff;
    font-size: 0.8em;

}

.change-password-link {
    color: #fff !important;
    background-color: #5f5f5fbf;
    font-size: .9em;
    margin-top: 10px;
    display: inline-block;
}
/*
.change-password-link:hover {
    border-bottom: 2px solid #1B8EF9;
}
*/

.login {
    background: #1B8EF9;
    color: #fff !important;
    border: none;
    padding: 10px 0;
    font-size: 1.2em;
    width: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.input{
	color: #2D2D2D;
}
form input::placeholder {
  color: #B4B4B4;
}

.login:hover,
.login:focus {
    background: #1B8EF9;
	background: linear-gradient(90deg, #1B8EF9 0%, #3B62B9 100%);
}

.signup {
    background: transparent;
    color: #fff !important;
    border: none;
    padding: 10px 0;
    font-size: 1em;
    transition: background .35s ease-in-out;
    width: 20%;
    margin-left:40%;
    display: block;
    text-align: center;
    margin-top:10px;
}

.signup-fcb {
    background: #42b72a;
    color: #fff !important;
    border: none;
    padding: 10px 0;
    font-size: 1.2em;
    width: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.signup:hover,
.signup:focus {
    
    color: #000;
}

.recover-mail-send {
    padding: 40px;
    background: #2ecc71;
    color: #fff;
    text-align: left;
}

.recover-mail-send h2,
.token-error h2 {
    margin-top: 0;
}

.recover-mail-send p {
    margin: 0;
}

.token-error {
    text-align: left;
    color: #fff;
}

#email_piva {
    margin-bottom: 20px;
}

#password_2 {
    border-top: 0;
    margin-bottom: 20px;
}

.alert {
    margin: 20px auto;
    padding: 20px;
    text-align: left;
    color: #fff;
}

.alert.info {
    background: #5dade2;
}

.alert.success {
    background: #55d98d;
}

.alert.error {
    background: #F8543A;
}

.alert h2 {
    margin-top: 0;
}

.alert p {
    margin: 0;
}

.todayDate {
    float: left;
    color: #272727;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 1px 1px 9px -1px #b7b7b7;
}

.language {
    float: right;
    padding-right: 5px;
}

.cards-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: none;
}

.column-card {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    margin: 33px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .7);
    flex-basis: 33%;
}

.column-card:hover {
    transform: scale(1.15);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.6);
}

.card img {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card h2 {
    margin-top: 0px;
    font-size: 22px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.circle-avatar {
    display: block;
    height: 96px;
    width: 96px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    margin-bottom: 10px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


  .icon-input {
    position: relative;
    padding: 15px;
  }
  
  .icon-icon {
    position: absolute;
    left: 10px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
  }


@media (max-width: 750px) {
    .column-card {
        margin: 20px;
    }
}
@media (max-height: 600px) {
	body{
	overflow: auto;
	}
	}

@media (max-width: 500px) {
    .box {
        width: 100%;
    }
    .circle-avatar {
        height: 72px;
        width: 72px;
        background-size: 72px;
    }
    .card h2 {
        font-size: 14px;
    }
    .column-card {
        margin: 10px;
    }
}
