

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f2f3f5;
/* sh: Codes - Landing Page */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f2f3f5;

    min-height: 100vh;

    display: grid;

    place-items: center;
}

* {
    box-sizing: border-box;
}

/* ************************************************************************** */

/* ************************************************************************** */

@media screen and (min-width: 1200px) {
    html,
    body,
    app-root {
        height: 100%;
    }
}

.l-login {
    transition: opacity 0.8s ease-in-out;
    position: fixed;
    /* height: 100%; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    background: #fff;

    /* background: url(../img/bg/landing-bg.png) no-repeat center center fixed; */
    /* background: url(../img/landing-bg2.png) no-repeat center center fixed;  */
    background: url(../img/bg2.jpg) no-repeat center center fixed; 
    /* background: url(../img/bg/landing-bg2x.png) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    overflow: hidden;

    opacity: 1;

    /* text-align: center; */
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-login__form {
    z-index: 9;
}

.l-login .square {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 30px;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.l-login .square.blue-dark {
    background-color: #01579b;
}
.l-login .square.red {
    background-color: #d75a4a;
}
.l-login .square.left-bottom {
    bottom: -40px;
    left: -100px;
    box-shadow: 1px 4px 25px rgba(0, 0, 0, 0.33);
}
.l-login .square.top-right {
    top: -40px;
    right: -100px;
    box-shadow: -5px 4px 9px rgba(0, 0, 0, 0.31);
}

.img-wrap {
    text-align: center;
    /* z-index: 9; */
}

.l-login__form-logo {
    border-radius: 10px;
    width: 80%;
    /* width: 300px; */
    margin-bottom: 20px;
}

/* ************************************************************************** */

/* ************************************************************************** */

.c-wind-turbine {
    position: absolute;
    bottom: 20px;
    right: 100px;
    height: 128px;
    width: 128px;
}
.c-wind-turbine.big {
    position: absolute;
    bottom: 20px;
    right: 200px;
    height: 128px;
    width: 128px;
}
.c-wind-turbine__inner {
    position: relative;
}
.c-wind-turbine__propeller {
    width: 128px;
    height: 128px;
    -webkit-animation-name: rotate;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-delay: 0;
    -moz-animation-duration: 0.9s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-delay: 0;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.c-wind-turbine__propeller polyline {
    stroke: #d75a4a;
}
.c-wind-turbine__propeller.big {
    top: -32px;
    position: absolute;
    left: 25px;
}
.c-wind-turbine__propeller.big polyline {
    stroke: #d75a4a;
}
.c-wind-turbine__poll {
    width: 150px;
    height: 350px;
    position: absolute;
    top: -95px;
    left: -10px;
}
.c-wind-turbine__poll polygon {
    fill: #d75a4a;
}
.c-wind-turbine__poll circle {
    fill: #d75a4a;
}
.c-wind-turbine__poll.big {
    width: 200px;
    height: 500px;
    top: -195px;
}
.c-wind-turbine__poll.big polygon {
    fill: #d75a4a;
}
.c-wind-turbine__poll.big circle {
    fill: #d75a4a;
}

@media screen and (max-width: 650px) {
    .wind-turbine-parent {
        visibility: hidden;
    }
}
@media screen and (max-height: 800px) {
    .square {
        width: 175px;
        height: 175px;
    }
}
@media screen and (max-height: 580px) {
    .square.top-right {
        top: -80px;
    }

    .square.left-bottom {
        bottom: -80px;
    }
}
.circular-loader {
    margin: -20px 5px;
    fill: #009688;
}
.circular-loader.speed-slow {
    -webkit-animation: spin 0.8s linear infinite;
    -moz-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}
.circular-loader.speed-normal {
    -webkit-animation: spin 0.4s linear infinite;
    -moz-animation: spin 0.4s linear infinite;
    -ms-animation: spin 0.4s linear infinite;
    animation: spin 0.4s linear infinite;
}
.circular-loader.speed-fast {
    -webkit-animation: spin 0.2s linear infinite;
    -moz-animation: spin 0.2s linear infinite;
    animation: spin 0.2s linear infinite;
}

@-webkit-keyframes hu__hu__ {
    0% {
        left: -100px;
    }
    50% {
        left: -80px;
    }
    100% {
        left: -100px;
    }
}
@-moz-keyframes hu__hu__ {
    0% {
        left: -100px;
    }
    50% {
        left: -80px;
    }
    100% {
        left: -100px;
    }
}
@keyframes hu__hu__ {
    0% {
        left: -100px;
    }
    50% {
        left: -80px;
    }
    100% {
        left: -100px;
    }
}
@-webkit-keyframes hu__hu_r_ {
    0% {
        right: -100px;
    }
    50% {
        right: -80px;
    }
    100% {
        right: -100px;
    }
}
@-moz-keyframes hu__hu_r_ {
    0% {
        right: -100px;
    }
    50% {
        right: -80px;
    }
    100% {
        right: -100px;
    }
}
@keyframes hu__hu_r_ {
    0% {
        right: -100px;
    }
    50% {
        right: -80px;
    }
    100% {
        right: -100px;
    }
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes inputHighlighter {
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    to {
        width: 0;
        background: transparent;
    }
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
        transform-origin: center;
    }
    50% {
        transform: rotate(180deg);
        transform-origin: center;
    }
    100% {
        transform: rotate(360deg);
        transform-origin: center;
    }
}
@-moz-keyframes rotate {
    0% {
        transform: rotate(0deg);
        transform-origin: center;
    }
    50% {
        transform: rotate(180deg);
        transform-origin: center;
    }
    100% {
        transform: rotate(360deg);
        transform-origin: center;
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
        transform-origin: center;
    }
    50% {
        transform: rotate(180deg);
        transform-origin: center;
    }
    100% {
        transform: rotate(360deg);
        transform-origin: center;
    }
}
.hu_hu_animation {
    -webkit-animation-name: hu__hu__;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: hu__hu__;
    -moz-animation-delay: 0;
    -moz-animation-duration: 2.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    animation-name: hu__hu__;
    animation-delay: 0;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.hu__hu_r_ {
    -webkit-animation-name: hu__hu__r_;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: hu__hu__r_;
    -moz-animation-delay: 0;
    -moz-animation-duration: 2.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    animation-name: hu__hu__r_;
    animation-delay: 0;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

/* ************************************************************************** */

/* ************************************************************************** */

.signup {
    padding: 30px 35px 28px 35px;

    background-color: white;
    border-radius: 30px;
    width: 100%;
    max-width: 440px;
    opacity: 0.9;
}

.signup-heading {
    text-align: center;
    font-weight: 600;
    color: #363a40;
    font-size: 35px;
    /* margin-bottom: 35px; */
    margin-bottom: 10px;
}

.form-title {
    font-family: 'Poppins', sans-serif;

    text-align: center;
    
    font-size: 20px;
    font-weight: 700;
    /* line-height: 50px; */

    color: #d75a4a;

    /* padding-left: 35px; */
    padding-bottom: 5px;
}

.form-group {
    /* margin-bottom: 25px; */
    margin-bottom: 15px;
}

.form-label {
    /* display: inline-block; */
    display: block;
    /* left: 0; */
    cursor: pointer;
    color: #363a40;
    /* margin-bottom: 15px; */
    margin-bottom: 10px;
    font-size: 13px;

    font-weight: 500;
}

.form-input::-webkit-input-placeholder {
    color: #b4bdc1;
}

/* ************************************************************************** */

/* ************************************************************************** */

.xg-line {
    padding: 0px;

    /* margin: 0px 135px 15px 135px; */

    margin: 0px 90px 15px 90px;

    border-top: 0;
    border-left: 0px;
    border-right: 0;
    border-bottom: 2px solid #57aab4;
    outline: none;
}

.form-input {
    display: block;
    width: 100%;

    padding: 13px;

    border-radius: 10px;
    border: 0;
    /* outline: none; */
    /* outline-style: double; */
    outline-color: rgba(48, 146, 85, 0.2);

    font-family: 'Poppins', sans-serif;
    background-color: #f2f3f5;
    /* border: 1px solid rgba(48, 146, 85, 0.2); */
    color: #363a40;

    font-size: 12px;
}

.form-submit {
    display: block;

    margin-top: 30px;
    width: 100%;

    padding: 13px;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 0;

    border-radius: 10px;

    background-color: #e7f8ee;

    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;

    outline: none;
}

.btn.btn-outline {
    border: 1px solid rgba(48, 146, 85, 0.2);
    /* line-height: 58px; */
    color: #309255;
    text-decoration: none;
}

.btn.btn-outline:hover {
    background-color: #309255;
    border-color: #309255;
    color: #fff;
}

/* ************************************************************************** */

/* ************************************************************************** */

label.checkbox.red {
    color: #363a40;
    /* color: #07429a; */
    font-size: 12px;

    margin-right: 1rem;
    /* padding-left: 1.75rem; */
    padding-left: 1.3rem;

    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkbox.red input[type='checkbox'] {
    position: absolute;
    opacity: 0;
}

label.checkbox.red input[type='checkbox']:focus ~ span {
    border: 2px solid #aab0b9;
}
label.checkbox.red input[type='checkbox']:focus:checked ~ span {
    border: 2px solid #ad201e;
}
label.checkbox.red input[type='checkbox']:checked ~ span {
    color: #ffffff;
    background: #dd3c3a
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+)
        50% 40% no-repeat;
    border: 2px solid #dd3c3a;
}
label.checkbox.red span {
    border-radius: 3px;
    position: absolute;
    left: 0;
    /* top: -2px; */
    width: 1rem;
    height: 1rem;
    background-color: #d4d7dc;
    border: 2px solid #d4d7dc;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ************************************************************************** */

/* ************************************************************************** */

#remember-container {
    position: relative;

    /* margin: -5px 20px; */
    margin: 0px 15px;
}

.forget-password {
    color: #4c6ef4;
    text-decoration: none;

    font-size: 12px;

    text-align: right;

    cursor: pointer;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.forget-password:hover {
    color: #309255;

    font-weight: 500;
}

label.checkbox.red:hover {
    color: #ef5030;
    font-weight: 500;
}

.login-has-error {
    text-align: center;
    /* margin-left: 10px; */
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #de0501;
}

/* ************************************************************************** */

/* ************************************************************************** */

.language-select {
    /* text-align: left; */

    /* z-index: 9; */

    position: absolute;

    top: 2px;
    left: 15px;

    /* width: 600px; */
}

.dropdown-el {
    /* font-family: "Myriad Pro","Arial",sans; */
    font-family: 'Poppins', sans-serif;
    font-size: 20px;

    /* margin-top: 20vh; */

    /* min-width: 12em; */
    position: relative;
    display: inline-block;
    margin-right: 1em;
    min-height: 2em;
    max-height: 2em;
    overflow: hidden;

    top: 0.5em;

    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #444;
    outline: none;
    border: 0.06em solid transparent;
    border-radius: 1em;
    background-color: #cde4f5;
    transition: 0.3s all ease-in-out;

    z-index: 9;
}
.dropdown-el input {
    display: none;
}
.dropdown-el label {
    border-top: 0.06em solid #d9d9d9;
    display: block;
    height: 2em;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
}
.dropdown-el label:nth-child(2) {
    margin-top: 2em;
    border-top: 0.06em solid #d9d9d9;
}
.dropdown-el input:checked + label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
}
.dropdown-el input:checked + label:nth-child(2) {
    margin-top: 0;
    position: relative;
}
.dropdown-el::after {
    content: '';
    position: absolute;
    right: 0.8em;
    top: 0.9em;
    border: 0.3em solid #3694d7;
    border-color: #3694d7 transparent transparent transparent;
    transition: 0.4s all ease-in-out;
}
.dropdown-el.expanded {
    border: 0.06em solid #3694d7;
    background: #fff;
    border-radius: 0.25em;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
    /* max-height: 15em; */
    max-height: 35em;
}
.dropdown-el.expanded label {
    border-top: 0.06em solid #d9d9d9;
}
.dropdown-el.expanded label:hover {
    color: #3694d7;
}
.dropdown-el.expanded input:checked + label {
    color: #3694d7;
}
.dropdown-el.expanded::after {
    transform: rotate(-180deg);
    top: 0.55em;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
/* ************************************************************************** */

/* ************************************************************************** */

@media screen and (max-width: 767px) {
    .signup {
        padding: 30px 30px 25px 30px;

        max-width: 340px;
    }
    .signup-heading {
        font-size: 28px;
    }
    .form-title {
        font-size: 18px;

        padding-bottom: 3px;
        /* padding-left: 25px; */
    }
    .xg-line {
        margin: 0px 75px 15px 75px;
    }
    .l-login__form-logo {
        width: 70%;
        margin-bottom: 18px;
    }
    .forget-password {
        font-size: 11px;
    }
    label.checkbox.red {
        font-size: 11px;

        margin-right: 0.8rem;
        padding-left: 1.2rem;
    }
    #remember-container {
        margin: -5px 0px;
    }
    .dropdown-el {
        font-size: 17px !important;
    }
    .language-select {
        left: 12px !important;
    }
}

    min-height: 100vh;

    display: grid;

    place-items: center;
}

* {
    box-sizing: border-box;
}

/* ************************************************************************** */

/* ************************************************************************** */

@media screen and (min-width: 1200px) {
    html,
    body,
    app-root {
        height: 100%;
    }
}

.l-login {
    transition: opacity 0.8s ease-in-out;
    position: fixed;
    /* height: 100%; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    background: #fff;

    /* background: url(../img/bg/landing-bg.png) no-repeat center center fixed; */
    /* background: url(../img/landing-bg2.png) no-repeat center center fixed;  */
    background: url(../img/bg2.jpg) no-repeat center center fixed; 
    /* background: url(../img/bg/landing-bg2x.png) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    overflow: hidden;

    opacity: 1;

    /* z-index: 100; */

    /* text-align: center; */
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-login__form {
    /* z-index: 9999; */
}

.l-login .square {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 30px;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.l-login .square.blue-dark {
    background-color: #01579b;
}
.l-login .square.red {
    background-color: #d75a4a;
}
.l-login .square.left-bottom {
    bottom: -40px;
    left: -100px;
    box-shadow: 1px 4px 25px rgba(0, 0, 0, 0.33);
}
.l-login .square.top-right {
    top: -40px;
    right: -100px;
    box-shadow: -5px 4px 9px rgba(0, 0, 0, 0.31);
}

.img-wrap {
    text-align: center;
    /* z-index: 1000; */
}

.l-login__form-logo {
    border-radius: 10px;
    width: 80%;
    /* width: 300px; */
    margin-bottom: 20px;
}

/* ************************************************************************** */

/* ************************************************************************** */

.c-wind-turbine {
    position: absolute;
    bottom: 20px;
    right: 100px;
    height: 128px;
    width: 128px;
}
.c-wind-turbine.big {
    position: absolute;
    bottom: 20px;
    right: 200px;
    height: 128px;
    width: 128px;
}
.c-wind-turbine__inner {
    position: relative;
}
.c-wind-turbine__propeller {
    width: 128px;
    height: 128px;
    -webkit-animation-name: rotate;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-delay: 0;
    -moz-animation-duration: 0.9s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-delay: 0;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.c-wind-turbine__propeller polyline {
    stroke: #d75a4a;
}
.c-wind-turbine__propeller.big {
    top: -32px;
    position: absolute;
    left: 25px;
}
.c-wind-turbine__propeller.big polyline {
    stroke: #d75a4a;
}
.c-wind-turbine__poll {
    width: 150px;
    height: 350px;
    position: absolute;
    top: -95px;
    left: -10px;
}
.c-wind-turbine__poll polygon {
    fill: #d75a4a;
}
.c-wind-turbine__poll circle {
    fill: #d75a4a;
}
.c-wind-turbine__poll.big {
    width: 200px;
    height: 500px;
    top: -195px;
}
.c-wind-turbine__poll.big polygon {
    fill: #d75a4a;
}
.c-wind-turbine__poll.big circle {
    fill: #d75a4a;
}

@media screen and (max-width: 650px) {
    .wind-turbine-parent {
        visibility: hidden;
    }
}
@media screen and (max-height: 800px) {
    .square {
        width: 175px;
        height: 175px;
    }
}
@media screen and (max-height: 580px) {
    .square.top-right {
        top: -80px;
    }

    .square.left-bottom {
        bottom: -80px;
    }
}
.circular-loader {
    margin: -20px 5px;
    fill: #009688;
}
.circular-loader.speed-slow {
    -webkit-animation: spin 0.8s linear infinite;
    -moz-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}
.circular-loader.speed-normal {
    -webkit-animation: spin 0.4s linear infinite;
    -moz-animation: spin 0.4s linear infinite;
    -ms-animation: spin 0.4s linear infinite;
    animation: spin 0.4s linear infinite;
}
.circular-loader.speed-fast {
    -webkit-animation: spin 0.2s linear infinite;
    -moz-animation: spin 0.2s linear infinite;
    animation: spin 0.2s linear infinite;
}

@-webkit-keyframes hu__hu__ {
    0% {
        left: -100px;
    }
    50% {
        left: -80px;
    }
    100% {
        left: -100px;
    }
}
@-moz-keyframes hu__hu__ {
    0% {
        left: -100px;
    }
    50% {
        left: -80px;
    }
    100% {
        left: -100px;
    }
}
@keyframes hu__hu__ {
    0% {
        left: -100px;
    }
    50% {
        left: -80px;
    }
    100% {
        left: -100px;
    }
}
@-webkit-keyframes hu__hu_r_ {
    0% {
        right: -100px;
    }
    50% {
        right: -80px;
    }
    100% {
        right: -100px;
    }
}
@-moz-keyframes hu__hu_r_ {
    0% {
        right: -100px;
    }
    50% {
        right: -80px;
    }
    100% {
        right: -100px;
    }
}
@keyframes hu__hu_r_ {
    0% {
        right: -100px;
    }
    50% {
        right: -80px;
    }
    100% {
        right: -100px;
    }
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes inputHighlighter {
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    to {
        width: 0;
        background: transparent;
    }
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
        transform-origin: center;
    }
    50% {
        transform: rotate(180deg);
        transform-origin: center;
    }
    100% {
        transform: rotate(360deg);
        transform-origin: center;
    }
}
@-moz-keyframes rotate {
    0% {
        transform: rotate(0deg);
        transform-origin: center;
    }
    50% {
        transform: rotate(180deg);
        transform-origin: center;
    }
    100% {
        transform: rotate(360deg);
        transform-origin: center;
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
        transform-origin: center;
    }
    50% {
        transform: rotate(180deg);
        transform-origin: center;
    }
    100% {
        transform: rotate(360deg);
        transform-origin: center;
    }
}
.hu_hu_animation {
    -webkit-animation-name: hu__hu__;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: hu__hu__;
    -moz-animation-delay: 0;
    -moz-animation-duration: 2.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    animation-name: hu__hu__;
    animation-delay: 0;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.hu__hu_r_ {
    -webkit-animation-name: hu__hu__r_;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: hu__hu__r_;
    -moz-animation-delay: 0;
    -moz-animation-duration: 2.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    animation-name: hu__hu__r_;
    animation-delay: 0;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

/* ************************************************************************** */

/* ************************************************************************** */

.signup {
    padding: 30px 35px 28px 35px;

    background-color: white;
    border-radius: 30px;
    width: 100%;
    max-width: 440px;
    opacity: 0.9;
}

.signup-heading {
    text-align: center;
    font-weight: 600;
    color: #363a40;
    font-size: 35px;
    /* margin-bottom: 35px; */
    margin-bottom: 10px;
}

.form-title {
    font-family: 'Poppins', sans-serif;

    text-align: center;
    
    font-size: 20px;
    font-weight: 700;
    /* line-height: 50px; */

    color: #d75a4a;

    /* padding-left: 35px; */
    padding-bottom: 5px;
}

.form-group {
    /* margin-bottom: 25px; */
    margin-bottom: 15px;
}

.form-label {
    /* display: inline-block; */
    display: block;
    /* left: 0; */
    cursor: pointer;
    color: #363a40;
    /* margin-bottom: 15px; */
    margin-bottom: 10px;
    font-size: 13px;

    font-weight: 500;
}

.form-input::-webkit-input-placeholder {
    color: #b4bdc1;
}

/* ************************************************************************** */

/* ************************************************************************** */

.xg-line {
    padding: 0px;

    /* margin: 0px 135px 15px 135px; */

    margin: 0px 90px 15px 90px;

    border-top: 0;
    border-left: 0px;
    border-right: 0;
    border-bottom: 2px solid #57aab4;
    outline: none;
}

.form-input {
    display: block;
    width: 100%;

    padding: 13px;

    border-radius: 10px;
    border: 0;
    /* outline: none; */
    /* outline-style: double; */
    outline-color: rgba(48, 146, 85, 0.2);

    font-family: 'Poppins', sans-serif;
    background-color: #f2f3f5;
    /* border: 1px solid rgba(48, 146, 85, 0.2); */
    color: #363a40;

    font-size: 12px;
}

.form-submit {
    display: block;

    margin-top: 30px;
    width: 100%;

    padding: 13px;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 0;

    border-radius: 10px;

    background-color: #e7f8ee;

    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;

    outline: none;
}

.btn.btn-outline {
    border: 1px solid rgba(48, 146, 85, 0.2);
    /* line-height: 58px; */
    color: #309255;
    text-decoration: none;
}

.btn.btn-outline:hover {
    background-color: #309255;
    border-color: #309255;
    color: #fff;
}

/* ************************************************************************** */

/* ************************************************************************** */

label.checkbox.red {
    color: #363a40;
    /* color: #07429a; */
    font-size: 12px;

    margin-right: 1rem;
    /* padding-left: 1.75rem; */
    padding-left: 1.3rem;

    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkbox.red input[type='checkbox'] {
    position: absolute;
    opacity: 0;
}

label.checkbox.red input[type='checkbox']:focus ~ span {
    border: 2px solid #aab0b9;
}
label.checkbox.red input[type='checkbox']:focus:checked ~ span {
    border: 2px solid #ad201e;
}
label.checkbox.red input[type='checkbox']:checked ~ span {
    color: #ffffff;
    background: #dd3c3a
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+)
        50% 40% no-repeat;
    border: 2px solid #dd3c3a;
}
label.checkbox.red span {
    border-radius: 3px;
    position: absolute;
    left: 0;
    /* top: -2px; */
    width: 1rem;
    height: 1rem;
    background-color: #d4d7dc;
    border: 2px solid #d4d7dc;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ************************************************************************** */

/* ************************************************************************** */

#remember-container {
    position: relative;

    /* margin: -5px 20px; */
    margin: 0px 15px;
}

.forget-password {
    color: #4c6ef4;
    text-decoration: none;

    font-size: 12px;

    text-align: right;

    cursor: pointer;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.forget-password:hover {
    color: #309255;

    font-weight: 500;
}

label.checkbox.red:hover {
    color: #ef5030;
    font-weight: 500;
}

.login-has-error {
    text-align: center;
    /* margin-left: 10px; */
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #de0501;
}

/* ************************************************************************** */

/* ************************************************************************** */

.language-select {
    /* text-align: left; */

    /* z-index: 9999; */

    position: absolute;

    top: 2px;
    left: 15px;

    /* width: 600px; */
}

.dropdown-el {
    /* font-family: "Myriad Pro","Arial",sans; */
    font-family: 'Poppins', sans-serif;
    font-size: 20px;

    /* margin-top: 20vh; */

    /* min-width: 12em; */
    position: relative;
    display: inline-block;
    margin-right: 1em;
    min-height: 2em;
    max-height: 2em;
    overflow: hidden;

    top: 0.5em;

    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #444;
    outline: none;
    border: 0.06em solid transparent;
    border-radius: 1em;
    background-color: #cde4f5;
    transition: 0.3s all ease-in-out;

    z-index: 9;
}
.dropdown-el input {
    display: none;
}
.dropdown-el label {
    border-top: 0.06em solid #d9d9d9;
    display: block;
    height: 2em;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
}
.dropdown-el label:nth-child(2) {
    margin-top: 2em;
    border-top: 0.06em solid #d9d9d9;
}
.dropdown-el input:checked + label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
}
.dropdown-el input:checked + label:nth-child(2) {
    margin-top: 0;
    position: relative;
}
.dropdown-el::after {
    content: '';
    position: absolute;
    right: 0.8em;
    top: 0.9em;
    border: 0.3em solid #3694d7;
    border-color: #3694d7 transparent transparent transparent;
    transition: 0.4s all ease-in-out;
}
.dropdown-el.expanded {
    border: 0.06em solid #3694d7;
    background: #fff;
    border-radius: 0.25em;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
    /* max-height: 15em; */
    max-height: 35em;
}
.dropdown-el.expanded label {
    border-top: 0.06em solid #d9d9d9;
}
.dropdown-el.expanded label:hover {
    color: #3694d7;
}
.dropdown-el.expanded input:checked + label {
    color: #3694d7;
}
.dropdown-el.expanded::after {
    transform: rotate(-180deg);
    top: 0.55em;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
/* ************************************************************************** */

/* ************************************************************************** */

@media screen and (max-width: 767px) {
    .signup {
        padding: 30px 30px 25px 30px;

        max-width: 340px;
    }
    .signup-heading {
        font-size: 28px;
    }
    .form-title {
        font-size: 18px;

        padding-bottom: 3px;
        /* padding-left: 25px; */
    }
    .xg-line {
        margin: 0px 75px 15px 75px;
    }
    .l-login__form-logo {
        width: 70%;
        margin-bottom: 18px;
    }
    .forget-password {
        font-size: 11px;
    }
    label.checkbox.red {
        font-size: 11px;

        margin-right: 0.8rem;
        padding-left: 1.2rem;
    }
    #remember-container {
        margin: -5px 0px;
    }
    .dropdown-el {
        font-size: 17px !important;
    }
    .language-select {
        left: 12px !important;
    }
}
