.h1,
.h3,
button {
    font-family: 'Inter' !important;
}

.h3 {
    font-size: 22px !important;
}

p,
button {
    font-family: 'Roboto';
    font-weight: 400;
}

button {
    font-size: 14px !important;
}

html{
    height: 100%;
}

body {
    background-color: #7f7f7f9e !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;

    & div.container {
        padding: 0;
        height: 100%;
        width: 100%;

        & main.form-signin {
            border: 1px solid #d5d5d5;
            background-color: #fff;
            align-items: center;
            justify-content: center;
            padding: 2.5rem 5rem;
            border-radius: 0;
            flex-direction: column;
            display: flex;
            height: 100%;
            gap: 1rem 0;
            
            
            

            & form {
                display: flex;
                flex-direction: column;
                width: 100%;
                gap: 1rem 0
            }
        }
    }
}

.button-normal {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem !important;
    font-family: 'Poppins' !important;
    height: 48px;
}

.button-ripple {
    &.primary {
        transition-duration: .2s;
        background-color: var(--primary-color) !important;
        color: #fff;
    }

    &:hover {
        &.primary {
            transition-duration: .2s;
            background-color: var(--primary-color-hover) !important;
            color: #fff;
        }
    }
}

.text-hyperlink {
    background-color: transparent;
    text-decoration: none;
    border: 0;

    &.primary {
        color: var(--primary-color) !important;
    }
}

.button-ouline {
    &.primary {
        border: 1px solid var(--primary-color) !important;
        color: var(--primary-color) !important;
    }
}

.person {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 600px);
    height: 100%;
    min-height: 550px;
    left: 0;
    top: 0;

    & img {
        height: 500px;
        width: 500px;
    }
}

.background {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #8040bf, #4754ff);
    display: flex;
    flex-grow: 1;
    z-index: -1;

    & div {
        position: absolute;
        border-radius: 100%;
        height: 0;
        filter: blur(240vw);
        opacity: 0.4;
    }

    & div:nth-child(1) {
        background: linear-gradient(132deg, #ab0fff 0.00%, #2942ff 100.00%);
        width: 81%;
        padding-top: 81%;
        left: 19%;
        top: 15%;
        transform: translateX(-50%) translateY(-50%);
    }

    & div:nth-child(2) {
        background: linear-gradient(132deg, #0800FF 0.00%, #E32BE3 100.00%);
        width: 40%;
        padding-top: 40%;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    & div:nth-child(3) {
        background: linear-gradient(132deg, #1FCFC3 0.00%, #1F91CF 100.00%);
        width: 30%;
        padding-top: 30%;
        left: 80%;
        top: 80%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 0) {
    .container {
        max-width: 100% !important;
        width: 100% !important;

        & .person {
            & img {
                transition-duration: .2s;
            }
        }
    }
}

@media (min-width: 0) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
        
        
        
        

        & .person {
            & img {
                transition-duration: .2s;
            }
        }
    }
}

@media (max-width: 979px) {
    .container {
        background-color: #fff;
        justify-content: center !important;
        display: flex !important;

        & div.person {
            width: 0 !important;

            & img {
                display: none !important;
            }
        }

        & .form-signin {
            min-width: 300px !important;
            padding: 2.5rem 6rem !important;
            width: 300px !important;
            border: 0 !important;
        }
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .container {
        & div.person {
            width: 50%;

            & img {
                width: 400px;
            }
        }

        & .form-signin {
            min-width: 50% !important;
            padding: 2.5rem 6rem !important;
        }
    }
}
