/* .login-section {
    padding:15rem;
    background-color: #111111;
    color: #fff;
} */
body {
    background-color: #000000;
}
.login-section {
    position: relative;
    top: 12.8rem;
    background-color: #000000;
    margin-bottom: 12.8rem;
    padding: 0;
    color: #fff;
}
.login-section::before {
    content: " ";
    display: table;
}
.login-form-wrap {
    position: relative;
    background: linear-gradient(180deg, #04080e 0%, #0e1828 100%);
}
.login-form-content {
    margin: 3rem;
    padding: 6rem;
    position: relative;
    z-index: 2;
    border: solid 1px #122744 !important;
    display: block !important;
}
.large-title,
h2 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff;
    margin: 0;
}
.form-login {
    border: none !important;
    padding: 0;
    margin: 2em 0;
    text-align: left;
    display: block !important;
    border-radius: 0 !important;
}
.login-form-wrap:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15rem 15rem;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.login-form-content p {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}
.form-row label {
    line-height: 2;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #a3a3a3;
}
.form-row .required {
    color: #a00;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}
.form-row .input-text,
form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0.5em;
    display: block;
    background-color: #fff;
    border: 1px solid #200707cc;
    border-radius: 4px;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
}
form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
form .password-input input[type="password"] {
    padding-right: 2.5rem;
}
form .show-password-input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: var(--wc-form-color-text, #000);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0.7em;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
}
.login-account-benefits {
    background: #000000;
    position: relative;
    display: block !important;
}
@media (min-width: 769px) {
    .login-account-benefits .benefits-content {
        padding: 8rem 10rem;
    }
}
.benefits-content {
    position: relative;
    z-index: 2;
}
.benefits-content h2 {
    color: #a0e79c;
}
.benefits-content .list-dots {
    padding-top: 2rem !important;
}
.list-dots {
    list-style: none;
    list-style-type: none !important;
}
ul li,
ol li {
    color: #fff;
}
.list-dots li {
    font-size: 1.5rem;
    line-height: 1.73;
    color: #fff;
    position: relative;
    margin: 0.6rem;
}
.list-dots li:after {
    content: "";
    background: url(../img/dot-col.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: -3.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.lost-password-container {
    display: flex;
    margin-bottom: 12.8rem;
    padding: 0;
    background-color: #111111;
    position: relative;
    top: 12.8rem;
}
.lost-password-container::before {
    content: " ";
    display: table;
}
.lost_reset_password {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 4rem;
}
p {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    color: #fff;
}
.form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.form-row-first {
    width: 47%;
    overflow: visible;
}
.form-row::before {
    content: " ";
    display: table;
}
.form-row label {
    line-height: 2;
}
.form-row .input-text {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0.5em;
    display: block;
    background-color: #fff;
    border: 1px solid #200707cc;
    border-radius: 4px;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
}
lost_reset_password input[type="text"] {
    width: 100%;
    outline: none;
    font-size: 1.5rem;
    appearance: none;
}
.form-row::after {
    clear: both;
}
.form-row::after,
.form-row::before {
    content: " ";
    display: table;
}
.clear {
    clear: both;
}

.lost-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4.3rem;
    border: solid 1px #a0e79c;
    padding-right: 6rem;
    padding-left: 2.7rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 1.3rem;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    padding-top: 0.4rem;
    border-radius: 0 !important;
    transition: background 0.2s;
    cursor: pointer;
    padding-bottom: 0.1rem;
    margin: 0;
    line-height: 1;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    left: auto;
    margin: 0;
    line-height: 1;
}
.lost-btn:before {
    content: "";
    background: url(../img/arrow-right-double-white.svg) no-repeat center center;
    position: absolute;
    width: 2.8rem;
    height: 1.8rem;
    right: 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.lost-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -5px;
    right: -5px;
    border: solid 1px #ffffff;
}
.lost-btn:hover {
    color: #000000;
    background-color: #a0e79c;
    font-weight: bold;
    cursor: pointer;
    background-image: none;
}
.lost-btn:hover:before {
    background: url(../img/arrow-right-double-black.svg) no-repeat center center;
    position: absolute;
    width: 2.8rem;
    height: 1.8rem;
    right: 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.lost-btn:hover:after {
    content: "";
    z-index: -1;
}
