p{
    color: gray;
}
h3{
    color: f9b707;
}
.input-field{
    margin-top: 30px;
}
#successful-text{
    color: #ff6900;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
    display: none;
}
.error{
    text-align: left;
}
.input-container h3{
    color: #ff6900;
}