body {
    background-color: #eee !important;
}

.login {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media all and (min-width: 768px) {
    .login {
        width: 500px;
        border-radius: 20px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.login .main-content {
    background: #fff;
    border-radius: 18px;
    min-height: calc(100% - 120px);
}

.login .main-content .page-title {
    font-size: 18px;
    line-height: 40px;
}

.login .main-content .page-content .social-btn-group {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.login .social-btn-group {
    display: flex;
    /*grid-auto-rows: 70px;*/
    /*grid-template-columns: repeat(auto-fill, 70px);*/
    justify-content: center;
}

.login .social-btn-group .social-btn {
    align-self: center;
    justify-self: center;
    margin-right: 10px;
}

.login .social-btn {
    height: 60px;
    width: 60px;
}

.login .login-top {
    text-align: center;
}

.login .login-top img {
    width: 60px;
    height: 60px;
}

.login .login-clik-text {
    color: #999999;
    line-height: 40px;
}

.login .ant-form-item-control-input-content input {
    border-radius: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

.error-login {
    color: #B31412 !important;
    background:none;
    border: none;
}

.success-login {
    color: #87d068 !important;
    font-size: 16px;
}

#login-form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.login-btn {
    background-color: #185ABC !important;
}

.forgot-btn {
    color: #B31412 !important;
    border-color: #CCCCCC !important;
    margin-bottom: 10px;
}

.sign-up-btn {
    color: #185ABC !important;
    border-color: #CCCCCC !important;
    margin-bottom: 10px;
}