﻿.gradient-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#58d29d, #3073ab, #0e20b5) !important;
}


.div-bianco {
    display: flex;
    width: 100%;
    height: 100vh;
    background: white;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.div-trasparente {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.div-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.div-group {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px;
}


input {
    height: 2rem;
    border-radius: .5rem;
    border: none;
}

.centred-icon {
    margin-top: 3px;
    margin-left: 5px;
}


.grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
}

.column1 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.column2 {
    grid-column-start: 2;
    grid-column-end: 3;
}

.image-container {
    width: 80%;
    height: 80%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image {
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
