.modal { display: none; position: fixed; z-index: 2000; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.5); } .modal-content { background-color: #fefefe; margin: auto; padding: 20px; width: 80%; #myInput { width: 80%; margin-left: auto; margin-right: auto; background-color: #e9e9e9; padding: 20px; border-radius: 10px; margin-bottom: 20px; } .modal-close { text-align: right; margin-top: -13px; margin-bottom: 13px; } .close { color: #aaaaaa; float: none; font-size: 35px; font-weight: bold; &:hover, &:focus { color: #000; text-decoration: none; cursor: pointer; } } .btn { width: 100%; max-width: 200px; margin-left: auto; margin-right: auto; } }