*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,
body {
  /*  font-size: 62.5%;*/
  height: 100%;
  /*overflow: hidden;*/ }

html {
  font-size: 14px; }

body {
  font-size: 14px; }

@media (max-width: 768px) {
  html,
  body {
    font-size: 50%; } }

.cont {
  position: relative;
  height: 100%;
  /*  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/slider-2.jpg");
      background-size: cover;*/
  overflow: auto;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .cont svg {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    overflow: visible; }
  .cont .svg-icon {
    cursor: pointer; }
  .cont .svg-icon path {
    stroke: rgba(255, 255, 255, 0.9);
    fill: none;
    stroke-width: 1; }

input,
button {
  outline: none;
  border: none; }

.demo {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 7%;
  width: 300px;
  height: 352px;
  /*overflow: hidden;*/ }
  .demo .loing_logo {
    margin: 0 auto; }

.login {
  position: relative;
  height: 100%;
  background: linear-gradient(to bottom, rgba(220, 220, 220, 0.8) 0%, rgba(192, 192, 192, 0.6) 100%);
  transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: 20px; }

.login.inactive {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.login__check {
  position: absolute;
  top: 10rem;
  left: 9.5rem;
  width: 10rem;
  height: 2rem;
  background: #fff;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.login__check:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 2rem;
  height: 3rem;
  background: #fff;
  box-shadow: inset -0.2rem -2rem 2rem rgba(0, 0, 0, 0.2); }

.login__form {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 1.5rem 2.5rem;
  text-align: center; }

.login__row {
  height: 3.5rem;
  padding-top: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.login__icon {
  margin-bottom: 0.6rem;
  margin-right: 0.3rem; }

.login__icon.name path {
  stroke-dasharray: 73.50196075439453;
  stroke-dashoffset: 73.50196075439453;
  -webkit-animation: animatePath 2s 0.5s forwards;
  animation: animatePath 2s 0.5s forwards; }

.login__icon.pass path {
  stroke-dasharray: 92.10662841796875;
  stroke-dashoffset: 92.10662841796875;
  -webkit-animation: animatePath 2s 0.5s forwards;
  animation: animatePath 2s 0.5s forwards; }

.login__input {
  display: inline-block;
  width: 13rem;
  height: 100%;
  padding-left: 1rem;
  font-size: 1rem;
  background: transparent;
  color: #000; }
  .login__input:-internal-autofill-selected {
    background: transparent !important; }

.login__submit {
  position: relative;
  width: 100%;
  height: 3rem;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.8);
  background: #0050d0;
  font-size: 1.1rem;
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  transition: width 0.3s 0.15s, font-size 0.1s 0.15s; }

.login__submit:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.1rem;
  margin-top: -1.1rem;
  width: 2rem;
  height: 2rem;
  border: 2px dotted #fff;
  border-radius: 50%;
  border-left: none;
  border-bottom: none;
  transition: opacity 0.1s 0.4s;
  opacity: 0; }

.login__submit.processing {
  width: 3rem;
  font-size: 0; }

.login__submit.processing:after {
  opacity: 1;
  -webkit-animation: rotate 0.5s 0.4s infinite linear;
  animation: rotate 0.5s 0.4s infinite linear; }

.login__submit.success {
  transition: opacity 0.1s 0.3s, background-color 0.1s 0.3s, -webkit-transform 0.3s 0.1s ease-out;
  transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
  transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s, -webkit-transform 0.3s 0.1s ease-out;
  -webkit-transform: scale(90);
  transform: scale(90);
  opacity: 0.9;
  transition-duration: 2s; }

.login__submit.success:after {
  transition: opacity 0.1s 0s;
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.login__signup {
  font-size: 1.2rem;
  color: #aba8ae; }

.login__signup a {
  color: #fff;
  cursor: pointer; }

.app {
  z-index: 100;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 22px;
  height: 22px;
  opacity: 0;
  display: block;
  transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25), -webkit-transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
  .app svg {
    display: inline-block;
    width: 13px;
    height: 13px;
    overflow: visible; }
  .app .svg-icon {
    cursor: pointer; }
  .app .svg-icon path {
    stroke: rgba(28, 76, 138, 0.9);
    fill: none;
    stroke-width: 4; }
    .app .svg-icon path:hover {
      stroke: rgba(255, 23, 3, 0.9); }

.app.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.app.active .app__user-photo {
  -webkit-transform: scale(1);
  transform: scale(1); }

.app.active .app__meeting {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.app.active .app__logout {
  -webkit-transform: scale(1);
  transform: scale(1); }

.app__top {
  position: relative;
  height: 28rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 6rem 1.5rem 2rem;
  text-align: center; }

.app__bot {
  position: relative;
  height: 25rem;
  background: #fff; }

.app__menu-btn {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  width: 1.8rem;
  height: 1.7rem;
  cursor: pointer; }

.app__menu-btn span,
.app__menu-btn:before,
.app__menu-btn:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6); }

.app__menu-btn span {
  top: 0.8rem; }

.app__menu-btn:before {
  content: "";
  top: 0; }

.app__menu-btn:after {
  content: "";
  bottom: 0; }

.app__icon {
  position: absolute;
  top: 2rem; }

.app__icon.search {
  right: 1.5rem;
  stroke-dasharray: 61.847137451171875;
  stroke-dashoffset: 61.847137451171875;
  -webkit-animation: animatePath 0.5s 0.5s forwards;
  animation: animatePath 0.5s 0.5s forwards; }

.app__hello {
  font-size: 2.2rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 3rem; }

.app__user {
  position: relative;
  display: inline-block;
  width: 9rem;
  height: 9rem;
  margin-bottom: 3rem; }

.app__user-photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
  transition: transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
  transition: transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55), -webkit-transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
  -webkit-transform: scale(0);
  transform: scale(0); }

.app__user-notif {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
  background: #50d2c2;
  color: #fff;
  font-size: 1.5rem; }

.app__month:after {
  content: "";
  display: table;
  clear: both; }

.app__month-name {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  text-transform: uppercase; }

.app__month-btn {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-left: none;
  border-bottom: none;
  cursor: pointer; }

.app__month-btn.left {
  float: left;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.app__month-btn.right {
  float: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.app__days {
  height: 7rem;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.app__day {
  width: 14%;
  text-align: center;
  font-size: 1.2rem; }

.app__day.weekday {
  color: #919197;
  text-transform: uppercase; }

.app__day.date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3c3c43; }

.app__meeting {
  position: relative;
  height: 6rem;
  border-top: 1px solid #eeeeef;
  padding: 1rem 2rem 1rem 7.5rem;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0; }

.app__meeting:nth-child(1) {
  transition-delay: 0.2s; }

.app__meeting:nth-child(2) {
  transition-delay: 0.3s; }

.app__meeting:nth-child(3) {
  transition-delay: 0.4s; }

.app__meeting:nth-child(4) {
  transition-delay: 0.5s; }

.app__meeting:nth-child(5) {
  transition-delay: 0.6s; }

.app__meeting-photo {
  position: absolute;
  left: 2rem;
  top: 1rem;
  width: 4rem;
  height: 4rem; }

.app__meeting-name {
  color: #000;
  font-size: 1.3rem; }

.app__meeting-info {
  color: #949498;
  font-size: 1.1rem; }

.app__logout {
  position: absolute;
  /*    bottom: 3.4rem;
        right: 2.5rem;*/
  top: 0px;
  right: 0px;
  width: 21px;
  height: 21px;
  text-align: center;
  padding-top: 2px;
  /* Chrome CSS hacks */
  /* Firefox CSS hacks */
  /* Safari CSS hacks */
  /*line-height: 21px;*/
  /*    margin-right: -2.3rem;
        margin-bottom: -2.3rem;*/
  background: #fff;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: bottom 0.4s 0.1s, right 0.4s 0.1s, opacity 0.1s 0.7s, background-color 0.1s 0.7s, -webkit-transform 0.4s 0.4s;
  transition: bottom 0.4s 0.1s, right 0.4s 0.1s, transform 0.4s 0.4s, opacity 0.1s 0.7s, background-color 0.1s 0.7s;
  transition: bottom 0.4s 0.1s, right 0.4s 0.1s, transform 0.4s 0.4s, opacity 0.1s 0.7s, background-color 0.1s 0.7s, -webkit-transform 0.4s 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0); }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .app__logout {
      padding-top: 2px; } }
@-moz-document url-prefix() {
  .app__logout {
    padding-top: 1px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .app__logout {
      padding-top: 1px; } }
  .app__logout:active {
    background: rgba(28, 76, 138, 0.9);
    transition-delay: 0.01s; }

.app__logout.clicked {
  /*    bottom: 50%;
        right: 50%;*/
  top: 0px;
  right: 0px;
  -webkit-transform: scale(200) !important;
  transform: scale(200) !important;
  transition-duration: 2s;
  opacity: 0.9;
  background: rgba(28, 76, 138, 0.9); }

.app__logout.clicked svg {
  opacity: 0; }

.app__logout-icon {
  width: 20px;
  height: 20px;
  transition: opacity 0.1s; }

.app__logout-icon path {
  stroke-width: 4px;
  stroke-dasharray: 64.36235046386719;
  stroke-dashoffset: 64.36235046386719;
  -webkit-animation: animatePath 0.5s 0.5s forwards;
  animation: animatePath 0.5s 0.5s forwards; }

.ripple {
  position: absolute;
  width: 15rem;
  height: 15rem;
  margin-left: -7.5rem;
  margin-top: -7.5rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: animRipple 0.4s;
  animation: animRipple 0.4s;
  border-radius: 50%; }

@-webkit-keyframes animRipple {
  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0; } }

@keyframes animRipple {
  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0; } }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes animatePath {
  to {
    stroke-dashoffset: 0; } }

@keyframes animatePath {
  to {
    stroke-dashoffset: 0; } }

.admin_logout_action {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative; }
