
*{
    margin: 0;
    padding: 0;
}

/* .main{
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%), url("../imagens/teste3.jpg");
    background-color: rgb(207, 196, 196);
    background-position: center;
    background-size: cover;
    height: 100vh;
    
}

.navbar{
    width: 1200px;
    height: 115px;
    margin: auto;
}


.logo{
    color: #ff7200;
    font-size: 40px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-top: 10px;
    margin-top: 5px
}




.form{
    margin-top: 50px;
    width: 26%;
    height: 370px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
    position: absolute;
    top: 20%;
    left: 37%;
    transform: translate(0%,-5%);
    border-radius: 10px;
    padding: 35px;
}

.form h2{
    width: 220px;
    font-family: sans-serif;
    text-align: center;
    color: #ff7200;
    font-size: 22px;
    background-color: rgba(0,0,0,0.8)50%;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}

.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #ff7200;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}

.form input:focus{
    outline: none;
}

::placeholder{
    color: #fff;
    font-family: Arial;
}

.btnn{
    width: 240px;
    height: 50px;
    background: #ff7200;
    border: none;
    margin-top: 70px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.4s ease;
}
.btnn:hover{
    background: #fff;
    color: #ff7200;
}
.btnn a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
} */



.login1{
    background: #48d7f0;
    width: 100%;
    height: 100%;
}


.login6{
    height: 25%;
}

.login2{
    /* background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%); */
    background: white;
    transform: translate(0%,-5%);
    border-radius: 10px;

    width: 40%;
    margin-left: 30%;
    min-height: 50%;
    padding-bottom: 15px;
    
    box-shadow: 0 .9rem 2rem rgba(0,0,0,.1);
}


@media screen and (max-width: 700px) {
    .login2{
        width: 60%;
        margin-left: 20%;
        min-height: 50%;
       
    }
}


@media screen and (max-width: 400px) {
    .login2{
        width: 70%;
        margin-left: 15%;
        min-height: 50%;
        
    }
}


.login3{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 5%;
    text-align: center;
}





.login4{
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    color:rgb(0, 0, 0);
    
}

.login4 h2{
    font-weight: bold;
}

.login5{
    width: 100%;
    height: 20%;
}


.login5 button{
    width: 90%;
    height: 100%;
    /* background: #ff7200; */
    background: #2052dd;
    border: none;
    padding: 15px;
    margin-top: 70px;
    font-size: 18px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.4s ease;
    font-weight: bold;
    color:white;
}

.login4 input{
    background: transparent;
    /* border-bottom: 1px solid #ff7200; */
    border-bottom: 1px solid #2052dd;
    border-top: none;
    border-right: none;
    border-left: none;
    color: rgb(0, 0, 0);
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 40px;
    font-family: sans-serif;
}


.login4 input:focus{
    outline: none;
}

::placeholder{
    color: rgb(0, 0, 0);
    font-family: Arial;
}








