#modal-wrapper{
    position:fixed;
    top: 0;
    left:0;
    height:2000px;
    width:100%;
}

/*  Modal styles */
#modal-success{
    position: relative;
    padding-top:20%;
    outline:none;
    height:100%;
}

#modal-success-body{
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-size:30px;
    font-weight:bold;
}

#modal-success-message{
    width:500px;
    text-align:center;
}


#modal-fail{
    position: relative;
    padding-top:20%;
    outline:none;
    height:100%;
}

#modal-fail-body{
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-size:30px;
    font-weight:bold;
}

#modal-fail-message{
    width:500px;
    text-align:center;
}