p {
    font-family: Rubik, sans-serif;
    font-weight:400;
    font-size: 20px;
    color: #000;
}

input {
    width:250px;
    font-family: Rubik, sans-serif;
    font-weight:400;
    font-size: 14px;
    margin-bottom:15px;
    padding:6px;
    border-radius: 4px;
    border: 1px #ddd solid;
    display: block;
}

select {
    width:264px;
    font-family: Rubik, sans-serif;
    font-weight:400;
    margin-bottom:2px;
    padding:6px;
    border-radius: 4px;
    border: 1px #ddd solid;
}

button  {
    background-color: #F47920;
    color: #ffffff;
    border: none;
    padding: 15px 22px;
    cursor:pointer;
    font-size: 18px;
    font-weight:500;
    border-radius: 200px;
    font-family: Rubik, sans-serif;
    letter-spacing: 0;
}

.error {
    color: #ff0000;
    min-height: 16px;
}

.wrapper {
    margin:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo img{
    margin-bottom:20px;
    max-width: 250px;
}
