*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
    color: #262326;
    margin: 0;
}
img {
    max-width: 100%;
}
a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.login_wrap {
    height: 100vh;
    background: #acc53e;
    overflow: auto;
}
.container {
    height: 100%;
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
.login_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 100%;
    padding: 40px 0px;
}
.login_img {
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 800px;
    height: auto;
}
.login_img img {
    position: relative;
    bottom: -4px;
}
.login_form {
    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;
    width: 550px;
    margin-left: auto;
    border-radius: 16px;
    background: #FFF;
    padding: 30px 80px;
}

.login-copyright {
    position: absolute;
    left: 15px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.48px;
}
.login_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login_logo img {
    width: 270px;
}

.form_title{
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.6px;
    margin-top: 30px;
}
.forgotten {
    color: #acc53e;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    margin-top: 10px;
}

.input, .textarea {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}
.input input, .textarea textarea {
    -webkit-transition-property: border-color;
    -o-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    resize: none;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ededed;
    height: 55px;
    border-radius: 8px;
    padding: 0 20px;
}
.btn {
    width: 100%;
    cursor: pointer;
    background-color: #acc53e;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 32px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    border: none;
}
.btn:hover {
    background-color: #262326;
}

.register_content{
    display: inline;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    margin-top: 60px;
}
.register_content a {
    display: inline;
    font-weight: 600;
    color: #acc53e;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
form {
    width: 100%;
}

.alert.alert-danger {
    background: #f8d7da;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #f5c6cb;
    color: #721c24;
}
.forgot-description{
    text-align: center;
    margin-bottom: 20px;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
#agreement_checkbox .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 15px;
}
#agreement_checkbox .checkbox a{
    display: inline;
    color: rgba(29, 29, 29, 0.7);
    text-decoration: underline;
}
input.checkbox_input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
input + label {
    padding: 0 0 0 20px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
input + label::before {
    content: '';
    margin: 0 10px 0 -20px;
    width: 14px;
    height: 14px;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
}
input:checked + label::before {
    border-color: #50B242;
    background: #50B242;
}
.simplecheckout-error-text {
    color: #dc3545;
    padding: 5px 21px;
}
@media (max-width: 767px) {
    .login_img{
        display: none;
    }
}