.loginButton {
    background-color: #25cbd3;
    border: #25cbd3 solid 1px;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 16px;
    margin-left: 30px;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 9.6px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-top: 9.6px;
    text-decoration: none;
    text-decoration-color: white;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: background-color;
    transition-timing-function: ease;
    vertical-align: middle;
    white-space: nowrap;
    -moz-appearance: none;
    /* -moz-user-select: none; */
}

.loginButton:hover {
    background-color:#190f42;
    color: white;
}

.inputs {
    width: 440px;
    border: 3px solid white;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px 0px inset;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    display: block;
    font-family: Arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.4px;
    margin-bottom: 16px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 6.4px;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: border-color;
    transition-timing-function: ease;
    background-color: #f5f7f8;
}

input:focus {
    outline: none !important;
    border: 3px solid #25cbd3 !important;
}

.message {
    padding-top: 16px;
    margin-bottom: 16px;
    margin-left: 30px;
    color: #37606b;
}

.error {
    display: none;
    background-color: #ffa300;
    color: #190f42;
    font-weight: 600;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.success {
    display: none;
    background-color: #25cbd3;
    color: #190f42;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.loading {
    text-align: center;
    display: none;
}

hr {
    border: 1px;
    background-color: #190f42;
    height: 2px;
    margin-bottom: 16px;
    margin-top: 8px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-layout {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    padding-left: 20px;
    font-size: 14;
    color: #37606b;
}

a {
    font-weight: bold;
    color: #37606b;
    text-decoration: none;
}

a:hover {
    color: #190f42;
}

form {
    margin-block-end: 0px;
}

.secondaryButton {
    margin-left: 8px;
    background-color: #e6eaed;
    color: #37606b;
}

.registerButton {
    background-color: #e6eaed !important;
    color: #37606b;
    border: none !important;
}

.registerButton:hover {
    background-color:#190f42 !important;
    color: white;
}

body {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f7f8;
}

.page-container {
    margin-top: 50px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    background-color: #e6eaed;
}

.assertiv-logo-container {
    width: 100%;
    text-align: center;
}

.poweredByText {
    margin-bottom: 10px;
    color: #37606b;
}

.assertiv-logo {
    width: 170px;
    margin-top: 10px;
}


/* //Begin: Spinner styling. */
.sk-circle {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color:#25cbd3;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* //End: Spinner styling. */