/*!---------- 5. navbar ----------*/
.container .members_stable td{
  padding: 15px;
}
.container .members_stable .align{
  
}

.index-modal {
  width: 30%;
  top: 37%;
  bottom: 47%;
  right: 33%;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
.index-modal i.close-modal {
  display: none;
}

/*!---------- LOADER FOR INDEX ----------*/
.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  float: right;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*!---------- LOGIN ----------*/
.login_background{
	color: red; background: #0285FF; 
	position: absolute; 
	right: 0; 
	text-align: center; 
	width: 43.5%; 
	height: 100%;
	opacity: .6;
	border-left: 5px solid #fff;
	box-shadow: 0 0 30px 6px #555;
}

@media all and (max-width: 767px) {
  .login_background {
    display: none;
  }
}
@media all and (max-width: 1100px) {
  .login_background {
    width: 38%; 
  }
}
@media all and (max-width: 1120px) {
  .login_background {
    width: 41%; 
  }
}
