:root {
    /* padding: 1rem; */
    font-size: 16px;
    background: #F4F6F9;
}

html {
    font-family: "yu gothic";
}

.login {
    width: 320px;
    height: 370px;
    border: 2px solid #000;
    border-radius: 1.2rem;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 68px 28px;
}

.lancei {
    width: 650px;
    height: 400px;
    border: 2px solid #000;
    border-radius: 80px 80px 80px 80px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0px 40px;
}

.confg {
    width: 650px;
    height: 400px;
    border: 2px solid #000;
    border-radius: 80px 80px 80px 80px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0px 40px;
}

.criarConta {
    width: 360px;
    height: 660px;
    border: 2px solid #000;
    border-radius: 80px 80px 80px 80px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0px 40px;
}

input[type="submit"] {
    font-family: "yu gothic";
    width: 10%;
    height: 40px;
    border: none;
    outline: none;
    height: 35px;
    color: #000;
    background: #1E96C7;
    border-radius: 0.5rem;
    transition: 0.2s;
}

input[type="submit"]:hover {
    cursor: pointer;
    color: #fff;
    background: #000;
    transition: 0.2s;
}

.usuario {
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 55px;
}

.login h1 {
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
}

.criarConta h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
}

.login p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.login input {
    width: 100%;
    margin-bottom: 21px;
}

.criarConta input {
    width: 100%;
}

.confg input {
    width: 70%;
}

.confg input[type="submit"] {
    width: 20%;
}

input {
    border: none;
    border-bottom: 1px solid black;
    background: transparent;
    outline: none;
    height: 40px;
    font-size: 16px;
}

.lancei input[type="submit"] {
    width: 100%;
}

.criarConta input[type="submit"] {
    width: 100%;
}

header {
    height: 100px;
}

.logo2 {
    float: right;
    width: 28%;
}

.logo {
    float: left;
    width: 8%;
}

.button2 {
    margin: 2px;
    float: right;
}

.button {
    width: 11%;
    height: 40px;
    background-color: #1E96C7;
    color: #fff;
    font-size: medium;
}

body {
    top: 200px;
}

table {
    border-collapse: collapse;
    width: 60%;
    text-align: center;
}

.Dash {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

th {
    border-style: solid;
    border-bottom-width: 2px;
}

td {
    border-style: solid;
    border-bottom-width: 2px;
    border-top-width: 0;
}

.trocaMes {
    color: #1E96C7;
    float: right;
    width: 60%;
    font-size: 25px
}

.trocaMes button,
.button {
    color: #1E96C7;
    background-color: #fff;
    font-size: 25px
}