.feedback-form {
    width: 460px;
    margin: auto;
    margin-top: 20px;
}
.feedback-form .form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 460px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.feedback-form .form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.feedback-form .form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background-color: #ae1010;
    width: 100%;
    padding: 15px;
    color: #FFFFFF;
    border: 0;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.feedback-form .form button:hover {
    background-color: #c71010;
}
.feedback-form .form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}
.feedback-form .form .message a {
    color: #ae1010;
    text-decoration: none;
}
.feedback-form .form .register-form {
    display: none;
}
.feedback-form .container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}
.feedback-form .container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}
.feedback-form .container .info {
    margin: 50px auto;
    text-align: center;
}
.feedback-form .container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}
.feedback-form .container .info span {
    color: #4d4d4d;
    font-size: 12px;
}
.feedback-form .container .info span a {
    color: #000000;
    text-decoration: none;
}
.feedback-form .container .info span .fa {
    color: #EF3B3A;
}