.checkbox-inline {
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0;
    width: 290px;
    border: 1px solid #999;
    background: #fff;
    padding: 20px;
}
.g-recaptcha{
	display: inline-block;
}
.ui-datepicker-month{
    color: black!important;
}
.ui-datepicker-unselectable.ui-state-disabled .ui-state-default{
    color: #ccc!important;
}
::placeholder{
    overflow: visible;
}
input::-webkit-input-placeholder{
    font-size: .99rem;
}
.bg-animated {
    background: linear-gradient(47deg, #0096d7, #0090dd, #008fde, #008fde, #007baa, #00749f, #007299, #00719a, #007097, #006b8f);
    background-size: 2000% 2000%;

    -webkit-animation: bgAnimated 8s ease infinite;
    -moz-animation: bgAnimated 8s ease infinite;
    -o-animation: bgAnimated 8s ease infinite;
    animation: bgAnimated 8s ease infinite;
}

@-webkit-keyframes bgAnimated {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
@-moz-keyframes bgAnimated {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
@-o-keyframes bgAnimated {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
@keyframes bgAnimated {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
.inside_divider {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDkwLjcybDE0MC0yOC4yOCAzMTUuNTIgMjQuMTRMNzk2LjQ4IDY1LjggMTE0MCAxMDQuODlsMTQwLTE0LjE3VjBIMHY5MC43MnoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwdjQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YwSDB6Ii8+PC9nPjwvc3ZnPg==');
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1,1);
}
.bg-primary {
    background-color: #00749F!important;
}