@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@font-face {
    font-family: 'Geometria';
    src: url('/web/css/fonts/Geometria-Thin.ttf') format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: 'Geometria';
    src: url('/web/css/fonts/Geometria-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Geometria';
    src: url('/web/css/fonts/Geometria-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Geometria';
    src: url('/web/css/fonts/Geometria.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Geometria';
    src: url('/web/css/fonts/Geometria-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Geometria';
    src: url('/web/css/fonts/Geometria-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Geometria';
    src: url('/web/css/fonts/Geometria-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'Geometria';
    src: url('/web/css/fonts/Geometria-Heavy.ttf') format('truetype');
    font-weight: 900;
}

:root {
    --lColor1: #0aa33d;
    --lColor2: #b6eac6;
    --lColor3: #333;
    --lColor4: #404040;
    --lColor5: #888;
    --lColor6: #f6f6f6;

    --lFont1: 'PT Sans', 'Tahoma', 'Arial', sans-serif;
    --lFont2: 'Geometria', 'Tahoma', 'Arial', sans-serif;
}

/* body
----------------------------------------------------------------------------------------------------------------------*/
html,
body {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    background: var(--lColor6);
    font-weight: 400;
    font-family: var(--lFont1);
}
.slide-menu:not(.mm-menu) {
    display: none;
}
.wrap {
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0;
    padding: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
div {
    outline: none!important;
}
img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    outline: none!important;
}
a {
    outline: none!important;
}
button {
    outline: none!important;
}

@media (max-width: 992px) {}

/* ratio
----------------------------------------------------------------------------------------------------------------------*/
.ratio {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100% 0 0;
    position: relative;
}
.ratio.ratio-1x1 {
    padding-top: 100%;
}
.ratio.ratio-16x9 {
    padding-top: calc(9 / 16 * 100%);
}
.ratio.ratio-21x9 {
    padding-top: calc(9 / 21 * 100%);
}
.ratio:after {
    content: ' ';
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}
.ratio .ratio-content {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}

@media (max-width: 992px) {}

/* prime-button
----------------------------------------------------------------------------------------------------------------------*/
.prime-button {
    width: auto;
    height: 48px;
    margin: 0;
    padding: 0 30px;
    background: var(--lColor1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none!important;
    border: none;
    border-radius: 4px;
}
.prime-button.prime-button--hollow {
    background: none;
    border: 2px solid var(--lColor2);
}
.prime-button.prime-button--small {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.prime-button i {
    font-size: 16px;
    color: #fff;
}
.prime-button.prime-button--hollow i {
    color: var(--lColor1);
}
.prime-button.prime-button--small i {
    font-size: 14px;
}
.prime-button i:first-child {
    margin-right: 10px;
}
.prime-button i:last-child {
    margin-left: 10px;
}
.prime-button span {
    font-family: var(--lFont2);
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.prime-button.prime-button--hollow span {
    color: var(--lColor1);
}
.prime-button.prime-button--small span {
    font-size: 12px;
}

@media (max-width: 992px) {}

/* forms
----------------------------------------------------------------------------------------------------------------------*/
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    margin-bottom: 10px;
    padding-left: 0;
    font-family: var(--lFont2);
    font-weight: 700;
    font-size: 12px;
    color: var(--lColor3);
    text-transform: uppercase;
}
.form-group label > div {
    margin-right: 5px;
}
.form-group.required label:before {
    content: '* ';
    color: #dd4b39;
}
.form-group .icheckbox_square-green {
    border-radius: 4px;
}
.form-group input[type='text'],
.form-group input[type='email'],
.form-group input[type='password'] {
    height: 48px;
    font-size: 14px;
    color: var(--lColor4);
    border-radius: 4px;
}
.form-group textarea {
    height: 120px;
    font-size: 14px;
    color: var(--lColor4);
    border-radius: 4px;
    resize: vertical;
}
.form-group select {
    height: 48px;
    font-size: 14px;
    color: var(--lColor4);
    border-radius: 4px;
}
.form-group .select2 .select2-selection {
    height: 48px;
    line-height: 34px;
}
.form-group .select2 .select2-selection .select2-selection__rendered {
    font-size: 14px;
}
.form-group .select2 .select2-selection .select2-selection__arrow {
    height: 46px;
}
.form-group .password-container {
    position: relative;
}
.form-group .password-container button.change-password-type {
    width: auto;
    height: 100%;
    padding: 0 10px;
    background: none;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: none;
}
.form-group .password-container button.change-password-type i {
    font-size: 20px;
}

@media (max-width: 992px) {}

/* bubble
----------------------------------------------------------------------------------------------------------------------*/
.bubble {
    width: auto;
    height: auto;
    margin: 0 0 48px 2px;
    padding: 20px;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    border: 2px solid var(--lColor1);
    border-radius: 20px;
    transform: skew(-10deg);
}
.bubble.bubble--green {
    background: var(--lColor1);
}
.bubble:after {
    content: ' ';
    width: 39px;
    height: 49px;
    margin: 0;
    padding: 0;
    left: 30px;
    bottom: -48px;
    background: url('/image/account/content-bubble-white-corner.png') left top no-repeat;
    display: block;
    position: absolute;
}
.bubble.bubble--green:after {
    background: url('/image/account/content-bubble-green-corner.png') left top no-repeat;
}
.bubble .bubble-content {
    transform: skew(10deg);
}
.bubble .bubble-content h4 {
    margin: 0;
    font-family: var(--lFont2);
    font-weight: 700;
    font-size: 24px;
    color: var(--lColor3);
    line-height: 1;
}
.bubble.bubble--green .bubble-content h4 {
    color: #fff;
}
.bubble .bubble-content p {
    margin-top: 10px;
    font-size: 14px;
    color: var(--lColor4);
    line-height: 1;
}
.bubble.bubble--green .bubble-content p {
    color: #fff;
}

@media (max-width: 992px) {}

/* content
----------------------------------------------------------------------------------------------------------------------*/
section {
    width: auto;
    max-width: 736px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}
section .logo-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
section .logo-container a.logo {
    width: auto;
    height: 68px;
    margin-left: 30px;
    display: block;
    text-decoration: none;
}
section .logo-container a.logo img {
    width: auto;
    height: 100%;
}
section p.description {
    margin: 30px 0 0;
    font-family: var(--lFont2);
    font-weight: 500;
    font-size: 18px;
    color: var(--lColor3);
}
section form {
    width: 100%;
    margin: 30px 0 0;
}
section form .form-group button {
    width: 100%;
}
section form .form-group .verify-container {
    margin: 0 -15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
section form .form-group .verify-container .img {
    width: auto;
    height: 75.15px;
    margin: 0 15px;
    padding: 5px;
    flex-shrink: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
}
section form .form-group .verify-container .img img {
    width: auto;
    height: 100%;
}
section form .form-group .verify-container .input {
    width: 100%;
    margin: 0 15px;
    flex-shrink: 2;
}
section .links a {
    display: inline-block;
    font-family: var(--lFont2);
    font-weight: 700;
    font-size: 12px;
    color: var(--lColor1);
    text-transform: uppercase;
}
section .links a:not(:first-child) {
    margin-left: 15px;
}

@media (max-width: 992px) {}
@media (max-width: 549px) {
    section .logo-container {
        flex-direction: column-reverse;
    }
    section .logo-container a.logo {
        width: 100%;
        height: auto;
        margin: 0 0 30px;
    }
    section .logo-container a.logo img {
        width: 100%;
        height: auto;
    }
    section .logo-container .bubble {
        width: calc(100% - 6px);
    }
    section form .form-group .verify-container {
        margin: 0;
        flex-direction: column;
    }
    section form .form-group .verify-container .img {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    section form .form-group .verify-container .img img {
        width: 100%;
        height: auto;
    }
    section form .form-group .verify-container .input {
        margin: 0;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/