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

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

svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: visible;
}

.svg-icon {
  cursor: pointer;
}
.svg-icon path {
  stroke: rgba(255, 255, 255, 0.9);
  fill: none;
  stroke-width: 1;
}

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

.cont {
  position: relative;
  height: 100%;
  background-image: url("https://i1.wp.com/www.3is.com/wp-content/uploads/2017/01/office-apark-3.jpg");
  background-size: cover;
  overflow: auto;
  /* overflow: none; */
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.demo {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -15rem;
  margin-top: -26.5rem;
  width: 270px;
  height: 424px;
  overflow: hidden;
}

.login {
  position: relative;
  height: 100%;
  background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transform: scale(1);
}
.login.inactive {
  opacity: 0;
  transform: scale(1.1);
}
.login__check {
  position: absolute;
  top: 16rem;
  left: 13.5rem;
  width: 14rem;
  height: 2.8rem;
  background: #fff;
  transform-origin: 0 100%;
  transform: rotate(-45deg);
}
.login__check:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 2.8rem;
  height: 5.2rem;
  background: #fff;
  box-shadow: inset -0.2rem -2rem 2rem rgba(0, 0, 0, 0.2);
}
.login__form {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 1.5rem 2.5rem;
  text-align: center;
}
.login__row {
  height: 5rem;
  padding-top: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.login__icon {
  margin-bottom: -0.4rem;
  margin-right: 0.5rem;
}
.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: 22rem;
  height: 100%;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  background: transparent;
  color: #FDFCFD;
}
.login__submit {
  position: relative;
  width: 100%;
  height: 4rem;
  margin: 1rem 0 2.2rem;
  color: rgba(255, 255, 255, 0.8);
  background: #ff9900;
  font-size: 1.5rem;
  border-radius: 3rem;
  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.5rem;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  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: 4rem;
  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: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
  transform: scale(30);
  opacity: 0.9;
}
.login__submit.success:after {
  transition: opacity 0.1s 0s;
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
.login__message_spacer {
  margin-top: 10px;
  /* margin-bottom: 10px; */
  position: relative;
  height: 8rem;
}
.login__message {
  font-size: 1.75rem;
  color: white;
  font-weight: normal;
  margin-top: 10px;
  /* margin-bottom: 10px; */
  background: rgba(250, 173, 70, 0.6);
  position: relative;
  height: 8rem;
}

.app {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25);
  transform: scale(1.2);
}
.app.active {
  opacity: 1;
  transform: scale(1);
}
.app.active .app__logo {
  transform: translateY(0);
  opacity: 1;
}
.app.active .app__button_logout {
  transform: scale(1);
}
.app.active .app__button_cancel {
  transform: scale(1);
}
.app.active .app__button_confirm {
  transform: scale(1);
}
.app__top {
  position: relative;
  height: 220px;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem 1.5rem 2rem;
  text-align: center;
}
.app__bot {
  position: relative;
  height: 110px;
  background: rgba(250, 173, 70, 0.6);
  padding: 2rem 1.5rem 2rem;
  text-align: center;
}
.app__buttons {
  position: relative;
  height: 80px;
  padding: 2rem 1.5rem 2rem;
  text-align: center;
}
.app__hello {
  font-size: 2.2rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
}
.app__message {
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
.app__option {
  font-size: 1.5rem;
  color: #ff9900;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}
.app__bookings {
  position: relative;
  height: 4rem;
/* border-top: 1px solid #EEEEEF;
  padding: 1rem 2rem 1rem 7.5rem; */
  transition: transform 0.3s, opacity 0.3s;
  transform: translateY(-50%);
  /* opacity: 0; */
}
.app__logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 270px;
  height: 96px;
}
.app__bookings-mainheader {
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: left;
}
.app__bookings-headings {
  color: #fff;
  font-weight: normal;
  font-size: 1.25rem;
  margin-left: 15px;
  text-align: right;
  vertical-align: top;
}
.app__bookings-info {
  color: #fff;
  font-weight: normal;
  font-size: 1.25rem;
  margin-left: 70px;
  text-align: left;
  vertical-align: top;
}
.app__button_logout {
  position: absolute;
  /* bottom: 0px; */
  left: 40px;
  width: 40px;
  height: 40px;
  margin-left: -15px;
  /* margin-bottom: 0px; */
  background: red;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: bottom 0.4s 0.1s, left 0.4s 0.1s, transform 0.4s 0.4s, opacity 0.1s 0.7s, background-color 0.1s 0.7s;
  transform: scale(0);
}
.app__button_logout.clicked {
  bottom: 50%;
  right: 50%;
  transform: scale(30) !important;
  opacity: 0.9;
}
.app__button_logout.clicked svg {
  opacity: 0;
}
.app__button_logout-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -20px;
  transition: opacity 0.1s;
}
.app__button_logout-graphic {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -15px;
  transition: opacity 0.1s;
  background-image: url("images/icon-logout.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.app__button_logout-icon path {
  stroke-width: 4px;
  stroke-dasharray: 64;
  stroke-dashoffset: 64;
  /* stroke-dasharray: 64.36235046386719;
  stroke-dashoffset: 64.36235046386719; */
  -webkit-animation: animatePath 0.5s 0.5s forwards;
          animation: animatePath 0.5s 0.5s forwards;
}
.app__button_cancel {
  position: absolute;
  /* bottom: 0px; */
  right: 120px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  /* margin-bottom: 0px; */
  background: #ff9900;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  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;
  transform: scale(0);
}
.app__button_cancel.clicked {
  bottom: 50%;
  right: 50%;
  transform: scale(30) !important;
  opacity: 0.9;
}
.app__button_cancel.clicked svg {
  opacity: 0;
}
.app__button_cancel-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -20px;
  transition: opacity 0.1s;
}
.app__button_cancel-graphic {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -15px;
  transition: opacity 0.1s;
  background-image: url("images/icon-cancel.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.app__button_cancel-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;
}

.app__button_confirm {
  position: absolute;
  /* bottom: 0px; */
  right: 40px;
  width: 40px;
  height: 40px;
  margin-right: -15px;
 /* margin-bottom: 0px; */
  background: #47B00F;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  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;
  transform: scale(0);
}
.app__button_confirm.clicked {
  bottom: 50%;
  right: 50%;
  transform: scale(30) !important;
  opacity: 0.9;
}
.app__button_confirm.clicked svg {
  opacity: 0;
}
.app__button_confirm-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -20px;
  transition: opacity 0.1s;
}
.app__button_confirm-graphic {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -15px;
  transition: opacity 0.1s;
  background-image: url("images/icon-confirm.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.app__button_confirm-icon path {
  stroke-width: 4px;
  stroke-dasharray: 64;
  stroke-dashoffset: 64;
  -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);
  transform: scale(0);
  -webkit-animation: animRipple 0.4s;
          animation: animRipple 0.4s;
  border-radius: 50%;
}

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

@keyframes animRipple {
  to {
    transform: scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}

