@charset "utf-8";

.screenLock { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: fixed; z-index: 999999; top: 0px; left: 0px; width: 100%; background: rgba(0, 0, 0, 0.7); }

.msg { position: relative; width: 792px; height: 470px; background: linear-gradient(-45deg, rgb(60, 114, 181), rgb(123, 159, 204)); display: none; border: 5px solid rgb(255, 255, 255); border-radius: 7px; padding: 7px; }

h1.msg-title { font-size: 30px; font-family: Arial; text-align: center; color: rgb(255, 255, 255); font-weight: bold; margin: 20px 0px 30px; line-height: 30px; text-transform: none; }

.msg-img { margin-top: 11px; float: right; }

.msg-text { color: rgb(255, 255, 255); font-family: Verdana; font-size: 27px; padding: 10px; margin-top: 40px; line-height: 40px; }

a.submit-popup { margin: 30px auto auto; width: 87%; font-size: 30px; font-family: Verdana; font-weight: bold; color: rgb(255, 255, 255); display: block; background: rgb(60, 101, 181); border: 1px solid rgb(255, 255, 255); border-radius: 5px; padding: 5px; line-height: 40px; text-decoration: none; text-align: center; }

a.submit-popup:hover { background: rgb(0, 204, 0); }

.exit-cross { position: absolute; top: 5px; right: 5px; font-family: Arial; font-weight: bolder; color: rgb(204, 0, 0); font-size: 30px; cursor: pointer; }
