@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic&subset=latin,latin-ext);
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/momologin.eot?ju9e2q");
  src: url("/fonts/momologin.eot?ju9e2q#iefix") format("embedded-opentype"), url("/fonts/momologin.ttf?ju9e2q") format("truetype"), url("/fonts/momologin.woff?ju9e2q") format("woff"), url("/fonts/momologin.svg?ju9e2q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-momologo .path1:before {
  content: "\e800";
  color: #58595b;
}

.icon-momologo .path2:before {
  content: "\e801";
  margin-left: -1.97265625em;
  color: #58595b;
}

.icon-momologo .path3:before {
  content: "\e802";
  margin-left: -1.97265625em;
  color: #58595b;
}

.icon-momologo .path4:before {
  content: "\e803";
  margin-left: -1.97265625em;
  color: #009edb;
}

.icon-momologo .path5:before {
  content: "\e804";
  margin-left: -1.97265625em;
  color: #009edb;
}

.icon-momologo .path6:before {
  content: "\e805";
  margin-left: -1.97265625em;
  color: #009edb;
}

.icon-momologo .path7:before {
  content: "\e806";
  margin-left: -1.97265625em;
  color: #009edb;
}

.icon-momologo .path8:before {
  content: "\e807";
  margin-left: -1.97265625em;
  color: #009edb;
}

.icon-momo-mono:before {
  content: "\e808";
}

.icon-momo .path1:before {
  content: "\e60d";
  color: #58595b;
}

.icon-momo .path2:before {
  content: "\e60e";
  margin-left: -3.00390625em;
  color: #58595b;
}

.icon-momo .path3:before {
  content: "\e60f";
  margin-left: -3.00390625em;
  color: #58595b;
}

.icon-momo .path4:before {
  content: "\e610";
  margin-left: -3.00390625em;
  color: #009edb;
}

.icon-momo .path5:before {
  content: "\e611";
  margin-left: -3.00390625em;
  color: #58595b;
}

.icon-momo .path6:before {
  content: "\e612";
  margin-left: -3.00390625em;
  color: #58595b;
}

.icon-momo .path7:before {
  content: "\e613";
  margin-left: -3.00390625em;
  color: #58595b;
}

.icon-momo .path8:before {
  content: "\e614";
  margin-left: -3.00390625em;
  color: #58595b;
}

.icon-momo .path9:before {
  content: "\e615";
  margin-left: -3.00390625em;
  color: #58595b;
}

.icon-momo .path10:before {
  content: "\e616";
  margin-left: -3.00390625em;
  color: #58595b;
}

.icon-momo .path11:before {
  content: "\e617";
  margin-left: -3.00390625em;
  color: #009edb;
}

.icon-momo .path12:before {
  content: "\e618";
  margin-left: -3.00390625em;
  color: #009edb;
}

.icon-momo .path13:before {
  content: "\e619";
  margin-left: -3.00390625em;
  color: #009edb;
}

.icon-momo .path14:before {
  content: "\e61a";
  margin-left: -3.00390625em;
  color: #009edb;
}

.icon-momo .path15:before {
  content: "\e61b";
  margin-left: -3.00390625em;
  color: #009edb;
}

.icon-boritek:before {
  content: "\e600";
}

.icon-lock:before {
  content: "\e98f";
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("/img/loginbg.jpg");
  background-size: fit;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'Source Sans Pro', sans-serif;
}

.loginbox {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  margin-top: 5%;
  position: relative;
  overflow: hidden;
  padding: 40px 45px 25px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loginbox:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e808";
  color: #f2f2f2;
  position: absolute;
  right: -35%;
  top: 0;
  font-size: 450px;
  z-index: 1;
}

.loginbox .header {
  display: inline-block;
  position: relative;
  width: 100%;
}

.loginbox .header .alert {
  background-color: #ebebeb;
  color: #58595b;
  width: 100%;
  border: 1px solid #58595b;
  padding: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}

.loginbox .header .alert:after, .loginbox .header .alert:before {
  top: 100%;
  left: 13px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.loginbox .header .alert:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ebebeb;
  border-width: 6px;
  margin-left: -11px;
}

.loginbox .header .alert:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #58595b;
  border-width: 7px;
  margin-left: -12px;
}

.loginbox .header .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.loginbox .header .alert-danger:after {
  border-color: rgba(242, 222, 222, 0);
  border-top-color: #f2dede;
  border-width: 7px;
  margin-left: -11px;
}

.loginbox .header .alert-danger:before {
  border-color: rgba(235, 204, 209, 0);
  border-top-color: #ebccd1;
  border-width: 8px;
  margin-left: -12px;
}

.loginbox .header .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.loginbox .header .alert-warning:after {
  border-color: rgba(252, 248, 227, 0);
  border-top-color: #fcf8e3;
  border-width: 7px;
  margin-left: -11px;
}

.loginbox .header .alert-warning:before {
  border-color: rgba(250, 235, 204, 0);
  border-top-color: #faebcc;
  border-width: 8px;
  margin-left: -12px;
}

.loginbox .header .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.loginbox .header .alert-success:after {
  border-color: rgba(223, 240, 216, 0);
  border-top-color: #dff0d8;
  border-width: 7px;
  margin-left: -11px;
}

.loginbox .header .alert-success:before {
  border-color: rgba(214, 233, 198, 0);
  border-top-color: #d6e9c6;
  border-width: 8px;
  margin-left: -12px;
}

.loginbox .icon-momologo {
  font-size: 60px;
  margin-bottom: 90px;
  display: block;
}

.loginbox form {
  position: relative;
  z-index: 2;
}

.loginbox form .btn {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  background-color: #009ddb;
  border: 0;
  width: 100%;
  cursor: pointer;
  padding: 17px 0;
  text-transform: uppercase;
  margin: 40px 0 13px 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.loginbox form .btn:hover {
  opacity: 0.85;
}

.loginbox form .remembermetxt {
  white-space: nowrap;
  position: absolute;
  font-size: 15px;
  color: #a2a2a2;
  font-weight: 600;
  left: 125%;
  width: 100px;
}

.loginbox form .iconcont {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.loginbox form .iconcont:before {
  content: "\e600";
  color: #56c4ec;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.loginbox form .passwdcont:before {
  content: "\e98f";
  font-size: 20px;
}

.loginbox form input[type="text"], .loginbox form input[type="password"] {
  width: 100%;
  color: #58595b;
  font-size: 18px;
  border: 0;
  background-color: transparent;
  padding: 10px;
  outline: none;
}

.loginbox form input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #58595b;
}

.loginbox form input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #58595b;
  opacity: 1;
}

.loginbox form input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #58595b;
  opacity: 1;
}

.loginbox form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #58595b;
}

.loginbox form input[type="password"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #58595b;
}

.loginbox form input[type="password"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #58595b;
  opacity: 1;
}

.loginbox form input[type="password"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #58595b;
  opacity: 1;
}

.loginbox form input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #58595b;
}

.loginbox form .defaultlink {
  font-size: 15px;
  color: #009ddb;
  display: block;
  text-align: center;
}

.loginbox form .defaultlink:last-child {
  font-size: 16px;
  margin-top: 50px;
}

.onoffswitch {
  position: relative;
  width: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #C2C2C2;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 17px;
  padding: 0;
  line-height: 17px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 15px;
  margin: 1px;
  background: #A1A1A1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  border: 2px solid #C2C2C2;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #66C9ED;
}

@media only screen and (max-width: 768px) {
  body {
    background: #fff;
  }
  .loginbox {
    max-width: 100%;
    margin-top: 0;
  }
}

body .cc_container {
  font-size: 11px;
  padding: 5px;
  text-align: center;
  color: black;
}
/*# sourceMappingURL=login.css.map */