@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    font-family: 'Poppins';
}
.main-sing{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #00729d;
}

.text-sing > h2{
    text-align: center;
    font: 'DM Sans';
    margin-bottom: 55px;
     font-weight: 200;
    font-size: 10px;
    color: #ffffff;
}

.text-sing > h1{
    text-align: center;
    margin-bottom: 0px;
    font-weight: 450;
    font-size: 50px;
    color: #ffffff;
}

.card-sing{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.textfield{
    display: flex;
    flex-direction: column;
    margin: 3px 0px;
    margin-bottom: 10px;
}

.textfield > input{
    border: none;
    border-radius: 10px;
    outline: none;
    width: 200px;
    height: 45px;
    background: #d1f2ff;
    box-sizing: border-box;
    padding: 10px;
}

.textfield > label{
    text-transform: uppercase;
    font-size: 10px;
     font-weight: 400;
    color: #ffffff;
    margin-bottom: 7px;
}

.text-sing > input::label{
    box-sizing: border-box;
}

#senha {
    margin-bottom: 7px;
}

.btn-sing{
    height: 40px;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 700;
    background: #02140a;
    color: #ffffff;
}

