#odilogin { background: #fff; border-radius: 5px; border: 1px solid #cecece; font-family: 'Open Sans'; margin: 2em auto; max-width: 400px; }
#odilogin:after { clear: both; content: ''; display: table; }
#odilogin h2 { background: #0678be; color: #fff; font-size: 12px !important; font-weight: bold; line-height: 3; margin: 15px 0 0; padding-left: 20px; position: relative; text-align: left; text-transform: uppercase; }
#odilogin h2:before { border-bottom: 5px solid transparent; border-right: 5px solid #0678be; border-top: 5px solid transparent; content: ''; height: 3em; left: -5px; position: absolute; top: -5px; }
#odilogin div { margin: 25px 40px; position: relative; }
#odilogin input[type="text"], #odilogin input[type="password"] { background: #eaeaea; border-radius: 5px; border: 1px solid #c3c3c3; font-size: 13px; height: 42px; line-height: 42px; padding: 0 0 1px 36px; }
#odilogin input[type="submit"] { background-color: #0678be; border-radius: 5px; border: 1px solid #ececec; color: #FFF; cursor: pointer; font-family: "Open Sans"; font-size: 13px; height: 52px; text-transform: uppercase; transition: all 0.3s ease-in-out 0s; width: 170px; }
#odilogin input[type="submit"]:hover { background: #111A45; }
#odilogin label { display: none; }
#odilogin .odiuser:before, #odilogin .odipass:before { color: #878787; font-family: 'Font Awesome 5 Free'; font-size: 15px; font-weight: 900; line-height: 42px; padding: 0 10px; position: absolute; z-index: 10; }
#odilogin .odiuser:before { content: '\f007'; }
#odilogin .odipass:before { content: '\f084'; transform: rotate(90deg); }
#odilogin .odigo { text-align: right; }

.odiloginoverlay #odilogin { position: relative; top: 10%; }
.odiloginoverlay #odilogin .odicloser { background: #0678be; border-radius: 50%; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3); cursor: pointer; display: block; height: 37px; position: absolute; right: -15px; top: -15px; width: 37px; }
.odiloginoverlay #odilogin .odicloser:after { color: #fff; content: '\f057'; display: inline-block; font-family: fontawesome; font-size: 44px; line-height: 37px; }

/*# sourceMappingURL=login.css.map */
