* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
html {
    font-size: 62.5%;
    height: 100%;
}
body{
    background-color: #BEBEBE;
    height: 100%;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
    width: 100%;
    text-align: center;
}
._class-quadrado{
    position: absolute;
    background: white;
    opacity: calc(50%);
    width: 6vw;
    height: 10vh;
    z-index: -1;
    border-radius: 14px;
}
@keyframes move-box {
    0% {margin-left: -1%;}
    50% {margin-left: -4%;}
    0% {margin-left: -1%;}
}
@keyframes move-box-2 {
    0% {margin-left: -1%;}
    50% {margin-left: -3%;}
    0% {margin-left: -1%;}
}
@keyframes move-box-3 {
    0% {margin-left: -1%;}
    50% {margin-left: -2%;}
    0% {margin-left: -1%;}
}
.div-quadro1{
    animation: move-box 4s ease-out infinite;
    margin-left: -1%;
    margin-top: 40px;
}
.div-quadro2{
    animation: move-box-2 4s ease-out infinite;
    margin-left: -1%;
    align-self: center;
}
.div-quadro3{
    animation: move-box-3 4s ease-out infinite;
    margin-left: -1%;
    align-self: end;
    margin-bottom: 40px;
}
.div-menu{
    display: flex;
    height: 70vh;
    width: 26vw;
}
.section-login{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 40px;
    /*border: 2px outset rgba(0, 0, 0, 0.1);*/
    background: rgba(255,255,255, 0.7);
    /*background: radial-gradient(circle, rgba(96,179,104,1) 0%, rgba(255,244,244,1) 100%);*/
    box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 30px;
}
form{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.row {
    width: 70%;
    height: 90%;
}
.titlogin {
    color: #34495E;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}
.div-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    margin-bottom: 20px;
}
.imglogo{
    width: 60%;
    height: 100%;
    transition: transform .4s;
}
.imglogo:hover {
        cursor: pointer;
        transform: scale(1.04)
    }
.divbotao {
    text-align: center;
}
.infologin {
    height: 55%;
}
.btnempresa{
    color: #1E90FF;
    font-size: 1.2rem;
    font-weight: bold;
}
.btnempresa:hover{
    cursor: pointer;
    opacity: calc(60%);
}
.btncadastro{
    float: right;
    width: 80px;
    height: 30px;
    transition: transform .4s;
}
.btncadastro:hover{
    transform: scale(1.06);
}
.btnentrar {
    margin-top: 1.5%;
    font-size: 18px;
    font-weight: bold;
    width: 140px;
    height: 30px;
    border-radius: 18px;
    outline: none;
    transition: transform .4s;
}
.form-groupuser{
    padding-bottom: 60px;
}
.form-groupsenha {
    padding-bottom: 60px;
}
.form-groupempresa {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-top: 20px;
}
.form-groupcadastro{
    padding: 10px 0 30px 0;
}
input[type="button"] {
    background-color: #1E90FF;
    color: white;
    border-radius: 15px;
    border: none;
}
input[type="button"]:hover {
    cursor: pointer;
    background: #4682B4;
}
input[type="text"],input[type="password"]{
    border-bottom: 1px solid #A9A9A9;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="text"]:focus,input[type="password"]:focus{
    border-bottom: 1px solid #0085f2;
    box-shadow: 0 4px 2px -2px rgba(0,144,237,.4);
}
.lcnpj {
    position: relative;
    float: left;
    left: 5%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #2d2f2d;
    width: 100%;
}
.icnpj {
    position: relative;
    background: transparent;
    float: left;
    left: 5%;
    width: 90%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #626266;
    outline: none;
}
.icnpj:focus{
    border-bottom: 1px solid black;
}
.lusername {
    position: relative;
    float: left;
    left: 5%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #2d2f2d;
    width: 100%;
}
.iusername {
    position: relative;
    background: transparent;
    float: left;
    left: 5%;
    width: 90%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #626266;
    outline: none;
}
.iusername:focus{
    border-bottom: 1px solid black;
}
.lsenha {
    position: relative;
    float: left;
    left: 5%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #2d2f2d;
    width: 100%;
}
.isenha {
    position: relative;
    background: transparent;
    float: left;
    left: 5%;
    width: 90%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #626266;
    outline: none;
}
.isenha:focus{
    border-bottom: 1px solid black;
}
.dmessage {
    font-size: 16px;
    font-weight: bold;
    color: red;
}
footer{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #34495E;
    opacity: calc(90%);
    height: 10%;
    width: 100%;
}
footer p {
    color: white;
    font-size: 1.6rem;
}
.lbesqueceusenha{
    color: #1E90FF;
    font-size: 1.2rem;
    font-weight: bold;
}
.lbesqueceusenha:hover{
    cursor: pointer;
    opacity: calc(60%);
}
