body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
}

.content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.tpe {
    height: 99%;
    width: auto;
}

.card {
    padding: 20px;
    border: solid 2px grey;
}

.card form {
    display: flex;
    flex-direction: column;
}

.alert {
    margin-left: 50%;
    margin-top: 50px;
    width: 40%;
    padding-left: 20px;
    position: absolute;
    color: white;
}

.alert-success {
    background: green;
}

.alert-error {
    background: red;
}
