.account-login-background {
    margin-bottom: 30px;
    text-align: center;
}

.account-login-background img {
    width: 100%;
    height: 100%;
}

.account-logo img {
    width: 80px;
}

.account-title {
    font-size: 26px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 2px;
    text-align: left;
}

.account-subtitle {
    color: #b2b2b2;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.login-page .form-control {
    background-color: #ffffff !important;
    border: 2px solid #f06a2f6e !important;
    border-radius: 10px !important;
    height: 46px !important;
}

.open-url-btn {
    padding: 4px 6px;
    border-radius: 4px;
    margin-top: 2px;
    font-size: 11px;
    background: #2b5be9;
    color: #fff;
}

.view-url-btn {
    padding: 8px 6px;
    border-radius: 4px;
    margin-top: 2px;
    font-size: 11px;
    background: #2b5be9;
    color: #fff;
}

.copy-url-btn {
    padding: 4px 6px;
    border-radius: 4px;
    margin-top: 2px;
    font-size: 11px;
    background: #2b5be9;
    color: #fff;
}