* {
    font-family: 'Roboto', sans-serif;;
}
.wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
    /* background-image: url('../img/Csillagos_hatter_hullam.svg'); */
    background-repeat: no-repeat;
    background-size: cover;
}
.form-wrapper {
    width: 280px;
}
.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.title {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    color: white;
}
.pill-input::placeholder {
    font-weight: 400;
}
.btn-wrapper {
    padding: 0 40px;
}
.btn {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
}
