.form-group .parsley-error-list,
.parsley-errors-list {
    list-style: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff!important
}

.parsley-error-list li,
.parsley-errors-list,
.parsley-errors-list li {
    color: #fff!important
}

.form-group {
    position: relative
}

.form-group .parsley-success .parsley-error-list {
    display: none!important
}

.form-group .parsley-error-list {
    position: relative;
    display: inline-block!important;
    padding: 2px 10px;
    margin: 0;
    background: #ff5c61!important;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box
}

.form-group .parsley-error-list::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff5c61;
    position: absolute;
    top: -6px;
    left: 3px
}

.form-horizontal .form-group span.error {
    margin-left: 15px
}

.howl {
    padding: 0;
    list-style: none;
    background: #353535;
    border: 1px solid #111;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box
}

.parsley-errors-list {
    position: relative;
    display: inline-block!important;
    padding: 2px 10px;
    margin: 0;
    background: 0 0;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box
}

.parsley-errors-list::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #B94A48;
    position: absolute;
    top: -6px;
    left: 3px
}

.logo-default {
    width: 300px;
    height: 200px;
}

.logo-default-header {
    margin-top: 5px;
    width: 100px;
    height: 50px;
}
.overflow-x-hidden {
    overflow-x: hidden;
}