.login-area-header {
    color: #008AFC;
    text-align: center;
    font-size: 90px;
    letter-spacing: 0.05em;
    line-height: 1.1em;
    margin: 87px 0px 0px 0px;
}

.wrapper {
    position: relative;
    display: grid;
    width: 980px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    justify-self: center;
    margin: auto;
    padding-top: 75px;
    padding-bottom: 75px;
}

.cover-container {
    position: relative;
    width: 490px;
}

.cover-overlay {
    position: relative;
}

.cover-overlay {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
}

.cover-image {
    position: relative;
    display: block;
    margin: auto;
}


.text-button {
    position: relative;
    display: grid;
    width: 100%;
    height: 280px;
    grid-template-columns: 70% 30%;
    justify-self: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    vertical-align: middle;
}

.text {
    position: relative;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: white;
    z-index: 100;
    line-height: 1em;
    letter-spacing: normal;
    text-align: start;
    padding: 26px;
    justify-content: center;
    justify-self: center;
    vertical-align: middle;
    margin: auto;
}

.button {
    position: relative;
    width: 140px;
    height: 40px;
    min-height: 28px;
    top: 80px;
    right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(0, 138, 252, 1);
    border: solid transparent 2px;
    border-radius: 0;
    cursor: pointer !important;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: -7.31px 6.82px 4px 0px rgba(0,0,0,0.18);
    z-index: 100;
    justify-content: center;
    color: white;
    font-size: 20px;
    line-height: 1.4em;
    font-family: arial, "ｍｓ ｐゴシック", "ms pgothic", 돋움, dotum, helvetica, sans-serif;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    justify-items: center;
}

.button:focus {
    border-radius: 0;
    outline: none;
    text-decoration: none;
    color: white;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4em;
    align-items: center;
}

.button:hover {
    border: solid rgb(87, 87, 87) 2px;
    border-radius: 0;
    background-color: #89dc1a;
    text-decoration: none;
    color: white;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4em;
    align-items: center;
}

.link-text {
    top: 2px;
    position: relative;
    margin: auto;
    color: white;
    font-size: 20px;
    line-height: 1.4em;
    font-family: arial, "ｍｓ ｐゴシック", "ms pgothic", 돋움, dotum, helvetica, sans-serif;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    justify-self: center;
}