.modfil{
    position: fixed;
    background: #fff;
    top: 10%;
    width: 90%;
    left: 5%;
    height: 80%;
    padding: 20px 15px 0px 14px;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert, .breadcrumb {
    margin-bottom: 20px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}