< type="text/css">
.control-label {
margin-top: 1em;
}
.page-wrapper {
background-color: #F3F3F3;
height: 100%;
overflow: auto;
}
.page-wrapper hr {
border-top: solid 5px #F16227;
margin: 0;
}
/* Add s for the logo container */
.logo-container {
text-align: center;
padding: 20px 0;
background-color: #FFF;
}
.logo-container img {
max-width: 200px;
height: auto;
}
#bootstrap-color {
background-color: transparent;
}
#v2contactus {
margin-top: 40px;
padding-bottom: 10px;
}
#bootstrap-col-override {
background-color: #FFF;
padding-top: 10px;
border: solid 1px #DEDEDE;
}
.alert a {
background-color: #F06023;
color: white;
padding: 1em 1.5em;
text-decoration: none;
text-transform: uppercase;
border: 1px solid #FFF;
}
.alert a:hover {
background-color: #555;
text-decoration: none;
color: white;
}
.close-button-container {
display: flex;
justify-content: space-around;
}
@media only screen and (max-width: 460px) {
.close-button-container {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.unsubscribe-account-trigger {
margin: 25px
}
.close-account-trigger {
margin: 25px;
}
}
>