.form-simple input[type=text]{margin-bottom:-1px;border-bottom-right-radius:0;border-bottom-left-radius:0}.form-simple input[type=mail]{margin-bottom:-1px;border-radius:0}.form-simple input[type=password]{margin-bottom:10px;border-top-left-radius:0;border-top-right-radius:0}.help-block ul{margin:0!important;padding:0!important}.help-block ul li{list-style:none}

#response_alert {
    max-width: 400px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px 2px #000;
}
#response_alert .message-box {
    margin-bottom: 0px;
}
.message-box {
    color: #67bc09;
    border: 2px currentColor solid;
    margin-bottom: 25px;
    position: relative;
}
.message-icon {
    position: absolute;
    width: 62px;
    height: 100%;
    background: currentColor;
    left: 0;
    top: 0;
}
.message-icon .fa {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.message-text {
    font-size: 13px;
    color: #2e2e2e;
    font-weight: 500;
    line-height: 22px;
    padding: 20px 60px 20px 100px;
}
