body {
    background-color: #45494c;
    color: #b5b5b5;
    font-size: 14px;
}

.white_01 {
    color: #f1f1f1;
}

h1 {
    margin: 20px 0 50px;
}

a {
/*    color: #fff;*/
    color: #b5b5b5;
    text-decoration: underline;
}

a:visited {
    color: #ccc;
    text-decoration: none;
}

a:focus,
a:hover {
/*    color: #fff;*/
    color: #e0e0e0;
    text-decoration: none;
}

.req {
    color: #d43d28;
    font-weight: bold;
    text-transform: uppercase;
}

form {
    margin-bottom: 60px;
}

.form-control {
/*    color: #f1f1f1;*/
    color: #c4c4c4;
    background-color: #373a3d;
    border: 1px solid #2b2e31;
    border-top: 1px solid #24282b;
    border-bottom: 1px solid #4c5153;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

.form-control:focus {
    color: #c4c4c4;
    background-color: #1f2326;
    border: 1px solid #2b2e31;
    border-bottom: 1px solid #4c5153;
    outline: 0;
    box-shadow: none;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 30px;
}

@media screen and (max-width: 600px) {

    label {
        font-size: 40px;
    }
}

@media screen and (max-width: 400px) {

    label {
        font-size: 18px;
    }
}
