

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

section {
    display: block; }

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff; }

h2, h3 {
    margin-top: 0;
    margin-bottom: 0.5rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent; }
a:hover {
    color: #0056b3;
    text-decoration: underline; }

img {
    vertical-align: middle;
    border-style: none; }

label {
    display: inline-block;
    margin-bottom: 0.5rem; }

button {
    border-radius: 0; }

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

button,
input {
    overflow: visible; }

button {
    text-transform: none; }

button,
[type="submit"] {
    -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer; }

button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }

h2, h3 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2; }

h2 {
    font-size: 2rem; }

h3 {
    font-size: 1.75rem; }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
@media (min-width: 576px) {
    .container {
        max-width: 540px; } }
@media (min-width: 768px) {
    .container {
        max-width: 720px; } }
@media (min-width: 992px) {
    .container {
        max-width: 960px; } }
@media (min-width: 1200px) {
    .container {
        max-width: 1140px; } }

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }

.col-md-12, .col-lg-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

@media (min-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13; } }

@media (min-width: 992px) {
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 1 0 83.33333%;
        max-width: 90%; } }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }

.form-group {
    margin-bottom: 1rem; }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545; }

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.btn:hover {
    color: #212529;
    text-decoration: none; }
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn:disabled {
    opacity: 0.65; }

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

@supports ((position: -webkit-sticky) or (position: sticky)) { }

.w-50 {
    width: 50% !important; }

.w-100 {
    width: 100% !important; }

.mb-3 {
    margin-bottom: 1rem !important; }

.mb-4 {
    margin-bottom: 1.5rem !important; }

.px-3 {
    padding-right: 1rem !important; }

.px-3 {
    padding-left: 1rem !important; }

.p-4 {
    padding: 1.5rem !important; }

@media (min-width: 992px) {
    .p-lg-5 {
        padding: 2rem !important; } }

.text-wrap {
    white-space: normal !important; }

.text-left {
    text-align: left !important; }

.text-center {
    text-align: center !important; }

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important; } }

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
    a:not(.btn) {
        text-decoration: underline; }
    img {
        page-break-inside: avoid; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    h2,
    h3 {
        page-break-after: avoid; }
    @page {
        size: a3; }
    body {
        min-width: 992px !important; }
    .container {
        min-width: 992px !important; } }

body {
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    background: #f8f9fd;
    color: gray; }

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #1b9bd7; }
a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

h2, h3 {
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", Arial, sans-serif;
    color: #000; }

.ftco-section {
    padding: 2em 0;
}

.wrap {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }

.text-wrap, .login-wrap {
    width: 50%; }
@media (max-width: 991.98px) {
    .text-wrap, .login-wrap {
        width: 100%; } }

.text-wrap {
    background: #1b9bd7;
    background: -moz-linear-gradient(-45deg, #1b9bd7 0%, #674da0 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #1b9bd7), color-stop(100%, #674da0));
    background: -webkit-linear-gradient(-45deg, #1b9bd7 0%, #674da0 100%);
    background: -o-linear-gradient(-45deg, #1b9bd7 0%, #674da0 100%);
    background: -ms-linear-gradient(-45deg, #1b9bd7 0%, #674da0 100%);
    background: -webkit-linear-gradient(315deg, #1b9bd7 0%, #674da0 100%);
    background: -o-linear-gradient(315deg, #1b9bd7 0%, #674da0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9bd7', endColorstr='#674da0', GradientType=1 );
    color: #fff; }
.text-wrap .text h2 {
    font-weight: 900;
    color: #fff; }

.login-wrap {
    position: relative;
    background: #fff; }
.login-wrap h3 {
    font-weight: 300; }

.form-group {
    position: relative; }
.form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700; }
.form-group a {
    color: gray; }

.form-control {
    height: 48px;
    color: #000;
    font-size: 16px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #674da0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important; }
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important; }
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important; }
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important; }
.form-control:focus, .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #1b9bd710;
    border-color: solid 1px #1b9bd7; }

.btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 50px; }
.btn:hover, .btn:active, .btn:focus {
    outline: none; }
.btn.btn-primary {
    background: #1b9bd7;
    border: 1px solid #1b9bd7;
    color: #fff;
    background: #1b9bd7;
    background: -moz-linear-gradient(-45deg, #1b9bd7 0%, #674da0 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #1b9bd7), color-stop(100%, #674da0));
    background: -webkit-linear-gradient(-45deg, #1b9bd7 0%, #674da0 100%);
    background: -o-linear-gradient(-45deg, #1b9bd7 0%, #674da0 100%);
    background: -ms-linear-gradient(-45deg, #1b9bd7 0%, #674da0 100%);
    background: -webkit-linear-gradient(315deg, #1b9bd7 0%, #674da0 100%);
    background: -o-linear-gradient(315deg, #1b9bd7 0%, #674da0 100%);
    background: linear-gradient(135deg, #1b9bd7 0%, #674da0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9bd7', endColorstr='#674da0', GradientType=1 ); }
.btn.btn-primary:hover {
    border: 1px solid #1b9bd7;
    background: #1b9bd7;
    color: #fff; }
.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #674da0; }
.btn.btn-white:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff; }
.btn.btn-white.btn-outline-white {
    border: 1px solid #fff;
    background: transparent;
    color: #fff; }
.btn.btn-white.btn-outline-white:hover {
    border: 1px solid transparent;
    background: #fff;
    color: #000; }

.copyright {
    font-size: 8pt;
    color: #ccc;

}
