h1 {
    font-size: 18pt;
    text-align: center;
}

h2 {
    font-size: 12pt;
    text-align: center;
}

.container_login {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.painel_login {
    width: 850px;
    background-color: #FFFFFF;
    opacity: 1;
    box-shadow: 0px 0px 20px #000000;
    border-radius: 10px;
    min-height: 300px;
}

.linha_login {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.login {
    text-align: center;
    padding: 20px;
}

.cadastrar {
    background-color: rgb(237, 130, 0);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 100px;
}

.btcadlog {
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
    margin-top: 20px;
    transition: .4s;
}

.btcadlog:hover {
    background: #FFFFFF;
    color: rgb(237, 130, 0);
}

#formtxtlogin {
    display: none;
    text-align: center;
}

.cadastro {
    display: none;
}