@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');

html * {
  font-family: 'Montserrat', sans-serif;
}

html {
  min-height: 100%;
  min-width: 100%;
}

body {
  background-image: url("/assets/background.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

html, body {
  -webkit-overflow-scrolling: touch;
}

.container {
  margin-top: 50px;
  margin-bottom: 50px;
  align-content: center;
}

.card {
  position: relative;
  height: auto;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 4px 16px 0 rgba(29, 29, 31, 0.36);
  border: solid 1px rgba(255, 255, 255, 0.02);
  background-color: rgba(255, 255, 255, 0.06);
  padding: 40px 50px;
  padding-bottom: 20px;
}

.tr {
  position: absolute;
  top: 0;
  right: 0;
}

.tl {
  position: absolute;
  top: 0;
  left: 0;
}

.br {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bl {
  position: absolute;
  bottom: 0;
  left: 0;
}

.card h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.txt-hr {
  height: 3px;	margin-top: 0px; width: 30px;	background-color: #3865e0; border: none;}
}

.split-top {
  padding-left: 0px;
}

.split-btm {
  padding-right: 0px;
}

.form-group {
  margin-bottom: 25px;
  padding: 0px;
}

input.form-control,select.form-control,.form-control[readonly] {
  height: 46px;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: solid 1px solid 1px rgba(98, 101, 125, 0.2);
  background-color: rgba(252, 252, 255, 0.05);
  color: #3865e0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

input.form-control:before,select.form-control:before {
  height: 46px;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: solid 1px rgba(242, 242, 250, 0.05);
  background-color: rgba(252, 252, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

input.form-control:hover,input.form-control:active,input.form-control:focus,
select.form-control:hover,select.form-control:active,select.form-control:focus {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: solid 1px #3865e0;
  background-color: rgba(255, 255, 255, 0.05);
  caret-color: #000000;
}

input#email-input.form-control:hover,input#email-input.form-control:active,input#email-input.form-control:focus {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: solid 1px #3865e0;
  background-color: rgba(255, 255, 255, 0.05);
  caret-color: #000000;
}

.form-control:active,.form-control:focus {
  border: 1px solid #6975FF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::placeholder {
  opacity: 0.3;	color: #3C4152;	font-family: "Montserrat";	font-size: 14px;	line-height: 18px;
}

.signup-button {
  height: 62px;
  width: 100%;
  margin-top: 40px;
  text-align: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #3865e0;
  background-color: rgba(40, 106, 241, 0.1);
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #3865e0;
}

.signup-button-frg {
  height: 62px;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #3865e0;
  background-color: rgba(40, 106, 241, 0.1);
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #3865e0;
}

.bottom-hr {
  height: 1px;	width: 100%;
  box-shadow: none;
  margin-top: 50px !important;
  opacity: 0.05;
  background-color: #f2f2fa;
}

.alt-text {
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}

.alt-link {
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3865e0 !important;
  margin-left: 10px;
  cursor: pointer;
}

.footer {
  text-align: center;
  margin-top: 40px;
}

.footer p {
  opacity: 0.4;
  font-family: 'MontserratRegular' !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.89px;
  color: #000000;
}

.logo-container img {
  margin-right: 40px;
  height: 45px;
  max-width: 100px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.logo-container img:last-child {
  margin-right: 0px;
}

.checkbox,.forgot-pass {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.forgot-pass {
  text-align: right;
}

.forgot-pass a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.checkbox label {
    position: relative;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    transition: transform 0.28s ease;
    border-radius: 2px;
    background-color: #3865e0;;
}
.checkbox label:after {
  content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 7.5px;
    left: 7.5px;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
    color: #3865e0;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.checkbox label {
    min-height: 24px;
    display: block;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.3);
}
.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}

.back-arrow {
  margin-right: 21px;
  height: 24px;
  width: 24px;
  vertical-align: baseline;
  cursor: pointer;
}

.free-text {
  opacity: 0.8;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #62657d;
  margin-top: 10px;
  margin-bottom: 25px;
}
.mobile-container {
  margin: 10px 20px !important;
  width: calc(100% - 40px);
  padding: 0px;
}

@media only screen and (max-width: 720px) {
  .mobile-container {
    margin: 10px 20px !important;
    width: calc(100% - 40px);
    padding: 0px;
  }
  .card h1 {
    font-size: 26px;
  }
  .card {
    margin: 0px !important;
    padding: 20px;
    margin-bottom: 20px !important;
  }
  .signup-button {
    height: 40px;
  }
  .alt-link {
    font-size: 10px;
  }
  .form-group {
    padding: 0px !important;
  }
  .logo-container img {
    margin-right: 20px;
    height: 29px;
    max-width: 83px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .forgot-pass a {
    font-size: 12px;
  }
}
