﻿
.bank {
    width: 50rem;
}

.container {
    max-width: 720px;
}

.iframeBolumu {
    display: none;
    width: 100%;
    height: auto;
    min-height: 100vh;
}
/*mesaj*/
#bilgilendirme {
    letter-spacing: 0.6px;
    z-index: 99999999;
    margin: 10px;
    position: fixed;
    right: 0;
    top: 10px;
}

.alert-box {
    color: #555;
    font-size: 13px;
    padding: 15px 10px 15px 50px;
    margin-bottom: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.error:before {
    background-position: -42px -7px;
    position: absolute;
    width: 26px;
    height: 26px;
    content: "";
    left: 15px;
    margin-top: -5px;
    background-image: url('../img/ikonlar1.PNG');
    background-repeat: no-repeat;
}

.error {
    background-color: #ffecec;
    border: 1px solid #f5aca6;
   
}

.success:before {
    background-position: -77px -7px;
    position: absolute;
    width: 26px;
    height: 26px;
    content: "";
    left: 15px;
    margin-top: -5px;
    background-image: url('../img/ikonlar1.PNG');
    background-repeat: no-repeat;
}

.success {
    background-color: #e9ffd9;
    border: 1px solid #a6ca8a;
   
}

.warning:before {
    background-position: -113px -7px;
    position: absolute;
    width: 26px;
    height: 26px;
    content: "";
    left: 15px;
    margin-top: -5px;
    background-image: url('../img/ikonlar1.PNG');
    background-repeat: no-repeat;
}

.warning {
    background-color: #fff8c4;
    border: 1px solid #f2c779;
  
}

.notice:before {
    background-position: -148px -7px;
    position: absolute;
    width: 26px;
    height: 26px;
    content: "";
    left: 15px;
    margin-top: -5px;
    background-image: url('../img/ikonlar1.PNG');
    background-repeat: no-repeat;
}

.notice {
    border: 1px solid #8ed9f6;
    background-color: #e3f7fc;
   
}
/*mesaj sonu*/
