body {
  background: #e9e9e9;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px
}

.pen-title h1 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 300
}

.pen-title span {
    font-size: 12px
}

.pen-title span .fa {
    color: #33b5e5
}

.pen-title span a {
    color: #33b5e5;
    font-weight: 600;
    text-decoration: none
}

.form-module {
    position: relative;
    background: #fff;
    max-width: 320px;
    width: 100%;
    border-top: 5px solid #33b5e5;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    margin: 0 auto
}

.form-module .form {
    padding: 40px
}

.form-module .form:nth-child(2) {
    display: block
}

.form-module h2 {
    margin: 0 0 20px;
    color: #33b5e5;
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.form-module input {
    outline: 0;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.form-module input:focus {
    border: 1px solid #33b5e5;
    color: #333
}

.form-module button {
    cursor: pointer;
    background: #33b5e5;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.form-module button:hover {
    background: #178ab4
}

.form-module .cta {
    background: #f2f2f2;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666;
    font-size: 12px;
    text-align: center
}

.form-module .cta a {
    color: #333;
    text-decoration: none
}

h4.alert_info {
    display: block;
    width: 99%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #b5e5ef url(../images/icn_alert_info.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #77bace;
    color: #082b33;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px
}

h4.alert_warning {
    display: block;
    width: 99%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f5f3ba url(../images/icn_alert_warning.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #c7a20d;
    color: #796616;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px
}

h4.alert_error {
    display: block;
    width: 99%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e95757 url(../images/icn_alert_error.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #d20009;
    color: #7b040f;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px
}

h4.alert_success {
    display: block;
    width: 99%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #87bf43 url(../images/icn_alert_success.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #719e37;
    color: #fff;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px
}