* {
  box-sizing: border-box;
}

.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  height: 30px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 50, 84, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #C8CCD4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: white;
}

#cbx:checked + .check svg {
  stroke: white;
}
#cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
#cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #242424;
  background: url("../../images/10.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Work Sans", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.loading-shadow {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  z-index: 1000;
}
.loading-shadow .loading-icon {
  position: absolute;
  width: 300px;
  height: 300px;
  left: calc(50% - 150px);
  top: calc(50% - 150px);
}

a, button, .btn, :focus, :hover, :after, :before, :active, a:focus, button:focus, input:focus, textarea:focus {
  outline: none !important;
}

a, .btn-link {
  color: #000000ab;
}
a:hover, a:focus, .btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #0000008e;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

del {
  text-decoration: line-through;
  color: #696969;
}

q {
  font-style: italic;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

b {
  font-weight: 300;
  text-align: left;
  color: #adadad;
}

.align {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  z-index: 10;
}

h1, h2 {
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 2px 10px #0000003a;
  font-size: 40px;
  color: #ffffff;
}

#google-login .abcRioButton {
  transform: scale(0.8);
  width: 210px !important;
}

#facebook-login span {
  transform: scale(0.8);
  width: 230px !important;
}
#facebook-login span iframe {
  width: 230px !important;
}

/*# sourceMappingURL=style-login.css.map */
