body {
    border-radius: 10px!important;
    overflow: hidden!important;
}
label.error {
    color: #dc3545;
    font-size: 14px;
}
.container {
    max-width: 100%;
    padding: 10px 30px;
}
[builder-element=CellElement] .container {
    padding: 0;
}@media (min-width: 769px) {
    [data-hide-on="desktop"] {
      display: none!important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
body {
    margin: auto;
}
.btn {
    padding: 7px 30px;
}
.banner-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 40%;
    justify-content: center;    
    background-position: center center;
    background-size: auto 100%;
}
.main-container {
    width: 60%;
}
.btn-primary {
    background-color: #444;
    border-color: #444;
}
label.error {
    color: #dc3545;
    font-size: 85%;
}
body {
    font-family: "Comfortaa";
}
h1 {
    font-weight: 800;
}
.colorful-container {
    background: #fff;
    margin: 0 auto;
}
.form-control {
    border-width: 0 0 1px;
    border-color: #ddd;
    padding: 2px 10px;
    height: auto;
    border-radius: 0;
}
.form-control:focus {
    border-color: #666;
    box-shadow: none;
    outline: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}
.btn {
    display: inline-block;
    width: auto;
    padding: 15px 39px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    border: none!important;
}
.btn-primary {
    background: #6dabe4;
    color: #fff;
}
.input-group-addon {
    top: 0!important;
}
.form-group label {
    position: relative;
    font-weight: normal!important;
    font-style: italic;
    font-size: 90%;
}