.body {
    background-color: rgb(223, 223, 223);
}

.form {
    flex-grow: 1;
}

.form input[type=text]{
    flex-grow: 1;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
}

button {
    outline: none;
    border: 1px solid black;
    color: white;
}

.progress-indicator{
    background-color:whitesmoke;
    height: 20px;
    width:100%;
}

.progress-indicator.active{
    
    background-color:red;
}

.shipping-cover{
    width:600px;
}