html {
    height: 100%;
}
body {
    position: relative;
    margin: 0;
    padding: 104px 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    background: #243C2C;
}
p {
    margin: 0;
}
.content {
    margin: 0 auto;
    width: 1440px;
    display: flex;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}
.content-left {
    width: 720px;
    min-width: 720px;
    text-align: center;
}
.content-left img {
    display: block;
    margin: 0 auto;
}
.content-left .logo {
    width: 158px;
}
.content-left .title {
    margin-top: 40px;
    margin-bottom: 16px;
}
.content-left p:last-child {
    margin-top: 16px;
}
.content-right {
    padding: 0 144px 0;
    width: 720px;
}
.content-right-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}
.form {
    margin-top: 32px;
    margin-bottom: 24px;
}
.form-input input {
    margin-bottom: 24px;
    padding: 0;
    width: 432px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-color: transparent;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #d8d8d8;
    background-image: url("./images/arrow-right.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;
}
.form-input input:focus-visible {
    outline: transparent auto 0;
}
.form-input input::placeholder {
    color: #fff;
}
.form button {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #fff;
    border: 0 none;
    border-radius: 100px;
    background-color: #535A40;
}
.form button img {
    margin-left: 8px;
    width: 20px;
}
.footer {
    position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}