#basic-modal-content,
#basic-modal-content-auth {
    display: none;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    color: #000;
    background-color: #ffffff;
    padding: 109px 260px;
    padding-top: 65px;
}

.simplemodal-wrap {
    width: 340px !important;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a.modalCloseImg {
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.loader {
    visibility: hidden;
    left: 29%;
    top: 7px;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Override some defaults */
html,
body,
input,
button,
select,
textarea {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
}

h2 {
    font-weight: 300;
    font-size: 40px;
    margin-top: 26px;
    margin-bottom: 23px;
    line-height: initial;
}

h2>div>span {
    font-weight: 700;
}

a {
    color: #2d7aff;
}

a:hover {
    color: #2d7aff;
    text-decoration: none;
}

form input {
    width: calc(100% - 30px);
    border-radius: 2px;

}

textarea,
input[type="text"],
input[type="password"] {
    border: solid 1px #cccccc;
    padding: 10px 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    border: solid 1px #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
}

.top-logo {
    padding: 24px 0px 14px;
    width: 340px;
    height: 110px;
    margin: auto;
}

.text-right {
    margin-top: 8px;
    text-align: right;
}

.container {
    width: 400px;
    text-align: center;

}

@media (max-width: 768px) {
    .container {
        max-width: 370px;
        width: 100%;
    }

    #simplemodal-container {
        padding: 14px !important;
    }
}

.submit-btn {
    position: relative;
    width: 100%;
    border-width: 0px;
    background-color: #2d7aff;
    font-size: 22px;
    padding: 8px;
    border-radius: 26px;
    color: white;
    line-height: initial;
    margin: 15px 0px 23px 0px;
}

.submit-btn:hover {
    background-color: #0054e6;
}

.signup-line {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.medium-font {
    font-size: 16px;
}

.row {
    margin: 0px 15px;
}

.cellxpert {
    font-size: 10px;
    letter-spacing: 2px;
    padding: 30px 0px;
}

.error-msg {
    padding: 10px 14px;
    font-size: 14px;
    background-color: #e22934;
    color: white;
    border-radius: 2px;
}

.success-msg {
    padding: 10px 14px;
    font-size: 14px;
    background-color: #2BB954;
    color: white;
    border-radius: 2px;
}

.simplemodal-overlay {
    opacity: 0.85 !important;
}

.g-recaptcha {
    display: inline-block;
    margin-top: 15px;
}

.submit-btn:hover {
    background-color: #0054e6;
}

.okta-signin-btn {
    background-color: white;
    border-radius: 26px;
    color: #2d7aff;
    font-size: 22px;
    padding: 8px;
    width: 100%;
    border-width: 0px;
    line-height: initial;
    border: #2d7aff solid 1px;
}

.okta-signin-btn:hover {
    background-color: #D0E2FF;
}