


html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

code,
kbd,
samp {
    font-size: 1em;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio:not([controls]) {
    height: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

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

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "font-ggm";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
}

.icon-facebook:before {
    content: '\F30C';
}

.icon-twitter:before {
    content: '\E801';
}

.icon-instagram:before {
    content: '\F16D';
}

a {
    text-decoration: none;
}

h1,
.h1 {
    position: relative;
    display: block;
    width: 100%;
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    line-height: 1.2;
}

h1__c-green,
.h1__c-green {
    /*color: var(--ezColor); #73C136;*/
    color: #67BD23; /*#73C136;*/
    font-weight: 700;
    font-size: 30px;
}

h2,
.h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
}

@media only screen and (min-width: 480px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) {
    h2,
    .h2 {
        font-size: 50px;
    }
}

h3,
.h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

p {
    margin-top: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

    *::-webkit-input-placeholder {
        color: #333;
        opacity: 1;
    }

    *:-moz-placeholder {
        color: #333;
        opacity: 1;
    }

    *::-moz-placeholder {
        color: #333;
        opacity: 1;
    }

    *:-ms-input-placeholder {
        color: #333;
        opacity: 1;
    }

    *::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
        background-color: rgba(153,153,153,0.9);
    }

    *::-webkit-scrollbar {
        width: 6px;
        background-color: rgba(153,153,153,0.9);
    }

@media only screen and (max-width: 992px) {
    *::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(153,153,153,0.9);
        background-color: rgba(153,153,153,0.1);
    }

    *::-webkit-scrollbar {
        width: 6px;
        background-color: rgba(153,153,153,0.9);
    }

    *::-webkit-scrollbar-thumb {
        background-color: #001427;
    }
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: orangered;
}

body input:required:valid,
body textarea:required:valid {
    color: #333;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

*:focus {
    outline: none;
}

body {
    display: block;
    font-size: 16px;
    min-width: 320px;
    height: 100vh;
    position: relative;
    line-height: 1.65;
    letter-spacing: 0.1px;
    font-family: "Roboto",sans-serif;
    color: #000;
    overflow: hidden;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

@media only screen and (min-width: 992px) {
    .wrapper {
        min-height: 100vh;
    }
}

.main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
}

section {
    position: relative;
    width: 100%;
}

.main {
    position: relative;
}

img {
    max-width: 100%;
}

body {
    height: 100%;
    overflow-y: visible;
}

.main {
    height: 100%;
    min-height: 100vh;
    padding-bottom: 33px;
    z-index: 2;
    /*background: url("../Content/Images/Login/main-bg-mobile.png") no-repeat 50% 0,-webkit-gradient(linear, left top, left bottom, from(#F8FBFF), to(#E1ECF5));
    background: url("../Content/Images/Login/main-bg-mobile.png") no-repeat 50% 0,-webkit-linear-gradient(top, #F8FBFF 0%, #E1ECF5 100%);
    background: url("../Content/Images/Login/main-bg-mobile.png") no-repeat 50% 0,linear-gradient(180deg, #F8FBFF 0%, #E1ECF5 100%);
    background-size: contain;*/
    background-color: #F3F4F5;
}

@media screen and (min-width: 768px) {
    .main {
        height: 100vh;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #f3f6fb));
    background: -webkit-linear-gradient(top, #fff 0%, #f3f6fb 60%);
    background: linear-gradient(180deg, #fff 0%, #f3f6fb 60%);*/
        background-color: #F3F4F5;
        padding-bottom: 0;
    }
}

.main:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../Content/Images/Login/main-bg.png") no-repeat 100% 100%;
    background-size: contain;
    height: 800px;
    max-height: 2000px;
    width: 50%;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    .main:after {
        display: block;
        height: 40vw;
        width: 70%;
    }
}

@media screen and (min-width: 768px) {
    .main:after {
        display: block;
        height: 40vw;
    }
}

@media screen and (max-width: 1024px) {
    .main:after {
        display: block;
        height: 40vw;
        width: 70%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) and (min-height: 1300px) and (max-height: 1450px) {
    .main:after {
        height: 100vw;
        width: 50%;
        bottom: 140px;
    }
}

.main-top {
    padding-top: 27px;
}

@media screen and (min-width: 525px) {
    .main-top {
        padding-top: 54px;
    }
}

.main .col {
    height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    .main .col {
        padding-right: 35px;
    }
}

@media screen and (min-width: 768px) {
    .main .col {
        height: 100vh;
    }
}

.main .col__visible {
    z-index: 4;
}

.sign-in .cn,
.sign-in .row,
.sign-in .col__r {
    overflow-x: visible;
}

.sign-in .content-title {
    text-align: center;
    max-width: 360px;
    color: #2E2E2E;
    font-size: 48px;
    line-height: 1.16;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .sign-in .content-title {
        text-align: left;
    }
}

.sign-in .content-form {
    width: 100%;
    padding-top: 20px;
    max-width: 400px;
}

    .sign-in .content-form .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

@media screen and (min-width: 768px) {
    .sign-in .content-form .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .sign-in .content-form {
        padding-top: 20px;
    }
}

.sign-in .content-form .form-group {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 1.16;
}

.sign-in .content-form .form-control {
    padding: 14px 0 13px 12px;
    color: #7B8087;
    font-size: 14px;
    border-radius: 5px;
    /*border: 1px solid #E1E8ED;*/
    height: -webkit-calc(1.5em + .75rem + 12px);
    height: calc(1.5em + .75rem + 12px);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .sign-in .content-form .form-control:focus {
        border-color: #008174;
    }

.sign-in .content-form .row {
    margin: 0;
}

.sign-in .content-form .navbar {
    padding: 0;
}

    .sign-in .content-form .navbar .f-link {
        margin-top: 35px;
        font-size: 12px;
        line-height: .16;
        color: #3977C0;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    }

@media screen and (min-width: 768px) {
    .sign-in .content-form .navbar .f-link {
        margin-top: 0;
    }
}

.sign-in .content-form .navbar .f-link a:hover {
    color: #2d5f99;
}

.top-logo {
    text-align: center;
    font-size: 22px;
    line-height: 1.16;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .top-logo {
        text-align: left;
        font-size: 36px;
    }
}

.top-logo a {
    color: #444444;
}

@media screen and (min-width: 768px) {
    .top-logo a {
        color: var(--ezColor); /*#73C136*/
    }
}

.top-logo a img {
    width: 40px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .top-logo a img {
        width: 55px;
    }
}

.top-logo a:hover {
    text-decoration: none;
    color: #67ad30;
}

.top-content {
    padding-top: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .top-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.btn-submit {
    padding: 14px 40px 13px;
    background: #008174;
    /*#73C136;*/
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.16;
    font-weight: 500;
    border: none;
    color: #ffffff;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

    .btn-submit:hover {
        background: var(--ezBgColor);
        /* #5b992b;*/
    }

.bottom-content {
    max-width: 400px;
    width: 100%;
    padding-top: 60px;
    display: none;
}

@media screen and (min-width: 768px) {
    .bottom-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.bottom-content .copyright {
    max-width: 400px;
    text-align: center;
    font-size: 14px;
    line-height: 1.16;
    font-weight: normal;
    color: #8A939A;
}

.col__r {
    padding: 60px 0 0 15px;
    background: none;
    background-size: auto;
}

@media screen and (min-width: 768px) {
    .col__r {
        /*background: -webkit-gradient(linear, left top, left bottom, from(var(--ezBgColor)), color-stop(95%, #f3f6fb)); /*#75c13a*/
        /*background: -webkit-linear-gradient(top, var(--ezBgColor) 0%, #f3f6fb 95%);
        background: linear-gradient(180deg, var(--ezBgColor) 0%, #f3f6fb 95%);*/
        padding: 60px 0 0 35px;
        background-color: #008077;
    }
}

.quote-desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 460px;
    width: 100%;
    font-size: 14px;
    line-height: 1.27;
    color: #ffffff;
    font-weight: normal;
    display: none;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .quote-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.quote-desc:after {
    margin-left: 4px;
    content: '';
    background: -webkit-linear-gradient(359.84deg, #fff 0%, rgba(255,255,255,0) 101.67%);
    background: linear-gradient(90.16deg, #fff 0%, rgba(255,255,255,0) 101.67%);
    height: 1px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quote-desc:before {
    margin-right: 4px;
    height: 25px;
    width: 25px;
    content: '';
    background: url("../Content/Images/Login/logo-sm.png") no-repeat;
    background-size: auto;
}

.quote-content {
    z-index: 5;
    margin-top: 0;
    position: relative;
    padding: 0 15px 0 15px;
    max-width: 460px;
    font-size: 14px;
    line-height: 1.27;
    color: #4B5B69;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .quote-content {
        margin-top: 40px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
    }
}

.quote-content:before {
    position: absolute;
    left: 5px;
    top: -5px;
    font-family: 'font-ggm';
    font-size: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--ezColor); /*#73C136*/
}

@media screen and (min-width: 768px) {
    .quote-content:before {
        font-size: 16px;
        top: -10px;
        left: 2px;
        color: #ffffff;
    }
}

.quote-content:after {
    position: relative;
    bottom: 5px;
    font-family: 'font-ggm';
    font-size: 14px;
    color: var(--ezColor); /*#73C136*/
}

@media screen and (min-width: 768px) {
    .quote-content:after {
        font-size: 16px;
        bottom: 10px;
        color: #ffffff;
    }
}

.quote-bottom {
    position: relative;
    z-index: 5;
    padding: 15px 15px 0 15px;
    width: 100%;
    max-width: 460px;
}

@media screen and (min-width: 768px) {
    .quote-bottom {
        padding: 15px 15px 0 15px;
    }
}

.quote-author {
    font-size: 12px;
    line-height: 1.23;
    font-weight: 700;
    color: var(--ezColor); /*#73C136*/
}

@media screen and (min-width: 768px) {
    .quote-author {
        color: var(--ezWhite); /*#538034*/
        font-size: 14px;
    }
}

.social {
    position: relative;
    z-index: 4;
}

.social__icon-fb {
    content: '';
    background: url("../Content/Images/Login/facebook-icon-mobile.png") no-repeat 50% 50%;
    background-size: cover;
    height: 28px;
    width: 28px;
}

@media screen and (min-width: 768px) {
    .social__icon-fb {
        background: url("../Content/Images/Login/facebook-icon.png") no-repeat 50% 50%;
    }
}

.social__icon-tw {
    content: '';
    background: url("../Content/Images/Login/twitter-icon-mobile.png") no-repeat 50% 50%;
    background-size: cover;
    height: 29px;
    width: 28px;
}

@media screen and (min-width: 768px) {
    .social__icon-tw {
        background: url("../Content/Images/Login/twitter-icon.png") no-repeat 50% 50%;
    }
}

.social__icon-inst {
    content: '';
    background: url("../Content/Images/Login/inst-icon-mobile.png") no-repeat 50% 50%;
    background-size: cover;
    height: 28px;
    width: 28px;
}

@media screen and (min-width: 768px) {
    .social__icon-inst {
        background: url("../Content/Images/Login/inst-icon.png") no-repeat 50% 50%;
    }
}

.social-btn {
    cursor: pointer;
}

    .social-btn:not(:last-child) {
        margin-right: 15px;
    }

.ez-login-form .form-group {
    margin-bottom: 10px !Important;
}

.login-heading-wrapper small {
    font-size: 14px;
    color: #888888;
    display: block;
}

.ez-page-heading.login-heading-wrapper {
    line-height: 22px;
}

.validation-summary-errors {
    background-color: #FFDBDB;
    border: 1px solid #E87B7B;
    font-size: 14px;
    padding: 5px 0px;
    border-radius: 4px;
    margin-bottom: 12px;
}

    .validation-summary-errors ul {
        margin: 0px;
        padding: 0px 26px;
    }

.bg-blue-abs {
    position: absolute;
    width: 50%;
    min-height: 100vh;
    background-color: #008077;
    right: 0;
    top: 0;
    bottom: 0;
}
