*{
    background-color: #101920;
}
.form{
    width: 400px;
    height: 475px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.form-group{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.form-group button{
    width: 50%;
    height: 37px;
    text-align: center;
    margin: 0 auto;
    background: var(--header);
    border: none;
    outline: none;
    border-radius: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.button{
    margin: 30px 0;
}
.form-group input{
    background-color: #222A31;
    width: 100%;
    height: 37px;
    margin: 10px 0;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    color: var(--white);
}

.form-group label{
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    margin: 0;
}
.form-p{
    font-family: 'Inria Sans', sans-serif;
    color: #ffffff;
    text-align: center;
    width: 50%;
}
.form-p a{
    color: #ffffff;
    transition: all ease-in-out .2s;
}
.form-p a:hover{
    color: #0d6efd;
}
.form a{
    color:#ffffff;
    font-size: 14px;
}
