#app {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    background: #F7F9FC;
}

#left {
    position: relative;
    height: 100%;
    display: grid;
}

#right {
    height: 100%;
    width: 100%;
    display: grid;
}

form {
    height: fit-content;
    max-width: 384px;
    place-self: center;
}

#logo {
    width: 37px;
    height: 37px;
    background: #FF5100;
    border-radius: 7px;
    margin-bottom: 21px;
    padding: 9px;
}

.title {
    font-weight: 450;
    font-size: 24.5px;
    letter-spacing: -.02em;
    margin-bottom: 12px;
    line-height: 100%;
}

.subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #707D84;
    margin-bottom: 35px;
    line-height: 100%;
}

.input-box {
    height: 44px !important;
    margin-bottom: 14px;
    background: white;
}

.input-box:focus-within {
    border-color: #FF5100;
    background: white;
}

input {
    font-size: 14px;
}

::placeholder {
    color:                              #B3B6B959;
    opacity:                            1;
}

::-ms-input-placeholder {
    color:                              #B3B6B959;
}

:-ms-input-placeholder {
    color:                              #B3B6B959;
}

.button.primary {
    margin-top: 7px;
    margin-bottom: 21px;
    width: 100%;
    height: 44px;
    border: 1px solid transparent;
    font-family: 'LCDDot TR', sans-serif;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.button.primary:hover {
    opacity: .5;
}

.footer {
    color: #707D84;
    line-height: 150%;
}

.footer a {
    font-weight: 450;
    line-height: 150%;
    text-decoration: underline;
    color: #FF5100;
}

.trademark {
    width: 100%;
    bottom: 26px;
    position: absolute;
    text-align: center;
    color: #B3B6B9;
}

#graphic-wrap {
    background: #07212F;
    border-radius: 28px;
    margin: 28px 28px 28px 0;
    position: relative;
}

#graphic {
    width: 100%;
    bottom: 0;
    position: absolute;
}
