@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100); html { font-family: 'Roboto', sans-serif; font-size: 16px; color: #46535B; } body { font-size: 16px; padding: 0; margin: 0; } h1 { font-size: 30px; font-style: normal; font-weight: 300; line-height: 35px; color: #006CB7; } h2 { font-size: 18px; font-style: normal; font-weight: 300; line-height: 21px; text-transform: uppercase; color: #006CB7; } h3 { font-size: 18px; font-style: normal; font-weight: 300; line-height: 21px; } em { font-weight: 300; } .btn { border: none; line-height: 2.5rem; padding: 0 2.5rem; color: white; background: #006CB7; border-radius: 20px; font-size: 1.125rem; font-weight: 400; cursor: pointer; transition: opacity 0.3s ease-out; } .btn:hover { opacity: 0.8; } .btn:disabled { cursor: default; opacity: 0.5; } .panel { background: #F5F5F5; padding: 40px 60px; border-radius: 20px; max-width: 30rem; } .panel .panel-logo { position: absolute; top: -60px; left: 0; right: 0; display: block; margin: auto; background: #F5F5F5; padding: 20px 30px; width: 100px; border-radius: 100%; text-align: center; } .line { background: #C4C4C4; height: 2px; width: 200px; margin: auto; } .a-right { display: block; text-align: right; font-size: 10px; text-decoration: none; color: #006CB7; text-transform: uppercase; } .alert { position: relative; color: #8D3D3D; margin-bottom: 2rem; } .alert.alert-success { color: #88B52F; } .alert img { position: relative; top: 0.25rem; width: 1.8rem; } .alert p { position: absolute; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 2rem; left: 3rem; top: 0; margin: 0; text-transform: uppercase; } .submit-alert { background: white; border: 2px solid #B7DB70; box-sizing: border-box; border-radius: 8px; } .submit-alert .btn { margin-top: 0.5rem; background: #88B52F; border-radius: 4px; } .form-wrapper { margin-bottom: 1rem; } .form-wrapper label { display: block; font-weight: normal; font-size: 0.75rem; line-height: 0.875rem; text-transform: uppercase; } .form-wrapper select { display: block; background: #FFFFFF; border: 1px solid #B6BEC3; padding: 0.75rem 1rem; width: 100%; } .form-wrapper input[type="text"] { box-sizing: border-box; display: block; background: #FFFFFF; border: 1px solid #B6BEC3; padding: 0.75rem 1rem; width: 100%; } .form-wrapper input[type="radio"] { float: left; margin: 0; margin-right: 0.5rem; } .form-wrapper .dropzone { box-sizing: border-box; padding: 0.5rem; height: 4.5rem; background: #E0E6EA; } .form-wrapper .dropzone .dz-default.dz-message { box-sizing: border-box; display: block; height: 3.5rem; text-align: center; border: 2px dashed white; } .form-wrapper .dropzone .dz-default.dz-message span { display: inline-block; background: #006CB7; border-radius: 6px; color: white; padding: 0.5rem 0.75rem; margin-top: 0.5rem; cursor: pointer; } .form-wrapper .dz-preview.dz-file-preview { position: relative; background: white; height: 4.5rem; margin-top: 1rem; } .form-wrapper .dz-preview.dz-file-preview .dz-image { position: absolute; left: 1rem; top: 1rem; background: url(/static/image/file.svg); background-repeat: no-repeat; background-position: center; width: 2rem; height: 2rem; } .form-wrapper .dz-preview.dz-file-preview .dz-image img { display: none; } .form-wrapper .dz-preview.dz-file-preview .dz-details .dz-filename { position: absolute; top: 1.5rem; left: 4rem; width: 50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .form-wrapper .dz-preview.dz-file-preview .dz-details .dz-size { position: absolute; top: 1.5rem; right: 2.5rem; } .form-wrapper .dz-preview.dz-file-preview .dz-success-mark, .form-wrapper .dz-preview.dz-file-preview .dz-error-mark { display: none; } .form-wrapper .dz-preview.dz-file-preview .dz-progress { position: absolute; left: 50%; top: 1.5rem; width: 28%; border-radius: 10px; overflow: hidden; } .form-wrapper .dz-preview.dz-file-preview .dz-progress .dz-upload { height: 20px; display: inline-block; background: #006CB7; } .form-wrapper .dz-preview.dz-file-preview .dz-remove { position: absolute; top: 1.5rem; right: 1rem; width: 1rem; height: 1rem; background: url(/static/image/trash.svg); background-repeat: no-repeat; background-position: center; } /*# sourceMappingURL=form.css.map */