.registration {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #00a9e0;
}

.registration form {
    background-color: #383838;
    width: 350px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registration form h2 {
    color: white;
    margin-bottom: 20px;
}

.registration form input {
    width: 100%;
    margin-bottom: 12px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid white;
    padding: 5px 10px 5px 10px;
    outline: 0;
    color: white;
}

.registration form button {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 5px 10px 5px 10px;
    outline: 0;
    border: 0;
    color: white;
    background-color: #00a9e0;
}

.registration form button {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 12px;
    outline: 0;
    border: 0;
    color: white;
    background-color: #00a9e0;
}

.registration form p {
    color: white;
    margin-top: 10px;
    font-size: 11px;
}

.registration form p a {
    color: #00a9e0;
    /* margin-top: 10px; */
    font-size: 11px;
}