@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;600;700&display=swap');*{font-family:'Public Sans',sans-serif;font-weight:400}body{margin:0;background-color:#ebe5e1;overflow-x:hidden;position:relative}.body-container-wrapper{min-height:100vh}.body-container-wrapper .row-fluid{display:flex;justify-content:space-between}.create-text{width:100% !important;padding:40px 60px;display:flex !important;flex-direction:column;justify-content:space-between}.create-text .create-body{border-top:1px solid #000}.create-text>.row-number-3{flex-grow:1}.page-header{padding:20px 0}.page-header h1{font-size:25px;margin-bottom:10px}.page-header h2{font-size:18px;font-weight:600}#content{margin-bottom:20px;font-weight:600}input[type="text"],input[type="email"]{width:100% !important}input[type="submit"]{width:100%;margin:10px 0;padding:12px 25px;font-size:16px;border-style:inherit;font-weight:600;background:#000;color:#fff;cursor:pointer;white-space:normal}input[type="submit"]:hover{background:#111}.create-logo{border-top:1px solid #000;text-align:center;padding:20px 0;width:100% !important}.create-img{display:flex !important;justify-content:flex-end;overflow:hidden;width:100% !important;margin-left:0 !important}.create-img img{height:100vh !important;width:auto;max-width:inherit !important}@media(max-width:600px){.body-container-wrapper .row-fluid{display:block}.create-text{max-width:100%}.create-logo{margin-top:50px}.create-img{display:none !important}}