
.wrapper-log {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 16px;
}

.log-bg {
    background: url(../img/login/bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 80px 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: calc(100vh - 32px);
    border-radius: 24px;
}
.log-bg h3,
.log-bg .h3 {
    margin-bottom: 16px;
}


.log-content {
    width: 434px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 32px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.log-logo {
    width: 150px;
    margin-bottom: 100px;
}

.log-content .h2 {
    text-align: center;
    margin-bottom: 64px;
}
.log-or {
    overflow: hidden;
    margin: 24px 0 32px;
    text-align: center;
}
.log-or span {
    display: inline-block;
    position: relative;
    color: #CCCCCC;
}
.log-or span:before,
.log-or span:after {
    top: 50%;
    margin-top: -0.5px;
    content: '';
    position: absolute;
    width: 300px;
    height: 1px;
    background: #DFE1E5;
}
.log-or span:before {
    right: 100%;
    margin-right: 8px;
}
.log-or span:after {
    left: 100%;
    margin-left: 8px;
}
.sign-in-social {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121318;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border: 1px solid #CDCFD7;
    border-radius: 12px;
    height: 56px;
    text-decoration: none;
}
.sign-in-social img {
    width: 24px;
    margin-right: 8px;
}
.sign-in-social:hover {
    border-color: #121318;
}

.log-form .form .form-control {
    height: 56px;
}


@media (max-width: 1199px) {
    .log-content {
        width: 100%;
        min-height: auto;
        margin-bottom: 44px;
    }
    .log-content .h2 {
        margin-bottom: 32px;
    }
    .log-bg {
        min-height: auto;
        padding: 24px;
        height: 580px;
    }
    .log-logo {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .log-bg {
        height: 380px;
    }
    .log-logo {
        margin-bottom: 40px;
    }
}
