/*
* FONTS
*/

@font-face {
    font-family: 'Degular';
    src: url('/assets/fonts/Degular/DegularDisplay-Regular.woff2') format('woff2'),
        url('/assets/fonts/Degular/DegularDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Degular-ItBold';
    src: url('/assets/fonts/Degular/DegularDisplay-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/Degular/DegularDisplay-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Degular-SemiBold';
    src: url('/assets/fonts/Degular/DegularDisplay-Semibold.woff2') format('woff2'),
        url('/assets/fonts/Degular/DegularDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Degular-Bold';
    src: url('/assets/fonts/Degular/DegularDisplay-Bold.woff2') format('woff2'),
        url('/assets/fonts/Degular/DegularDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/*
* DEFAULT
*/

body {
    padding: 0;
    margin: 0;
    clear: both;
    height: 100vh;
    overflow: hidden;
    font-family: 'Degular';
    color: #0F2D1A;
    letter-spacing: 1px;
    background-color: #ffd522;
}

body::after {
    content: '';
    background-image: url(/assets/img/vector.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    top: 0;
    background-size: 100% 100vh;
    z-index: -1;
}

footer {
    position: absolute;
    bottom: 50px;
    left: 50px
}

.container {
    display: flex;
    height: 100%;
}

.container_logo {
    width: 50%;
    background-color: white;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form_container {
    width: 50%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    font-family: "Degular-Bold";
    font-weight: 700;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px #0f2d1a,
        -2px -2px 0px #0f2d1a,
        2px -2px 0px #0f2d1a,
        -2px 2px 0px #0f2d1a,
        8px 7px 0 #0f2d1a;
    /* decale */
    color: white;
    margin: 0;
}

p.subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
}

label {
    font-family: "Degular-SemiBold";
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    color: #212124;
    display: block;
}

input {
    box-shadow: none;
    border: 2px solid #0F2D1A;
    height: 60px;
    width: calc(100% - 40px);
    margin: 15px 0;
    font-size: 14px;
    padding: 0 20px;
}

form {
    margin-top: 50px;
}

.frame_link {
    margin-top: 15px;
}

.frame_link button {
    border: 2px solid #0F2D1A;
    padding: 20px 40px;
    background-color: white;
    text-decoration: none;
    text-transform: uppercase;
    color: #0f2e1a;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: auto;
    cursor: pointer;
    box-shadow: 10px 12px 0px 0px #85BB25
}

.text-center {
    text-align: center;
}

.separation {
    text-align: center;
    margin: 20px 0;
}

.separation span {
    font-weight: 700;
    font-style: italic;
    font-size: 77.63px;
    line-height: 110.00000000000001%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-shadow: 2px 2px 0px #0f2d1a, -2px -2px 0px #0f2d1a, 2px -2px 0px #0f2d1a, -2px 2px 0px #0f2d1a, 8px 8px 0 #0f2d1a;
}

.container_logo img {
    display: block;
}

.container_logo img.logo_lm {
    height: 160px;
}

.container_logo img.logo_oney {
    height: 110px;
}

.cta a {
    font-family: "Degular-Bold";
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #0F2D1A
}

.illustration {
    position: absolute;
}

.login_star {
    left: 60%;
    top: 10%;
}

.login_pink_flower {
    right: 0
}

.login_flower {
    right: 0;
    top: 50%
}

.login_green_flower {
    right: 0;
    bottom: 0
}

.login_leaf {
    right: 0;
    bottom: 0
}

.login_nut {
    right: 15%;
    bottom: 10%
}

.error {
    color: #da3b3b;
    position: absolute;
    line-height: 15px;
}

@media screen and (min-width: 1600px) {
    .login_form_container > div {
        min-width: 500px;
    }
}

@media screen and (max-width: 1600px) {
    .login_form_container {
        justify-content: start;
        padding: 0 0 0 100px;
    }

    .login_star {
        left: 53%;
    }
}

@media screen and (max-width: 1440px) {
    .login_pink_flower {
        height: 400px;
    }

    .login_flower {
        height: 170px;
    }

    .login_green_flower {
        height: 170px;
    }

    .login_leaf {
        height: 160px;
    }

    .login_nut {
        height: 70px;
    }

    .login_star {
        height: 45px;
    }
}

@media screen and (max-width: 1400px) {
    h1 {
        font-size: 45px;
    }

    .login_form_container {
        padding: 0 0 0 60px;
    }

    p.subtitle {
        font-size: 18px;
    }

    .frame_link button {
        font-size: 14px;
    }
}

@media screen and (max-width: 1300px) {
    .container_logo {
        width: 45%;
    }

    .login_form_container {
        width: 55%;
    }
}

@media screen and (max-width: 1200px) {
    .container_logo {
        width: 40%;
    }

    .login_form_container {
        width: 60%;
    }
}

@media screen and (max-width: 1100px) {
    .container_logo {
        width: 35%;
    }

    .login_form_container {
        width: 65%;
    }
}

@media screen and (max-width: 1024px) {
    .container_logo>div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .separation {
        text-align: center;
        margin: 0 50px;
    }

    .container_logo {
        width: calc(100% - 100px);
    }

    .login_form_container {
        width: calc(100% - 100px);
        padding: 50px;
        justify-content: center;
    }

    .container {
        display: block;
    }

    .container_logo img.logo_lm {
        height: 70px;
    }

    .container_logo img.logo_oney {
        height: 50px;
    }

    .separation span {
        font-size: 50px;
        text-shadow: 2px 2px 0px #0f2d1a, -2px -2px 0px #0f2d1a, 2px -2px 0px #0f2d1a, -2px 2px 0px #0f2d1a, 4px 6px 0 #0f2d1a;
    }

    .login_star {
        left: 6%;
        top: 30%;
    }

    .login_nut {
        right: 26%;
    }
}

@media screen and (max-width: 767px) {
    .container_logo {
        padding: 20px;
        width: calc(100% - 40px);
    }

    .illustration {
        z-index: -1;
    }
}

@media screen and (max-width: 540px) {
    body::after {
        z-index: -2;
    }
    .login_pink_flower {
        height: 100px;
    }
}

@media screen and (max-width: 500px) {
    .login_star {
        z-index: 1;
        left: 5px;
        top: 13%;
    }

    .login_nut {
        right: 55%;
        bottom: 14%;
    }

    .container_logo img.logo_lm {
        height: 50px;
    }

    .container_logo img.logo_oney {
        height: 30px;
    }

    .separation span {
        font-size: 30px;
    }

    .container_logo {
        padding: 10px;
        width: calc(100% - 20px);
    }

    .login_form_container {
        width: calc(100% - 60px);
        padding: 50px 30px;
        justify-content: center;
    }

    input {
        height: 50px;
        width: calc(100% - 45px);
    }

    .frame_link button {
        padding: 15px 35px;
        font-size: 13px;
    }

    h1 {
        font-size: 35px;
        text-shadow: 3px 2px 0px #0f2d1a,
            -2px -2px 0px #0f2d1a,
            2px -2px 0px #0f2d1a,
            -2px 2px 0px #0f2d1a,
            6px 6px 0 #0f2d1a;
    }

    p.subtitle {
        font-size: 16px;
    }

    .cta a {
        font-size: 11px;
    }
}

@media screen and (max-width: 360px) {
    h1 {
        font-size: 32px;
    }

    .frame_link button {
        padding: 13px 33px;
        font-size: 13px;
    }
}

@media screen and (max-width: 500px) and (min-height: 800px) {
    .login_form_container {
        height: 600px;
    }
}

@media screen and (max-width: 1024px) and (min-height: 1024px) {
    .login_form_container {
        height: 700px;
    }
}

@media screen and (min-width: 1024px) and (max-height: 600px) {
    .container_logo {
        padding: 10px;
        width: calc(100% - 20px);
    }
    form {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) and (min-height: 1300px) {
    .login_form_container {
        height: 900px;
    }
}