﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

.aa-login-wrapper {
  background-color: white;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.aa-login-wrapper .aa-login-left {
  background-color: #A84893;
  background: -moz-linear-gradient(-45deg, #A84893 0%, #612855 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #A84893), color-stop(100%, #612855));
  background: -webkit-linear-gradient(-45deg, #A84893 0%, #612855 100%);
  background: -o-linear-gradient(-45deg, #A84893 0%, #612855 100%);
  background: -ms-linear-gradient(-45deg, #A84893 0%, #612855 100%);
  background: linear-gradient(135deg, #A84893 0%, #612855 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$main-color", endColorstr="$main-color-darker", GradientType=1 );
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.aa-login-wrapper .aa-login-left .aa-login-logo img {
  max-width: 300px;
  width: 300px;
}
.aa-login-wrapper .aa-login-right {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.aa-login-wrapper .aa-login-right .forgot-text {
  display: block;
  width: 60%;
  margin-bottom: 10px;
  font-size: 17px;
  color: #747a82;
  line-height: 1.4em;
}
.aa-login-wrapper .aa-login-right .forgot-text b {
  font-weight: 600;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper {
  max-width: 400px;
  min-height: 500px;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-header {
  text-align: center;
  margin-bottom: 60px;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-header .logo {
  margin-bottom: 5px;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-header .logo img {
  width: 200px;
  padding-bottom: 10px;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-header .subheader {
  font-size: 17px;
  color: #747a82;
  line-height: 1.4em;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-credentials {
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-credentials .user {
  margin-bottom: 30px;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-credentials input {
  background-color: transparent !important;
  border: unset;
  border: 1px solid #A84893;
  border-radius: 5px;
  font-size: 17px;
  width: 100%;
  padding: 12px 12px;
  color: #A84893;
  box-sizing: border-box;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-options {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-options .remember {
  display: flex;
  flex-wrap: nowrap;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-options .remember .label {
  font-size: 16px;
  color: #A84893;
  margin-left: 5px;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-options .remember input {
  transform: scale(1.3);
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-options .forgot-password a {
  font-size: 16px;
  color: #A84893;
  margin-left: 5px;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-button {
  text-align: center;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-button input {
  background-color: #A84893;
  color: white;
  border: none;
  padding: 15px 50px;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-button input:hover {
  background-color: #973F84;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-button input:active {
  background-color: #612855;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-disabled {
  text-align: center;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-disabled input {
  background-color: #8e8e8e;
  color: white;
  border: none;
  padding: 15px 50px;
  border-radius: 5px;
  font-size: 17px;
  cursor: default;
}
.aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper .aa-login-error {
  margin-top: 30px;
  font-size: 15px;
  color: red;
  text-align: center;
  line-height: 1.3em;
  position: relative;
}

.verifybox {
  border: 2px solid gray;
  /*height: 300px;*/
  /*width: 300px;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 20px 30px 30px 30px;
}
.verifybox .vf-headertext {
  font-size: 20px !important;
  font-weight: 600;
}
.verifybox div {
  margin: 0 auto;
  width: 300px;
  padding: 5px;
  font-size: 14px;
  padding: 5px;
}
.verifybox .vf-button {
  background-color: transparent;
  color: #A84893;
  padding: 8px 10px;
  border: 1px solid #A84893;
  border-radius: 5px;
  margin: 0px 0px 0px 5px;
  font-size: 14px;
  font-weight: 600;
  user-select: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.verifybox .vf-input {
  background-color: white;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
}
.verifybox .msg-error {
  margin-top: 30px;
  font-size: 15px;
  color: red;
  text-align: center;
  line-height: 1.3em;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .aa-login-wrapper {
    flex-wrap: wrap;
  }
  .aa-login-wrapper .aa-login-right {
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .aa-login-wrapper {
    flex-wrap: wrap;
  }
  .aa-login-wrapper .aa-login-left {
    width: 100%;
    height: 20%;
  }
  .aa-login-wrapper .aa-login-left .aa-login-logo img {
    display: none;
  }
  .aa-login-wrapper .aa-login-right {
    width: 100%;
    height: 80%;
  }
  .aa-login-wrapper .aa-login-right .aa-login-credentials-wrapper {
    min-height: unset;
  }
}
.cube-container-login {
  /*height: 100%;
  position:absolute;
  left:158px;*/
  position: absolute;
  top: 50px;
  left: 150px;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A84893;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
