*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: 'DM Sans';
    height: 100vh;

}

body {
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    margin: 0px;
    display: flex;
    flex-direction: column;
    /* align-items: center;
               justify-content: center; */
    width: 100vw;
    height: 100vh;
    min-height: 675px;
    background-color: #F4F5FF;
}


/* body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 20px;
        } */

/*}*/
p {
    width: 100%;
    left: 0px;
    font-size: 16px;
    /* font-family: 'DM Sans', sans-serif; */
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: top;
    max-width: 550px;
    color: #727586;
    margin: 0px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    color: #673DE6;
    text-decoration: underline;
}

h1 {
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    margin: 8px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
}

.ic-launch {
    margin-left: 10.5px;
    width: 21px !important;
    height: 20px !important;
}

/* .link-container {
               margin-top: 32px;
               margin-bottom: 32px;
           } */

.link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #673DE6;
    margin-top: 8px;
    text-decoration: none;
}

.main-image {
    width: 100%;
    max-width: 650px;
    max-height: 406px;
    height: auto;
    margin: 0 auto;
}

.navigation,
footer {
    width: 100%;
    height: 72px;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #36344D;
    color: #ffffff;

}

.navigation {
    /* margin: 0; */
    width: 100%;
    justify-content: space-around;
    /* border: 1px solid red; */
}

footer {
    /* margin-bottom: 0; */
    position: fixed;
    bottom: 0;
}


/*     body {*/
/*    font-family: Arial, sans-serif;*/
/*    background-color: #f4f4f4;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 100vh;*/
/*    margin: 0;*/
/*}*/




label {
    /* font-family: Arial, sans-serif; */
    font-size: 14px;
}

.login-container {
    /*background: #fff;*/
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    width: 100%;
}

/*h1 {*/
/*    margin-top: 0;*/
/*    font-size: 24px;*/
/*}*/
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    /*margin-bottom: 5px;*/
}

input {
    border-radius: 6px;
}

.form-group input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.form-group input[type="submit"] {
    background: #007bff;
    margin-top: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.form-group input[type="submit"]:hover {
    background: #0056b3;

}

.error {
    color: red;
    font-size: 12px;
    /*margin-bottom: 15px;*/
}

.milogo {
    font-size: 3rem;
    margin-right: 22px;
}

.font-consola {
    font-size: 2rem;

}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media screen and (max-width: 580px) and (min-width: 0px) {

    h1,
    p,
    .link-container {
        width: 80%;
    }
}

@media screen and (min-width: 650px) and (min-height: 0px) and (max-height: 750px) {
    .link-container {
        margin-top: 12px;
    }

    h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}



.dashboard-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

h1 {
    margin-top: 0;
}

.logout {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

/* .logout a {
    color: #007bff;
    text-decoration: none;
} */

/* .logout a:hover {
    text-decoration: underline;
} */

.user-logged {
    padding-right: 10px;
}

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