
body {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    background: transparent linear-gradient(180deg, #F1F7FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

img {
    max-width: 100%;
}
h1 {
    font-size: 2.5em;
    font-weight: normal;
    font-family: 'Inter', sans;
}
h2 {
    font-size: 2.1em;
}
h2, h3 {
    color: #222;
    font-family: 'Inter', sans;
}
.loader {
    margin-top: 100px;
    width: 88px;
    height: 88px;
    border: 5px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.top-logo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.top-logo img {
    max-width: 400px;
}
.modal-form .form a {
    text-decoration: none;
    color: #3699FF;
}
.modal-form .form .box {
    max-width: 500px;
    margin: 40px auto;
    background-color: white;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 3px;
    padding: 40px;
    text-align: center;
}
.modal-form .form .box.profile-box {
    max-width: 700px;
}
.modal-form .form .box.profile-box .card-header h3 {
    text-align: left;
}
.modal-form .form .right {
    font-size: 1.1em;
    font-weight: 500;
    color: #6e6e6e;
    margin-top: 60px;
}
.modal-form .form .right span {
    display: block;
}
.modal-form .form h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-form .form h4 {
    color: #6e6e6e;
    margin-bottom: 30px;
    font-weight: 500;
}
#login-form {
    margin-top: 30px;
}
.google-ruler {
    border-width:0;
    color:#B0B6BF;
    background-color: #B0B6BF;
    height: 1px;
    margin-top: 35px;
}
.registration-ruler {
    margin-bottom: 30px;
}
.modal-form .form .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-form .form .box .label {
    text-align: left;
    font-size: 0.9em;
    display: block;
    font-weight: 500;
    margin-bottom: -5px;
    color: #193147;
}
.modal-form .label {
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0;
    padding-left: 2px;
}
.modal-form .label span {
    color: #6e6e6e;
    font-weight: normal;
}
.modal-form .form .form-group input {
    border: 1px solid #B0B6BF;
    border-radius: 3px;
    padding: 10px 15px;
    width: 94%;
    font-size: 0.9em;
    margin-bottom: 15px;
}
.modal-form .form .form-group input:focus {
    border: 1px solid #369AFE;
    outline: none;
}
.intl-tel-input, #phone {
    width: 100%;
}
.intl-tel-input {
    margin-bottom: 20px;
}
.modal-form .form .register-row {
    margin-top: 40px;
}
.modal-form .form .register-row #btn-login, .modal-form .form .register-row .login-button {
    line-height: 1.5;
    padding: 10px 12px;
    font-size: 0.95em;
    border-radius: 3px;
    background: transparent linear-gradient(90deg, #369AFE 0%, #00fff8 100%) 0 0 no-repeat padding-box;
    color: white;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.modal-form .form .register-row.edit-row {
    margin-top: 0;
}
.modal-form .form .register-row.edit-row .login-button {
    margin-top: 0 !important;
}
.authorize .login-button {
    width: auto !important;
}
.authorize .allow-button {
    margin-right: 20px;
    margin-top: 0 !important;
}
.modal-form sup {
    color: red;
    font-size: 1.1em;
}
.modal-form .form .register-row p {
    display: none;
}
.forgotten-password {
    margin-top: -15px;
    margin-right: 10px;
}
.forgotten-password a {
    float: right;
}
.email {
    text-align: center;
    font-size: 2em;
}
.confirmation-sent .form {
    text-align: center;
}
.thanks {
    padding: 40px 10vw;
    margin-top: 50px;
}
.modal-form .form .thanks h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 3.2em;
    font-weight: 500;
}
.thanks p {
    font-size: 1.1em;
    margin-bottom: 20px;
    margin-top: 20px;
}
.thanks .email {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}
.thanks .logo img {
    max-width: 300px;
    margin-bottom: 40px;
}

.modal-form .form #message {
    margin-top: 20px;
    background-color: white;
    padding: 15px 20px;
}

.modal-form .form .alert-danger {
    color: red;
}
.modal-form .form .alert-danger a {
    color: darkred;
}

.password-widget {
    position: relative;
}
.password-widget .toggle {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.password-widget .toggle .ki {
    font-size: 1.4rem;
    color: #6e6e6e;
}
.text-muted {
    color: #B5B5C3;
    font-size: 0.85rem;
    font-weight: 400;
    margin-top: -17px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}
.intl-tel-input.allow-dropdown .flag-container {
    padding-left: 10px;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type="text"] {
    padding-left: 60px !important;
}
.modal-form .agreements-box {
    display: grid;
    grid-template-columns: 20px 1fr;
    font-weight: normal;
    text-align: left;
}
.agreements-box .form-group {
    display: inline-block;
    text-align: center;
}
.agreements-box span {
    display: inline-block;
    padding: 9px;
}
.modal-form .form .box .label.first-time-agreements {
    margin-bottom: 5px;
    margin-top: -10px;
    margin-left: -7px;
    font-weight: normal;
}

@media (max-width: 980px) {
    .thanks {
        padding: 20px 40px;
        margin-top: 0;
    }
    .modal-form .form .thanks h2 {
        font-size: 24px;
    }
}
@media (max-width: 825px) {
    .modal-form .form .box {
        margin-left: 20px;
        margin-right: 20px;
    }
    .modal-form .form h4 {
        margin-bottom: 30px;
    }
}

@media (max-width: 460px) {
    .modal-form .form .form-group input {
        width: 80%;
    }
    .confirmation-sent .form {
        background-size: 70% auto;
    }
    .top-logo img {
        max-width: 90%;
    }
    .modal-form .form .box {
        padding: 30px;
    }
    .modal-form .agreements-box {
        margin-top: -20px;
    }
}

.errors {
    list-style: none;
    padding: 10px 5px;
    padding-top: 0;
    margin: 0;
    color: #F64E60;
    font-size: 0.9em;
}
.errors li {
    margin-bottom: 7px;
}

.grant-access {
    margin-top: 30px;
    margin-bottom: -20px;
}
.modal-form .form .register-row .decline-button {
    border: 1px solid #F64E60;
    background-color: #F64E60;
    margin-left: 20px;
    vertical-align: middle;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    text-transform: capitalize;
}
.allow-button {
    background-color: #3699FF;
    border: 1px solid #3699FF;
    vertical-align: middle;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    text-transform: capitalize;
}
.authorize input {
    text-transform: capitalize;
}
.language {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #B0B6BF;
    border-radius: 4px;
    padding: 1px 10px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card {
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;
    color: #3F4254;
    margin-bottom: 40px;
}
.card-header {
    border-bottom: 1px solid #EBEDF3;
    padding: 20px;
    padding-right: 12px;
}
.card-header h3 {
    font-size: 1.2rem;
    color: #3F4254;
    margin: 0;
}
.card-body table {
    text-align: left;
}
.pull-right {
    text-align: right;
    padding: 12px;
    margin-top: 0 !important;
}
.pull-right input {
    font-size: 14px !important;
}
.center {
    text-align: center;
}
.card-body table, tr, th, td {
    border-collapse: collapse;
}
.card-body table {
    width: 100%;
    font-size: 14px;
}
.card-body tr {
    border-bottom: 1px solid #EBEDF3;
}
.card-body td, th {
    padding: 10px 20px;
}
.modal-form .form .mini-button {
    color: #FFFFFF;
    border-radius: 4px;
    background: transparent linear-gradient(90deg, #369AFE 0%, #00fff8 100%) 0 0 no-repeat padding-box;
    display: inline-block;
    margin: 5px;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.radio {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
    margin-bottom: 0px;
}
.radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.radio > span {
    background-color: #ebedf3;
    border: 1px solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid transparent;
}
.radio > input:checked ~ span {
    background-color: #3699ff;
}
.radio > input:checked ~ span {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.radio span {
    margin-right: .75rem;
}
.radio > input:checked ~ span::after {
    background-color: #fff;
    border-color: #fff;
}
.radio > input:checked ~ span::after {
    display: block;
}
.radio > span::after {
    width: 6px;
    height: 6px;
}
.radio > span::after {
    content: "";
    display: none;
    border-radius: 100% !important;
}
.edit-bar {
    float: right;
    margin-top: -6px;

}
.edit-bar .mini-button {
    margin: 0 !important;
    font-weight: bold;
}
.modal-form .form .mini-edit {
    position: relative;
    padding-left: 50px;
}
.svg-icon {
    position: absolute;
    top: 13px;
    left: 13px;
}
.svg-icon svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}

.token-form .register-row {
    text-align: right;
    padding-left: 5px;
}
.token-form .copy-row {
    padding-right: 15px;
    text-align: left;
}
.token-form .token-field {
    width: 60%;
}
.token-form .token-field input {
    padding: 12px;
    display: block;
    width: 94%;
}
.token-form .token-field {
    padding-right: 15px;
}
.regenerate {
    background-color: #F64E60 !important;
}
.copy-icon {
    top: 11px;
}
.copy-icon path, .regenerate-icon path {
    fill: #fff;
}
.token-form .copy-row .login-button, .regenerate {
    position: relative;
    padding-left: 35px !important;
    padding-right: 20px !important;
}
.generate {
    background-color: #3699FF !important;
    padding-left: 20px !important;
}
.alert.alert-custom.alert-light-primary.alert-notice {
    border: 0;
    border-left: 4px solid #3699FF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.alert.alert-custom.alert-light-primary {
    background-color: #E1F0FF;
}
.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem;
}
.alert.alert-custom.alert-light-primary .alert-text {
    color: #3699FF;
}
.alert.alert-custom .alert-text {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.alert a {
    text-decoration: underline !important;
}
.alert.alert-custom.alert-light-danger.alert-notice {
    border: 0;
    border-left: 4px solid #F64E60;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.alert.alert-custom.alert-light-danger {
    background-color: #FFE2E5;
}
.alert.alert-custom.alert-light-danger .alert-text {
    color: #F64E60;
}
.regenerate-icon {
    top: 11px;
    left: 11px;
}
.token {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 15px !important;
}
.alert-icon {
    margin-right: 20px;
}
.alert-icon svg {
    width: 55px;
    height: auto;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.alert.alert-custom.alert-light-primary.alert-notice .alert-icon svg g {
    fill: #3699FF;
}
.alert.alert-custom.alert-light-danger.alert-notice .alert-icon svg g {
    fill: #F64E60;
}

.alert.alert-custom.alert-light-danger.alert-notice .alert-icon svg {
    margin-top: 20px;
}
.update-profile-button input, .update-profile-button button {
    margin-top: 0 !important;
    max-width: 140px;
}

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  min-width: min-content;
  box-sizing: border-box;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}


.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100dvh;
}
.main-grid .promo {
    background-color: #F1F7FF;
    padding: 20px;
    text-align: center;
    color: #B0B6BF;
}

.main-grid .promo video {
    width: 600px;
    display: block;
    margin: 15dvh auto 80px auto;
}
.main-grid .promo img {
    max-width: 70%;
    display: inline-block;
    margin: 20px 0 80px 0;
}
.main-grid .content {
    padding: 80px;
    background-color: white;
}
.main-grid .content .modal-form {
    max-width: 460px;
    margin: 0 auto;
}
.underform {
    margin-top: 20px;
}
.underform a {
    color: #3699FF;
    text-decoration: none;
}
.content .social-wrapper {
    text-align: center;
    margin-bottom: 40px;
}
.content h2 {
    margin-bottom: 15px;
    font-size: 3em;
    color: #193147;
}
.content h4 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 45px;
    color: #193147;
}
.content .email-headline {
    margin-bottom: 40px;
    margin-top: 20px;
    color: #B0B6BF;
}
.content .modal-form .form .register-row {
    margin-top: 10px;
}
.content .modal-form .form input::placeholder {
    color: #B0B6BF;
}
.content .password-widget .toggle .ki::before {
    color: #B0B6BF;
}
.content .modal-form .form .form-group input {
    width: 100%;
}
.content #login-form {
    margin-top: 40px;
}
.content .modal-form .form .register-row #btn-login {
    margin-top: 25px;
}
.content .underform {
    color: #193147;
}
.content input, .content select, .content textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.modal-form .form .form-group input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.onboarding-top-logo {
    display: none;
}
.modal-form .form .form-group input.error, .modal-form .form .form-group.has-error input {
    border-color: #F64E60;
}
.password-error {
    display: none;
    margin-top: -15px;
}
@media (max-width: 1270px) {
    .main-grid .promo video {
        width: 360px;
    }
}
@media (max-width: 900px) {
    .main-grid {
        grid-template-columns: 1fr;
        height: 89dvh;
    }
    .content .email-headline {
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .content .social-wrapper {
        margin-bottom: 20px;
    }
    .main-grid .promo {
        display: none;
    }
    .main-grid .content {
        padding: 20px 40px;
        padding-bottom: 0;
        background: linear-gradient(#FFFFFF, #F1F7FF);
    }
    .content h2 {
        margin-top: 0;
        font-size: 2.2em;
    }
    .onboarding-top-logo {
        display: block;
        background-color: white;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .onboarding-top-logo img {
        max-width: 50%;
    }
    .content h2, .content h4 {
        text-align: center;
    }
    .content h4 {
        margin-bottom: 25px;
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .main-grid {
        height: auto;
    }
    body {
        background-color:  #F1F7FF;
    }
    .onboarding-top-logo img {
        max-width: 45%;
    }
    .onboarding-top-logo {
        padding-top: 15px;
    }
    .main-grid .content {
        padding-top: 0;
    }
    .content h2 {
        font-size: 1.8em;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .top-logo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .modal-form .form .box {
        margin: 0;
        padding: 20px;
    }
    .content #login-form {
        margin-top: 0;
    }
    .agreements-box span {
        font-size: 12px;
    }
    .main-grid .content {
        padding: 20px 25px;
    }
    .gsi-material-button {
        box-sizing: border-box;
        width: 100%;
    }
    .modal-form .form .agreements-box .form-group {
        margin-top: 7px;
    }
}
