body{
    background: #F8FAFB;
    position: relative;overflow: hidden;}

#loginContainer {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 450px;
    height: 100%;
}

#login {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;}

.login h1 {
    text-align: center;
    margin-top: auto;
}

.login h1 a{
    background-size: auto;
    width: 173px;
    height: 60px;
    margin: 0 auto;
}

#welcomeBackDiv {
    padding: 20px 0;
}

#welcomeBackTitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 58px;
    text-align: center;
    color: #1A2C3D;
}

#welcomeBackSubtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #738392;
    padding-top: 12px;
}

#loginform {
    background: none;
    box-shadow: none;
    border: none;
    padding: 20px 0;
    margin: 0;
}

#userContainDiv,
#userPassDiv {
    padding : 14px 20px;
    background: #EEF2F5;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    transition: all 0.4s ease-in-out
}

#userContainDiv.focus,
#userPassDiv.focus,
#userContainDiv.focus:hover,
#userPassDiv.focus:hover{
    background: #fff;
}

#userContainDiv.active,
#userPassDiv.active {
    background: #fff;
}

#userContainDiv:hover,
#userPassDiv:hover {
    background: #dee9f0;
    cursor: text;
}

#userNameImage,
#userPassImage {
    display : inline-block;
    width: 55px;
}

#userContainDiv p,
.user-pass-wrap {
    display : inline-block;
    max-width: 330px;
}

label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #738392;
}

#user_login,
#user_pass {
    background: transparent;
    font-size: 18px;
    line-height: 25px;
    border: none;
    border-radius: unset;
    padding: 0px;
    margin: 0px;
    min-height: 25px;
    border-color: #66afe9;
    outline: 0;
}

#user_login:focus,
#user_pass:focus {
    box-shadow: none;
}

#userPassDiv {
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
}

#user_pass {
    width: 100%;
    min-width: 330px;
    max-width: 330px;
}

.wp-hide-pw {
    display: none !important;
}

.forgetmenot {
    padding: 14px;
}

#wp-submit {
    padding: 14px 20px;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    min-width: 200px;
    background: #0A3F8F;
    transition: all 0.4s ease;
}

#wp-submit:hover {
    transform: translatey(-4px);
}

#nav {
    display: inline-block;
    width: 45%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #738392;
    border-right: 1px solid #CECECE;
    padding: 0px !important;
    padding-right: 4% !important;
    text-align: right;
}

#backtoblog {
    display: inline-block;
    width: 45%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #738392;
    text-align: left;
    padding: 0px !important;
    padding-left: 4% !important;
}



/* Copy Right Section */
#copyRightDiv {
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    margin-top: auto;}

#copyRightImage {
    width: 81px;
    height: 28px;
}

#copyRightText {
    display: inline-block;
    text-align: left;
    padding-left: 50px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #627597;
}

.language-switcher,
.wpml-login-ls {
    display: none;
}

[type=checkbox] {
    width: 2rem;
    height: 2rem;
    color: dodgerblue;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
}


/* Pseudo element for check styling */

[type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}


/* Checked */

[type=checkbox]:checked {
    background-color: currentcolor;
}

[type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}


/* Disabled */

[type=checkbox]:disabled {
    background-color: #CCD3D8;
    opacity: 0.84;
    cursor: not-allowed;
}


/* IE */

[type=checkbox]::-ms-check {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}

[type=checkbox]:checked::-ms-check {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.animatedGradient {position: absolute;top: -60px;left: -40px;animation: x 13s linear infinite alternate;z-index: -1;opacity: 0.5;}
.animatedGradient.data-2 {top: calc(100% - 60px);
    left: calc(100% - 120px);animation: x2 13s linear infinite alternate;}
.animatedGradient > * {width: 650px;height: 480px;background: linear-gradient(150.45deg, #F7941E 11.22%, #72C6EF 50%, #00A651 88.78%);
    filter: blur(80px);animation: y 10s linear infinite alternate;}
.animatedGradient.data-2 > *{width: 550px;
    height: 480px;background: linear-gradient(37.05deg, #1488CC 8.71%, #2B32B2 91.29%);filter: blur(100px);animation: y2 10s linear infinite alternate;}


@keyframes x {
    100% {
        transform: translateX( calc(100vw) );
    }
}

@keyframes y {
    100% {
        transform: translateY( calc(100vh) );
    }
}@keyframes x2 {
     100% {
         transform: translateX( calc(-100vw) );
     }
 }

@keyframes y2 {
    100% {
        transform: translateY( calc(-100vh) );
    }
}


input[type=checkbox] + label {
    display: inline-block;
    color: #738392;
    cursor: pointer;
    position: relative;
}
input[type=checkbox] + label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 18px;
    height: 18px;
    transform-origin: center;
    border: 2px solid #738392;
    border-radius: 50%;
    vertical-align: -6px;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
input[type=checkbox] + label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #738392;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 6px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}
input[type=checkbox] + label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #738392;
    position: absolute;
    transform: rotate(305deg);
    top: 13px;
    left: 7px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}
input[type=checkbox] + label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
}
input[type=checkbox] + label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
}

input[type=checkbox] {
    display: none;
}
input[type=checkbox]:checked + label span {
    background-color: #39A238;
    transform: scale(1.25);
    border-color: #39A238;}
input[type=checkbox]:checked + label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}
input[type=checkbox]:checked + label span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}
input[type=checkbox]:checked + label:hover span {
    background-color: #39A238;
    transform: scale(1.25);
    border-color: #39A238;}
input[type=checkbox]:checked + label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}
input[type=checkbox]:checked + label:hover span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}