  .btn {
  opacity: 1;
  border-radius: 3px;} 
  
 .btn-info {
  background: #48ABF7 !important;
  border-color: #48ABF7 !important; }

  .swal-footer {
  text-align: center !important;
  margin-bottom: 20px !important; 
  }
  
  :focus{
  	outline: 0!important;
  	-webkit-box-shadow: none!important;
  	box-shadow: 0!important;
  }
  
  
  
  
  
  
  .alert{
	border: 0;
    position: relative;
    padding: .95rem 1.25rem;
    border-radius: 1px;
    color: inherit;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 14px 0 rgba(18,38,63,.26);
    -moz-box-shadow: 1px 1px 14px 0 rgba(18,38,63,.26);
    box-shadow: 1px 1px 14px 0 rgba(18,38,63,.26);
    -webkit-font-smoothing: antialiased;
    font-family: Lato,sans-serif;
   }
   

   
 .alert [data-notify=icon] {
    display: block;
}

 .alert [data-notify=icon]::before {
    line-height: 35px;
    font-size: 22px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
}

.alert-primary [data-notify=icon]:before {
    background: #1572e8;
}
   
 .alert [data-notify=title] {
    display: block;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.alert [data-notify=message] {
    font-size: 13px;
    color: #908e8e;
}

.alert-primary {
    border-left: 4px solid #1572e8;
}