@import url('reset.css');
@import url('global.css');

/* beggin menu */

.container-menu {
    position: fixed;

    width: 100%;
    height: 100vh;
    display: flex;
    top: 0;
    left: -100%;

   transition: left 2s linear;
   z-index: 1000;
}

.menu-links {
    display: flex;
    width:50vw;
    height: 100vh;

    align-items: center;

    background-color: red;
    border: none;
}

.menu-imagem{
    display: flex;
    width:50vw;
    background-size: cover;
}

.menu-imagem > img{
    width:100%;
    background-size: cover;
}

.menu-item {
    cursor: pointer;
}

.menu-linha {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.5rem;
    height: 0.125rem;
    background-color: #ccc;
    margin: 1.25rem 0;
}

.menu-links p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.875rem;
}

nav ul li {
    margin: 0.625rem 0;
    width: 14.375rem;
}

nav ul a {
    color: white;
    margin: 0 auto;
}

nav ul ul {
    font-weight: 100;
    margin-left: 1.25rem;
}

.logo-menu {
    width: 9.375rem;
    height: 6.25rem;
    background-color: white;
    border-radius: 1.25rem;
    margin-right: 0.625rem;
}

.logo-menu-fest {
    background-color: white;
    width: 9.375rem;
    height: 6.25rem;
    border-radius: 1.25rem;
}

.container-menu > .menu-links > nav > ul{
    margin-left: 10px;
}

.voltar-home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 50px;
    margin-top: .300rem;
}

/* end menu styles */

.header-login {
    background-image: url('/assets/css/login-img/banner-login.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
}

.ciculo-container {
    position: relative;
}

.circulo {
    display: flex;
    justify-content: center;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background-color: white;
    margin-left: -80px;
    margin-top: -300px;
    box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 1000;
}

.circulo img {
    width: 220px;
    margin-top: 240px;
}

.circulo>.circulo-login-linha {
    width: 2px;
    height: 60px;
    background-color: #B99428;
    margin-top: 350px;
}

.circulo a {
    color: #B99428;
    margin-top: 367px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 16px;
}

/* area do cliente */

.portal-cliente {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sou-cliente {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 300px;
    height: 120px;
    margin: 0 10px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sou-cliente button {
    background-color: white;
    color: #D9251B;
    font-size: 28px;
    font-weight: bolder;
    cursor: pointer;
}

.sou-cliente p {
    color: #000000;
    font-weight: 100;
}

.sou-vendedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 300px;
    height: 120px;
    margin: 0 10px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.sou-vendedor button {
    background-color: white;
    color: #CEB861;
    font-size: 28px;
    font-weight: bolder;
    cursor: pointer;
}


.sou-vendedor p {
    color: #000000;
    font-weight: 100;
}

/* area de login cliente */

.container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container-form>.form-alinhamento {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    margin-left: 500px;
    position: absolute;
}

.container-form>.form-alinhamento>.portal-cliente {
    margin-bottom: 10px;
    font-weight: bold;
}

.retangulo-form {
    display: flex;
    justify-content: center;
    background-color: white;
    width: 400px;
    height: 450px;
    border-radius: 50px;

}

.retangulo-form>form {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    justify-content: flex-end;
    margin-top: 10px;
}

.retangulo-form>form h1 {
    color: red;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 50px;
}

input {
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid #9B9B9B;
    margin-bottom: 16px;
    width: 100%;
    font-size: 16px;
    box-shadow: 0px 0 2px rgba(0, 0, 0, 0.1);
    outline: none;
    color: black;
    background: #D9D9D933;
    text-align: center;
}

input::placeholder {
    color: #9D9D9D;
}

.redefinir-acesso {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.redefinir-acesso>.redefinir-senha p {
    color: #D9251B;
    font-size: 18px;
    font-weight: 700;
    background-color: white;
    cursor: pointer;
}

.redefinir-acesso-linha {
    width: 2px;
    height: 20px;
    background: red;
    margin: 0 10px;
}

.redefinir-acesso>.primeiro-acesso p {
    color: #7D0902;
    font-size: 18px;
    font-weight: 700;
    background-color: white;
    cursor: pointer;
}

.btn-enviar {
    background-color: #1FCB03;
    width: 100%;
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 40px;
    cursor: pointer;
}

.btn-enviar:hover {
    background-color: #1aad03;
    color: white;
    font-weight: 700;
}

/* area vedendor */

.portal-cliente2 {
    margin-bottom: 10px;
    font-weight: bold;
}


/* redefinir senha cliente */

