.alert {
    position: fixed;
    z-index: 100;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    color: white;
    display: none;
}

.alert.show {
    display: block;
}

.alert-success {
    background: #14a44eeb;
}

.alert-danger {
    background: #dc4c64eb;
}

.alert-icon {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.form-alert p {
    color: red;
    padding: .5rem;
    font-size: 1.7rem;
}

#hakan{
    font-size: 75%;
    color:#ef7c00;

}

#hakan a{
    font-weight: bold;
    color:#ef7c00;
}