.container-login {
    background-image: url('../images/wd-images/background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 15px !important;
}

.wrap-login {
    border-radius: 4px;
    padding: 33px 32px !important;
    background: rgba(255, 255, 255, .87);
}

.wrap-input {
    margin: 30px 0;
}

.text-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #999;
    margin: 30px 0;
}

.text-divider::before,
.text-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.text-divider::before {
    margin-right: 10px;
}

.text-divider::after {
    margin-left: 10px;
}

.login-btn {
    background-color: #01a0e4;
    font-size: 14px;
    border-radius: 4px;
    letter-spacing: 0.25px;
    width: 100%;
    height: 40px;
    display: flex;
}


.login-btn:hover {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0px 1px 3px 1px rgba(60, 64, 67, .15);
    background-color: #02A1E5;
}

.wc-logo {
    text-align: right;
}

.wc-logo img {
    width: 50%;
}

.heading-section {
    margin-top: 30px;
}

.heading-section h1 {
    text-align: left;
}

.registered-link {
    color: #02A1E5;
    font-size: 14px;
    margin-top: 8px;
}

.registered-link:hover {
    color: #02A1E5;
    text-decoration: underline;
}



@media(max-width: 530px) {

    .wrap-login {
        padding: 33px 22px 33px 22px !important;
    }

    .wd-register-footer {
        flex-wrap: wrap;
        gap: 12px !important;
        row-gap: 5px !important;
    }

    .container-login {
        padding: 25px 15px 80px 15px!important;
    }
}

#wd-cloudsignin, #wd-cloudpwdforgot {
    display: none;
}

.wd-signup-links {
    display: flex;
    justify-content: space-between;

}

.wd-lang-select {
    display: flex;
    justify-content: end;
    gap: 15px;
    margin-bottom: 15px;
}

.wd-lang-select a {
    color: #999;
    font-size: 12px;
}

.wd-lang-select a:hover {
    text-decoration: underline;
}

.wd-register-footer {
    position: absolute;
    bottom: 8px;
    right: 15px;
    padding-left: 15px;
    font-size: 11px;
    color: #BBB;
    display: flex;
    gap: 15px;
}

.wd-register-footer a {
    color: #BBB;
}

.wd-register-footer a:hover {
    text-decoration: underline;
}

.wd-limiter-section {
    position: relative;
}
