﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Nunito:wght@200;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

html {
    
}

.Hidden { display: none; }

.icon-container {
    position: absolute;
    top: 20px;
    right: 15px;
}

.eye-style {
    width: 30px;
    height: 30px;
}

.banner-box {
    border-color: var(--primary);
    border-radius: 0px 0px 0px 315px;
    border-style: solid;
    border-width: 0px 0px 18px 18px;
    height: 648px;
    position: relative; 
    width: 600.484px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.border2 {
    border-color: var(--secondary);
    border-radius: 190px 0px 0px 0px;
    border-style: solid;
    border-width: 18px 0px 0px 18px;
    height: 500px;
    position: absolute;
    width: 335px;
    bottom: -190px;
    right: 0px;
    z-index: 10;   
}

.border3 {
    border-color: var(--tertinary);
    border-radius: 0px 0px 0px 140px;
    border-style: none none solid solid;
    border-width: 0px 0px 18px 18px;
    height: 545px;
    width: 140px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;  
}

.input-password-box {
    position: relative;
}

.content-main-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.banner-box {
    position: relative;
}

.access-box {
    width: auto;
    display: flex;
    gap: 15px;
    padding-top: 30px;
}

.footer-responsive {
    display: none;
}

.footer-desk {
    margin-top: 172px;
}

.login-header-box {
    width: 100%;
    display: none;
}

.form-box {
    width: 450px;
    min-height: 300px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-top: 47px;
}

.custom-input {
    border-radius: 8.54615px !important;
}

.custom-btn {
    border-radius: 9.92685px !important;
    background-color: var(--primary2); 
}

.custom-btn:hover {
    opacity: .6;
}

.form {
    width: 100%;
}

.neighbour-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.register-btn {
    background-color: transparent;
    color: var(--primary2);
    border: 1px solid var(--primary2);
}

.ButtonEntrar{
    width: 100%;
}
.ButtonEntrar a, a:link, a:visited {
    color: white;
}

.btn-label {
    display: flex;
}

.margin-right-s, .margin-right-s {
    margin: 0px !important;
}

@media (max-width: 1218px) {

    .banner-box {
        height: 430px;
        width: 400px;
        border-width: 0px 0px 14px 14px;
    }

    .border2 {
        border-width: 14px 0px 0px 14px;
        height: 312px;
        width: 216px;
        top: 151px;
    }

    .border3 {
        border-width: 0px 0px 14px 14px;
        width: 80px;
        height: 359px;
    }
}

@media (max-width: 980px) {
    .logo {
        display: none;
    }

    .form-box {
        margin-top: 0px;
    }
}

@media (max-width: 780px) {
    .login-header-box {
        display: block;
    }

    .footer-desk {
        display: none;
    }

    .footer-responsive {
        display: block;
    }
    
    .content-main-box {
        flex-direction: column-reverse;
        align-items: center;
    }

    .banner-box {
        align-self: flex-end;
    }

    .access-box {
        z-index: 100;
        position: relative;
        top: -139px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-container-responsive-carrinho {
        display: none;
    }

    .access-box {
        gap: 0px;
    }
}

@media (max-width: 600px) {
    .form-box {
        width: 100%;
        border-radius: 1.5em 1.5em 10px 10px;
    }

    .grecaptcha-badge {
        z-index: 110;
    }

    .border3 {
        width: 81px;
    }

    .border2 {
        width: 217px;
    }
}

@media (max-width: 400px) {
    .banner-box {
        width: 362px;
    }

    .border2 {
        width: 179px;
    }

    .border3 {
        width: 53px;
    }
}

@media (min-width: 781px) and (max-width: 980px) {
    .logo {
        display: block;
    }

    .access-box {
        flex-wrap: wrap; 
    }
}