.main-footer{ 
     margin-top: 20px;
}

.alert {
    color: #ffffff;
    z-index: 5000;
    background-color: red;
    display: none;
    position: fixed;
    bottom: 0;
}
.alertText{
color: white;
font-size: 18px;
}


.iti {
    width: 100%;
    color: #707070;
}

@media(max-width: 700px){
.alert {
top:15px;
bottom: auto !important;
}