body{background:url(../img/cover.jpg) top center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content{position:relative;background-color:#fefefe;margin:8% auto auto;padding:0;border:1px solid #888;width:80%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);animation-name:animatetop;animation-duration:.4s}.modal-footer,.modal-header{background-color:#1EAEDB;color:#fff}.modal-body form,.modal-body form input,.modal-header h4{margin-bottom:0}.close{color:#fff;float:right;font-size:28px;font-weight:700}.close:focus,.close:hover{color:#fff;text-decoration:none;cursor:pointer}.modal-header{padding:16px}.modal-body{padding:16px}.modal-footer{padding:8px}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}