#header {
    height: 6rem;
    background: linear-gradient(141deg, #0B332B 0%, #03614E 51%, #02694E 75%);
}

#footer {
    width: 100%;
    background: linear-gradient(141deg, #0B332B 0%, #03614E 51%, #02694E 75%);
    height: 4rem;
    padding: 2rem 0 0;
    text-align: center;
    color: #fff;
}

.pure-button-red {
    background-color: #0b332b;
    color: #fff;
}

#otp:focus {
    margin: 0 !important;
}
