body {
    margin:0;
    padding:0;
}

.F {
    display: flex;
    margin: 0;
    padding: 0;
    height: 100vh;
}

.DESC {
    width: 800px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 40px;
    background-color: rgb(0, 59, 153);
}

.COMPANY_TITLE {
    font-size: 150px;
    text-align: start;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

.COMPANY_DESCRIPTION {
    font-size: 30px;
    text-align: start;
    color: white;
    margin-bottom: 80px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

.login_icon {
    width: 25px;
    height: 25px;
}

.CONTENT {
    display: flex;
    flex-direction: column;
    width: 600px;
    justify-content: center;
    align-items: center;
}

#LOGIN_AREA {
    display: flex;
    flex-direction: column;
    gap:20px;
    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
}

.CONTENT_TITLE {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: xx-large;
}

.logincont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.MAIN_LOGIN {
    width: 350px;
    border-style: solid;
    height: 60px;
    border-radius: 50px;
    border-color: rgb(178, 178, 178);
    border-width: 2px;
    transition: box-shadow 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MAIN_LOGIN:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.MAIN_LOGIN:focus-within {
    border-color: rgb(2, 154, 65);
}

.INPUT_MAIN {
    width: 300px;
    height: 36px;
    font-size: medium;
    outline: none;
    border-style: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.LOGIN_BUTTON {
    width: 350px;
    height: 60px;
    font-size: large;
    border-radius: 50px;
    border-width: 2px;
    background-color: rgb(0, 59, 153);
    cursor: pointer;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-color: rgb(0, 59, 153);
    border-style: solid;
    transition: opacity 0.5s, scale 0.5s;
}

.LOGIN_BUTTON:hover {
    opacity: 0.75;
    scale: 1.05;
}

.REMINDER {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.separator {
    width: 350px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.divider {
    border-style: solid;
    width: 150px;
    border-color: rgb(178, 178, 178);
    border-width: 1px;
}

.OR {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: medium;
    color: grey;
}

.google_login {
    display: flex;
    width: 350px;
    height: 60px;
    border-style: solid;
    align-items: center;
    justify-content: start; 
    box-sizing: border-box;
    padding: 20px;
    gap: 10px;
    border-radius: 50px;
    border-color: rgb(178, 178, 178);
    transition: box-shadow 0.5s;
    border-width: 2px;
}

.google_login:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login_label {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;
}

.HEADER {
    font-size: 50px;
    font-weight: lighter;
    font-family: serif;
    display: none;
    font-weight: bold;
    font-family: sans-serif;
}

@media (max-width: 1200px) {
    .DESC {
        display: none;
    }
    .CONTENT {
        width: 100vw;
    }
    .HEADER {
        display: block;
    }
}

.WARNING {
    position: absolute;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.W-MESSAGE {
    width: 450px;
    height: 300px;
    background-color: white;
    opacity: 1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px;
    gap: 20px;
    position: relative;
}

.warn-message {
    font-size: xx-large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.message-2 {
    color: gray;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.OK-CLOSE {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border-style: none;
    background-color: rgb(0, 59, 153);
    color: white;
    cursor: pointer;
    font-size: medium;
}