@charset "UTF-8";

* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    background-color: #02186b;
    background: linear-gradient(90deg, #020024 0%, #02186b 35%);
}

/* ----------------------------------- HEADER START ----------------------------------- */

header {
    top: 0;
    width: 100%;
    position: fixed;
}

#wrap_header {
    padding: 25px 140px 25px 140px;
    display: flex;
    justify-content: space-between;
    background-color: hsla(0, 0%, 100%, 0.07);
}

#logo, .main_menu{
    background-color: transparent;
}

/*
.main_menu {
    width: 26vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10vh;
}

.menu_button {
    padding: 0 1vw 0 1vw;
    font-weight: 700;
    color: #fbfbfb;
}
*/
/* ----------------------------------- HEADER END ----------------------------------- */

/* ----------------------------------- BODY START ----------------------------------- */

.login-box {
    padding-top: 104px;
    padding-bottom: 180px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-card {
    width: 26vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.row-login{
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

.button-login{
    padding: 12px 10px;
    border-radius: 10px;
    background-color: hsla(0, 0%, 60%, 0.3);
}

#generator_button {
    font-weight: 800;
    color: #fbfbfb;
}

#generator_button:hover {
    text-decoration: none;
}

/* ----------------------------------- BODY END ------------------------------------- */

/* ----------------------------------- FOOTER START --------------------------------- */

.login_footer {
    position: fixed;
    bottom: 0;
    height: 180px;
    width: 100%;
    background-color: hsla(0, 0%, 0%, 0.288)
}

#copyright_footer {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    display: flex;
    color: #fbfbfb;
}

#netcom_site {
    font-weight: 500;
    padding-left: 4px;
    color: #fbfbfb;
}


/* ----------------------------------- FOOTER END ----------------------------------- */