.mk-simple-alert-box {
    padding: 10px 15px;
    margin: 10px 0;
    font-size: small;
    border-left: 5px solid;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
.mk-simple-alert-box-error {
background-color: #f0cccc;
color: #a94442;
border-color: #db5552;
}

.google-login {
    text-align: center;
    margin-top: 20px;
}
.btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #757575;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.btn-google:hover {
    background-color: #f7f7f7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.google-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}