div.youday-form.frame {
    background-color: #fff;
    width: 700px;
    min-width: 320px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.youday-form-content {
    min-width: 320px;
    padding: 10px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.grecaptcha-badge {
    display: none !important;
}

.powered-by {
    text-align: center;
    font-size: 12px;
    color: #777;
}

.youday-form-content .alert-error {
    display: none;
    clear: both;
    margin-top: 15px;
    padding: 10px;
    background-color: #fef7f8;
    color: #210406;
    border-left: 5px solid #f0868e;
}

.youday-form-content .alert-success {
    display: none;
    clear: both;
    margin-top: 15px;
    padding: 10px;
    background-color: #dff0d8;
    color: #3c763d;
    border-left: 5px solid #3c763d;
}

.youday-form-content .button-bar {
    clear: both;
    padding-top: 15px;
    text-align: right;
}

.youday-form-content .control-label {
    padding-top: 7px;
    font-weight: normal;
}

.youday-form-content .input-group .form-control:last-child {
    border-radius: 4px !important;
}

.youday-form-content .form-group {
    margin-bottom: 5px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.youday-form-content .input-group-checkbox {
    padding-top: 6px !important;
}

.youday-form-content .portlet {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

.youday-form-content .portlet:first-child {
    margin-top: 0px;
}

.youday-form-content .portlet>.portlet-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    min-height: 28px;
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
    font-weight: bold;
}

.youday-form-content .portlet.blue>.portlet-title {
    background-color: #f5f8fd;
    border-left: 5px solid #8bb4e7;
    color: #010407;
}

.youday-form-content .portlet.red>.portlet-title {
    background-color: #a92a37 !important;
    color: #fff !important;
}

.youday-form-content #sendButtonIcon,
.youday-form-content #youday-send-form {
    color: #FFFFFF;
    background-color: #3598dc;
}

@media (max-width: 767px) {

    .youday-form-content .col-sm-8,
    .youday-form-content .col-sm-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .youday-form-content .col-sm-8 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.youday-form-content .switch {
    width: 0px;
    height: 0px;
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box
}

.switchery>small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px
}

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px
}

.switchery-small>small {
    height: 20px;
    width: 20px
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px
}

.switchery-large>small {
    height: 40px;
    width: 40px
}

.btn-file {
    position: relative;
    overflow: hidden;
    color: #aaa;
    background-color: white;
    border: 1px solid #ccc;
}

.btn-file:hover {
    border-color: #a3a3a3;
    color: #aaa;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.file-input-label {
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px 0 0 4px;
}

.label {
    display: inline-block;
    font-size: 1.25rem;
    padding: 6px 12px;
    font-weight: normal;
}

.canva-signature {
    border: 1px solid #ccc;
    border-radius: 4px;
}