/
home
/
obinna
/
html
/
cravings
/
public
/
css2
/
Upload File
HOME
main.container { box-sizing: border-box; margin-left: auto; margin-right: auto; max-width: 444px; padding-left: 32px; padding-right: 32px; width: 100%; } div.inner { align-items: center; display: flex; flex-direction: column; margin-top: 64px; } div.icon { align-items: center; background-color: #f50057; border-radius: 50%; color: #fafafa; display: flex; flex-shrink: 0; font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 1.25rem; height: 40px; justify-content: center; margin: 8px; overflow: hidden; position: relative; user-select: none; width: 40px; } svg.root { display: inline-block; fill: currentcolor; flex-shrink: 0; font-size: 1.5rem; height: 1em; transition-delay: 0ms; transition-duration: 200ms; transition-property: fill; transition-timing-function: cubic-bezier(.4, 0, .2, 1); user-select: none; width: 1em; } h1.title { font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 1.5rem; font-weight: 400; letter-spacing: 0; line-height: 1.33; margin: 0; } form.login-form { margin-top: 8px; width: 100%; } .flex-container { display: flex; justify-content: space-between; } .half { flex-grow: 0; max-width: 50%; flex-basis: 50%; margin: 0; box-sizing: border-box; } .form-control { width: 100%; margin-top: 16px; margin-bottom: 8px; border: 0; margin: 0; display: inline-flex; padding: 0; position: relative; min-width: 0; flex-direction: column; vertical-align: top; } .left { padding-right: 8px; } .right { padding-left: 8px; } .input-root { position: relative; width: 100%; color: rgba(0, 0, 0, 0.87); cursor: text; display: inline-flex; position: relative; font-size: 1rem; box-sizing: border-box; align-items: center; font-family: "Roboto", "Helvetica", "Arial", sans-serif; line-height: 1.1875em; margin-top: 16px; margin-bottom: 8px; } input.form-input { -webkit-tap-highlight-color: transparent; background-image: none; box-shadow: none; box-sizing: content-box; color: currentcolor; display: block; height: 1.1875em; margin: 0; min-width: 0; padding: 18.5px 14px; width: 100%; border-color: rgba(0, 0, 0, 0.23); border-style: solid; border-width: 1px; border-radius: 5px; font-size: 16px; } input:focus { outline: none; } .checkbox-root { color: rgba(0, 0, 0, 0.54); padding: 9px; flex: 0 0 auto; color: rgba(0, 0, 0, 0.54); padding: 12px; overflow: visible; font-size: 1.5rem; text-align: center; transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; border-radius: 50%; } .checkbox-inner { width: 100%; display: flex; align-items: inherit; justify-content: inherit; } label.remember { -webkit-tap-highlight-color: transparent; align-items: center; cursor: pointer; display: inline-flex; margin-left: -11px; margin-right: 16px; vertical-align: middle; } .ripple { top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 0; overflow: hidden; position: absolute; border-radius: inherit; pointer-events: none; } span.remember-label { font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 400; letter-spacing: .00938em; line-height: 1.5; margin: 0; } button.submit-button { margin: 24px 0px 16px; width: 100%; color: #fff; background-color: #3f51b5; color: rgba(0, 0, 0, 0.87); cursor: pointer; /*box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);*/ background-color: #e0e0e0; color: rgba(0, 0, 0, 0.87); padding: 6px 16px; font-size: 0.875rem; min-width: 64px; box-sizing: border-box; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-weight: 500; line-height: 1.75; border-radius: 4px; letter-spacing: 0.02857em; text-transform: uppercase; outline: none; } button:active, button:focus { outline: none; } .button-text { width: 100%; display: inherit; align-items: inherit; justify-content: inherit; } .form-footer { width: 100%; display: flex; flex-wrap: wrap; box-sizing: border-box; } .form-footer-items { margin: 0; box-sizing: border-box; } .form-footer-left { flex-grow: 1; max-width: 100%; flex-basis: 0; } .form-footer-text { text-decoration: none; color: #3f51b5; font-size: 0.875rem; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-weight: 400; line-height: 1.43; letter-spacing: 0.01071em; } .social-icon img { width: 40px; } .login { margin-top: 15px; }