.portal-box .well {
    background-color: #fff;
}
.portal-box .well:hover {
    background-color: #f5f5f5;
}
.portal-box a {
    color: #656565;
    text-decoration: none;
}
.portal-box i {
    text-align: center;
    display: block;
}
.portal-box h4, .portal-box p {
    text-align: center;
}

ul {
    list-style: none; 
}
form ul > li {
    margin-bottom: 12px;
}
form input {
    width: 350px;
}
form textarea {
    width: 350px;
}
form label{
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
}