﻿:root {
    --background: #0a8580;
    --backgroundHover: #4da6a3
}

html {
    height: 100%;
}

body {
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    background: url('./images/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.form-signin {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

    .form-signin * {
        font-family: "Roboto Serif", sans-serif !important;
        font-size: 12px;
    }

    .form-signin a {
        text-wrap: nowrap !important;
        color: #2BABB0 !important;
    }

    .form-signin::before {
        bottom: 0px;
        content: "";
        height: 100%;
        width: 65%;
        z-index: 0;
    }

    .form-signin form {
        -webkit-box-align: center;
        align-items: center;
        backdrop-filter: blur(800px);
        background-image: linear-gradient(to bottom right, rgba(242, 242, 242, 0.50), rgba(242, 242, 242, 0.25), rgba(242, 242, 242, 1));
        box-shadow: inset 0 0 50px 10px rgba(255, 255, 255, 0.3), inset 0 0 20px 5px rgba(255, 255, 255, 0.4), 4px 2px 16px 1px rgba(0,0,0,0.4);
        backdrop-filter: blur(8px);
        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;
        margin-right: 0px;
        max-height: 900px;
    }

.paragraph_open {
    font-family: "Anybody" !important;
    line-height: 1.5;
    color: #040404;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.paragraph_open_subtitle {
    margin: 0px 0px 24px;
    line-height: 1.5;
    font-family: "Roboto Serif" !important;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    text-align: center;
    width: 100%;
}

.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: "Roboto Serif" !important;
    letter-spacing: 0px;
    color: #3C3A3A;
    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-family: "Roboto Serif";
    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: #4385A7 !important;
    text-decoration: none;
    border-radius: 5px;
    padding: 9px;
    box-shadow: none;
    outline: none;
    border: none;
    margin-bottom: 15px;
    border-color: #4385A7 !important;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25), 1px 1px 2px 0px rgba(0, 0, 0, 0.20), inset -2px -2px 4px 0px rgba(0, 0, 0, 0.25), 2px 2px 4px 0px rgba(242, 242, 242, 0.25);
}

    .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: 12px;
        line-height: 0px;
        font-family: "Roboto Serif", sans-serif;
        color: #f2f2f2 !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;
    color: #6A6A6A;
    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: #40e0d0 !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 {
    margin-top: 0px;
    width: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.logo_item {
    margin-left: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    width: 200px;
    height: 100px;
    /*backdrop-filter: blur(800px);
    background-image: linear-gradient(to bottom right, rgba(242, 242, 242, 0.50), rgba(242, 242, 242, 0.25), rgba(242, 242, 242, 1));
    box-shadow: inset 0 0 50px 10px rgba(255, 255, 255, 0.3), inset 0 0 20px 5px rgba(255, 255, 255, 0.4), 4px 2px 16px 1px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    border-radius: 10px;*/
}

@media (max-width: 768px) {
    .form-signin::before {
        display: none;
    }

    .form-signin form {
        width: 90%;
        padding: 20px;
    }

    .logo {
        width: 20%;
    }
}
