/* Login style start */
.btn, 
.alert {
    border-radius: 0;
}

.icon-svg {
    width: 15px;
    height: 14px;
    margin-right: 5px;
}

.login-box-body {
    border: 2px solid #59b78c;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login-box-body .svg-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.login-box-body .list-group-item {
    padding: 10px;
}

.login-page {
    background-color: #f4f7fa;
}

.login-page .activate-store {
    display: block;
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
}

.store-list {
    max-height: 250px;
    overflow: hidden;
    padding: 2px;
}

.store-list .list-group-item {
    display: flex;
    align-items: center;
}

.store-list .list-group-item a {
    display: flex;
    flex-grow: 1;
    text-decoration: none;
    color: #333;
}

.store-list .store-icon {
    width: 20px;
    margin-right: 10px;
}

.store-list .store-name {
    flex-grow: 1;
    font-weight: 700;
}

.login-logo .text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #FF0A00;
    letter-spacing: 1px;
}

#credentials {
    margin-top: 20px;
}

#credentials .table {
    margin-bottom: 0;
}

#credentials .table td {
    cursor: pointer;
}

.copyright {
    margin-top: 20px;
    color: #999;
    font-size: 14px;
}

/* Login style end */
