/* Login style start */
.btn, 
.alert {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.icon-svg {
    width: 15px;
    height: 14px;
    margin-right: 5px;
}
.login-box-body {
     border-radius: 15px;
  padding:50px;
}
.login-box-body .svg-icon {
    width: 20px;
    height: 20px;  
    margin-right: 3px;
    vertical-align: middle;
}
.login-box-body .list-group-item {
    padding: 40px;
}
.login-page {
    background-color: #009fe7;

}
.login-page .activate-store {
    display: block;
}
.store-list {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  padding: 2px 4px 2px 2px;
}
.store-list .list-group-item {
  display: table;
  width: 100%;
}
.store-list .list-group-item a {
  display: table-row;
}
.store-list .store-icon,
.store-list .store-name {
  display: table-cell;
  vertical-align: middle;
}  
.store-list .store-icon {
  width: 10%;
}
.store-list .store-name {
  width: 90%;
  font-weight: 700;
}
.login-logo .text {
   
    font-family: Helvetica, Sans-Serif;
    font-size: 35px;
  
    text-transform: uppercase;
    color:#fff;
}
#credentials {
    margin-top: 10px;
}
#credentials .table {
    margin-bottom: 0;
}
#credentials .table td {
    cursor: pointer;
}
.copyright {
    margin-top: 20px;
    color:#fff;
}
a {
    
    color:#fff;
}

body {
      background-color: #009fe7;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
      font-family: 'Arial', sans-serif;
    }
    .login-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
      text-align: center;
    }
    .login-logo .text p {
      font-size: 30px;
      color: #065479;
    }
    .login-box-body {
      margin-top: 20px;
    }
    .login-box-body p {
      font-size: 18px;
      margin-bottom: 20px;
    }
    .form-group {
      margin-bottom: 15px;
    }
    .input-group-addon {
      background: #ddd;
      border: none;
    }
    .form-control {
      height: 45px;
      border-radius: 0 5px 5px 0;
    }
    .btn-success {
      background: #009fe7;
      border: none;
      padding: 10px;
      font-size: 16px;
    }
    .btn-success:hover {
      background: #007bb5;
    }
    .login-logo svg {
      width: 60px;
      height: 60px;
    }
    .login-box a {
      color: #009fe7;
      text-decoration: none;
    }
    .login-box a:hover {
      text-decoration: underline;
    }

    .modal-content {
      background: #fff;
      border-radius: 15px;
      font-family: 'Arial', sans-serif;
    }
/* Login style end */