body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
h1 {
    margin: 0;
    margin-bottom: 18px;
    font-size: 44px;
    font-weight: 400;
    line-height: 48.4px;
    color: rgb(36, 28, 21);
    font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
}
.common-font, form > label {
    font-family: "Graphik Web", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
h1 + p {
    margin: 0;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(36, 28, 21);
}
a {
    text-decoration: none;
    color: #007c89;
    border-bottom: 1px solid;
}
h1 + p a:hover {
    cursor: pointer;
}
#container {
    height: 100%;
    position: relative;
    border-left: 8px solid #ffe01b;
    display: flex;
    flex-direction: column;
}
#container > div {
    width: 29.6%;
    margin-left: 1.8vw;
    margin-top: 25px;
}
#container > a {
    border: 0;
}
form {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
form > label:first-child {
    margin-top: 5px;
}
form > label {
    margin: 24px 0px 12px;
    font-weight: 600;
    line-height: 18px;
    color: rgb(36, 28, 21);
}
form > input {
    padding: 13px 20px;
    border: 1px solid rgba(120, 120, 120, 0.65);
    transition: 0.4s;
}
form > input:focus {
    outline: none;
    border: 2px solid #007c89;
}
form > input:last-child {
    border: 0;
    width: 100%;
    color: white;
    transition: 0.2s;
    margin-top: 44px;
    padding: 15px 0px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    background-color: #007c89;
}
form > input:last-child:hover {
    cursor: pointer;
    background-color: #006874;
}
#checkbox {
    width: 50%;
    display: flex;
    gap: 10px;
    margin: 15px auto 8px auto;
}
#checkbox > input {
    appearance: none;
    width: 10%;
    height: 24px;
    margin-top: 14px;
    font-size: 1.6rem;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(120, 120, 120, 0.65);
}
#checkbox > input::after {
    font-weight: 900;
    font-size: 15px;
    color: white;
    display: none;
    content: "\f00c";
    font-family: "Font Awesome 6 free";
}
#checkbox > input:hover {
    cursor: pointer;
}
#checkbox > input:checked {
    background-color: #017c89;
    border: 3px solid #004c7b90;
}
#checkbox > input:checked:after {
    display: block;
}
#checkbox > label {
    padding: 15px 0;
    font-weight: 600;
    line-height: 21px;
    color: rgb(36, 28, 21);
}
form + p > a {
    border-bottom: 1px solid;
}
#logo {
    width: 2.4%;
    padding: 12.5px;
}
.flex {
    display: flex;
    margin: 26px 0px 12px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: rgb(36, 28, 21);
}
.flex > span {
    color: #007c89;
    display: inline-flex;
    position: absolute;
    width: 5%;
    top: 40vh;
    left: 26.5vw; right: 0;
}
.flex > span > i:hover {
    cursor: pointer;
}
.flex > span > i > p {
    display: inline;
    font-weight: 600;
    line-height: 18px;
    margin-left: 5px;
}
#hide2,
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}
#links {
    text-align: center;
}
#links > p > a {
    letter-spacing: 0.5px;
}
#links > p {
    margin-top: -10px;
}
#links > p:first-child > a:first-child {
    margin-right: 5px;
}
#links > p:first-child > a:last-child {
    margin-left: 5px;
}
footer {
    width: 31%;
    margin-left: 15px;
    margin-top: 70px;
    margin-bottom: -5px;
}
footer > p {
    font-size: 13px;
    font-weight: 400;
    margin-top: 25px;
    line-height: 18px;
    color: rgba(36, 28, 21, 0.65);
}
footer > p > a {
    border-bottom: 1px solid;
    color: rgba(36, 28, 21, 0.65);
}
#bg-image {
    position: absolute;
    top: 0; bottom: 0px;
    left: 33.7vw; right: 0;
}
#bg-image > img {
    width: 100%;
    height: 100%;
}