/* overide css*/
.container {
    width: calc(100% - 400px);
}


@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}
.register-social {
    width: 85%;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.sk-btn-register {
    margin-top: 15px;
}
.sk-register h2 {
    margin-bottom: 25px;
    width: 100%;
    font-weight: bold;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: flex-end;
}

.register-social > div {
    font-size: 13px;
    line-height: 200%;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    margin-top: 25px;
}

.sk-button-social {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    border-radius: 31px;
    font-weight: bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.sk-social {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.sk-social div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.register-email {
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 85%;
}

.register-email > form {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
.form-group span {
    color: red;
    display: flex;
    align-items: flex-end;
}
.form-group {
    color: black;
}
@media (max-width: 768px) {
    .sk-button-social {
        width: 100%;
    }
    .register-email {
        padding-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        width: auto;
    }
    .register-social {
        width: auto;
        text-align: start;
    }
}
.error-server{
    color: #E61862;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0;
}

.btn-register{
    width: 200px;
    height: 48px;
}
