* {
    box-sizing: border-box;
}

.body1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: #212121;
    margin: 0;
    width: 100vw;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.body2{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: white;
    margin: 0;
    width: 100vw;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    padding: 40px 20px 20px 10px;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #bebebe;
}

.dialog{
    position: fixed;
    height: 200px;
    width: 500px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    background-color: #eeeeee;
    border: 1px #eeeeee solid;
    display: none;
    text-align: center;
    border-radius: 5px;
    z-index: 2;
}

#fundo{
    background-color: rgba(153, 153, 153, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}

#msg_message{
    height: 100px;
    overflow: auto;
    align-items: center;
    color: red;
}

#msg_top{
    display: flex;
    margin: 10px;
    border-bottom: 1px #212121 solid;
    align-items: center;
}

#msg_fechar{
    margin-left: auto;
    background-color: #212121;
    color: white;
    height: 25px;
    width: 30px;
}

.h1 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
    font-weight: 900;
    padding: 20px;
}

.linha {
    width: 95%;
    height: 60px;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-left: 5%;
    padding-left: 10%;
    padding-right: 10%;
}

.error {
    width: 95%;
    height: 60px;
    padding: 10%;
    color: #c82a2a;
    text-align: center;
    /* justify-content: center; */
    /* align-items: center; */
}

.linha:focus {
    outline-color: #212121;
}

.btn-whith {
    width: 80%;
    padding: 15px;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
    background: #212121;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    transition: 0.5s ease;
    text-decoration: none;
    text-align: center;
}

.btn-whith:hover {
    background: #616161;
}

.close_message {
    width: 80px;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
    background-color: #212121;
    color: white;
    transition: 0.5s ease;
    cursor: pointer;
}

.close_message:hover {
    background: #616161;
}

.logo{
    display: flex;
    /* margin-left: 80px; */
    /* font-size: 40px; */
    align-items: center;
    justify-content: left;
    padding: 10px;
    /* background-color: #616161; */
    border-bottom: 1px #c6c6c6 solid;
}

.cad_est{
    font-size: 14px;
    background-color: #212121;
    color: white;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    justify-content: right;
    margin-left: auto;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logo-meio{
    justify-content: center;
    text-align: center;
    font-size: 100px;
    padding: 200px;
    background:url("../../../assets/img/empresa/business_logo.png") no-repeat; 
    background-size: 100% 100%;
    filter:alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity:.50;
    animation: animate__bounceIn;
}

.esq_senha{
    padding: 15px;
}