@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
}    

body{
    background: black;
}

.background{
    width: 100%;
    height: 100vh;
    /* background: url("../img/warehouse_prog.jpg") no-repeat; */
    background-size: cover;
    background-position: center;
    filter: blur(4px);

}

.background2{
    width: 100%;
    height: 100vh;
    /* background: url("../img/warehouse_prog.jpg") no-repeat; */
    background-size: cover;
    background-position: center;
    filter: blur(4px);

}

.background-back{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #000000;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.navbarr a {
    position: relative;
    text-decoration: none;
    font-size: clamp(10px, 1.2vw, 25px);
    color: #fff;
    padding: 9px 15px;
    border-radius: 20px;
    margin: 0 10px;
    font-weight: 600;
}

.navbarr a::after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 2px;
    background: #ff0000;
    border-radius: 5px;
    transform: translateY(10px);
    opacity:0;
    transition: .5s;
}

.navbarr a:hover {
    color: #ff0000;
}

.navbarr a:hover::after{
    transform: translateY(0);
    opacity:1;
}
    

.container .content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* padding: 80px; */
    /* display: flex; */
    /* justify-content: space-between; */

}

.text-sci{
    color: #ffffff;
    padding: 50px 50px;
    /* display: flex;
    justify-content: space-between;
    flex-direction: column; */
}

.text-sci .logo{
    font-size: 30px;
    font-weight: 800;
    color: #fa0a0a;
}

.text-sci h2 {
    line-height: 1.5;
    text-shadow: 2px 2px 2px #000000;
    font-weight: 800;
    font-size: 40px;
}

.text-sci span {
    
    font-weight: 400;
    font-size: 25px;
}

.solid-red {
    position: absolute;
    left: 0;
    top: 54%;
    height: 72px;
    width: 37%;
    background: rgba(241, 8, 8, 0.5);
}

.text-sci-bottom p {
    color: #fff;
    position: absolute;
    padding: 90px 50px;
    text-shadow: 2px 2px 2px #000000;
    top: 30%;
    width: 40%;
    font-weight: 500;
    font-size: 15px;
    margin: 20px 0;
}


.social-icons a i{
    position: relative;
    margin-right: 20px;
    top: 145px;
    left: 16%;
    font-size: 30px;
    color: #d40b0b;
    transition: .5 ease;
}

.social-icons .instagram:hover i {
    color: rgb(218, 22, 110);
    transform: scale(1.2);
    
}
.social-icons .facebook:hover i {
    color: rgb(12, 19, 231);
    transform: scale(1.2);
}

.container .logreg-box {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 60%);
    height: 100%;
    background: transparent;
    border-radius: 10px;
}

.logreg-box .form-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: transparent;
    backdrop-filter: blur(20px);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
}

.form-box h2{
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
}

.form-box .input-box{
    position: relative;
    width: 340px;
    height: 45px;
    border-bottom: 2px solid #ffffff;
    margin: 30px 0;
    text-shadow: 2px 2px 2px #000000;

}

.input-box input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    padding-right: 28px;
}

.input-box label{
    position: absolute;
    top: 50%;
    left: 0;
    transform:  translateY(-50%);
    font-size: 16px;
    font-weight: 500;
    pointer-events: none;
    transition: .5s ease;
}

.input-box input:focus ~ label,
.input-box input:valid ~ label,
.input-box input:not(:placeholder-shown) ~ label {
    top: -5px;
}

.input-box .icon {
    position: absolute;
    top: 13;
    right: 0;
    font-size: 19px;
}

.textRodape {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -2%;
    width: 100%;
    height: 30px;
    background-color: transparent;
    color: rgb(0, 0, 0);
}

.logo-bb {
    position: absolute;
    top: 24%;
    left: 5%;
    height: 54%;
    transition: transform 0.3s, opacity 0.3s;        
}

.logo-bb:hover{
    transform: scale(1.1);
}

.caramelo {
    position: absolute;
    top: 25%;
    right: 5%;
    height: 55%;
    transition: transform 0.3s, opacity 0.3s;
}

.caramelo:hover{
    transform: scale(1.1);
}

.text-site {
    position: absolute;
    height: 60%;
    top: 60%;
    left: 20%;
    font-size: 16px;
    color: blue;
    text-decoration: none;
    font-weight: 500;
    margin-right: 30px;
}

.text-site a {
    position: relative;
    top: 60%;
    left: 50%;
    font-size: 16px;
    color: blue;
    text-decoration: none;
    font-weight: 500;
    margin-right: 30px;
}

.bottom-custom-login{
    width: 100%;
    height: 45px;
    background: #140df0;
    border: none;
    outline: none;
    border-radius: 5px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bottom-custom-login:hover{
    background-color: #0c079e; /* Cor de fundo ao passar o mouse */
    color: #ffffff; /* Cor do texto ao passar o mouse */
}


.bottom-custom-recover{
    width: 100%;
    height: 45px;
    margin-top: 10px;
    background: #d40b0b;
    border: none;
    outline: none;
    border-radius: 5px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bottom-custom-recover:hover{
    background-color: #960909; /* Cor de fundo ao passar o mouse */
    color: #ffffff; /* Cor do texto ao passar o mouse */
}

.bottom-custom-site{
    position: absolute;
    left: 7.5%;
    top: 72%;
    width: 25%;
    height: 45px;
    margin-top: 10px;
    background: #d40b0b;
    border: none;
    outline: none;
    border-radius: 5px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bottom-custom-site:hover{
    background-color: #960909; /* Cor de fundo ao passar o mouse */
    color: #ffffff; /* Cor do texto ao passar o mouse */
}


