.cs-container {
    max-width: 768px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.hero-content {
    min-height: 60vh;
}

.hero-content h1 {
    line-height: 1.4;
    font-size: 24px;
    margin: 15px 0;
}

.auth-form input#password,
.auth-form input#password2,
.auth-form input#email,
.auth-form input#customer {
    margin-top: 10px;
}

.hero-area form select,
.hero-area form input:not([type="radio"]):not([type="checkbox"]) {
    border: 1px solid #5E5E5E;
    width: 100%;
    height: 50px;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500;
    padding: 0 15px;
}

.auth-form input#submit {
    padding: 10px;
    background: black;
    color: #fff;
    box-shadow: 2.404px 2.874px 22px 0 rgb(0 0 0 / 34%);
    margin: 15px 0;
}

.site__body {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: auto;
}