﻿:root {
    --background: #0a8580;
    --backgroundHover: #4da6a3
}

body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.form-signin {
    -webkit-box-align: center;
    align-items: center;
    background: var(--background);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

    .form-signin * {
        font-family: "Montserrat", sans-serif
    }

    .form-signin a {
        text-wrap: nowrap !important;
        color: #2BABB0 !important;
    }

    .form-signin::before {
        background-attachment: fixed;
        background-image: url(/Images/cerchi_concentrici.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0px;
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .form-signin form {
        -webkit-box-align: center;
        align-items: center;
        background: white;
        border: 1px solid rgba(144, 202, 249, 0.46);
        /* box-shadow: rgb(19 61 100) 6px 6px 20px 0px; */
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        height: fit-content;
        padding: 40px;
        -webkit-box-pack: center;
        justify-content: center;
        width: 500px;
        z-index: 1;
        position: relative;
        max-height: 900px;
    }

.paragraph_open {
    margin: 16px 0px;
    line-height: 1.5;
    color: #6A6A6A;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.paragraph_open_subtitle {
    margin: 0px 0px 24px;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    color: #6A6A6A;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.form-floating {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2d7da;
    width: 100%;
}

    .form-floating.NoBorder {
        border-bottom: none !important;
    }

.areaButton {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.form-floating label {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat";
    letter-spacing: 0px;
    color: #6A6A6A;
    text-transform: uppercase;
    top: -5px;
    text-wrap: nowrap;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    transform: none
}

.form-floating > input {
    top: 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: none;
    text-align: left;
    font: normal normal normal 12px / 15px Montserrat;
    letter-spacing: 0px;
    color: #6A6A6A;
    background-color: transparent;
    margin-bottom: 15px;
}

    .form-floating > input.inputBigTop {
        top: 12px !important;
    }

    .form-floating > input:focus {
        box-shadow: none;
        outline: none;
        background-color: transparent;
    }

.areaButton .btn-gaia {
    min-width: 120px;
    width: fit-content !important;
    height: 40px !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #2BABB0 !important;
    text-decoration: none;
    border-radius: 18px;
    padding: 9px;
    box-shadow: none;
    outline: none;
    border: none;
    margin-bottom: 15px;
}

    .areaButton .btn-gaia > img {
        width: 25px;
        height: 25px;
        left: 10px;
        position: absolute;
    }

    .areaButton .btn-gaia > span {
        text-transform: uppercase;
        letter-spacing: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 0px;
        font-family: "Montserrat", sans-serif;
        color: #ffff !important;
        margin-left: 25px;
    }

.areaButton #NotHaveAccount {
    font-family: "Montserrat", sans-serif;
    color: #2BABB0;
    text-transform: uppercase;
    text-decoration: none;
}

.form-signin .btn-default {
    float: right;
    background: transparent;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 9999;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: none;
}

.btn-gaia {
    background-color: var(--background) !important;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 17px;
    width: fit-content;
    height: 40px;
    display: flex;
    background-blend-mode: color;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

    .btn-gaia:focus {
        box-shadow: none;
        border: none;
    }

    .btn-gaia:hover {
        background-color: var(--backgroundHover) !important;
    }

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}


.box_button > button {
    margin-left: 1rem;
    margin-right: 1rem;
}


.spacer {
    height: 55px;
}

.form-check-inline {
    margin-inline: 12px;
}

input[name="Genere"] {
    accent-color: var(--background);
}

.form-check-input:checked {
    background-color: var(--background);
}

.logo {
    width: 70%;
}
