a.bottom-form-link {
    color: #6b7074;
}
a.bottom-form-link:hover {
    color: #000;
}

.panel-accept {
    background: #fff;
    width: 100%;
    min-height: 172px;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgba(69, 81, 114, 0.1), 0 1px 3px 0 rgba(69, 81, 114, 0.1);
    color: #363a3d;
    margin-bottom: 0px !important;
    padding: 10px 50px 10px 50px;
    font-family: 'Lato', sans-serif;
}

.panel-accept h1 {
    margin: 0 0 12px;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
}

.panel-accept h2 {
    margin: 0 0 40px 0;
    text-align: center;
    color: #6a6f73;
    font-size: 18px;
    font-weight: normal;
}