*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', 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;
}

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: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;
}

.login-container {
    margin-top: 30px;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

/*
.login-container label {
    display: block;
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: bold;
    color: #727586;
}
.login-container input[type="text"],
.login-container input[type="password"] {
    display: block;
    width: 100%;
    margin: 15px 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.login-container button {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.login-container button:hover {
    background-color: #0056b3;
}

*/
@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;
    }
}
