body {
    font-family: Montserrat, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-attachment: fixed;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.row .col {
    padding: 0 !important;
}

.unified_container .left-side {
    background: #58595B;
    height: 100vh;
    overflow: hidden;
}

.company-logo {
    margin-top: 45px;
    max-width: 296px;
    max-height: 127px;
    padding-right: 13px;
    padding-left: 22px;
}

.background {
    height: 100%;
}

.panel {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.panel h3 {
    font-weight: 600;
    font-size: 47px;
    color: #58595B;
    margin-bottom: 29px;
}

.panel p {
    font-size: 16px;
    color: #788892;
}

.welcome-text {
    margin-bottom: 64px;
}

.row {
    margin-bottom: 0 !important;
}

.intro h2 {
    display: none;
}

.attrEntry {
    margin-top: 30px;
    width: 450px;
}

.entry-item label {
    font-size: 15px;
    color: #6A7884;
}

.entry-item {
    margin-bottom: 58px;
    width: 450px;
}

input {
    border-color: #F37021 !important;
    font-size: 21px !important;
}

input::placeholder {
    font-size: 21px;
}

.entry-item:first-child .error {
    margin-bottom: 20px;
}

.sign-in .error {
    position: absolute;
    bottom: -64px;
    color: #CC0000;
}

.error, .error p {
    color: #CC0000;
}


#next, #continue {
    width: 139px;
    height: 37px;
    background: #F37021;
    color: white;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
}

#next:focus {
    background: #F37021;
}

#api form {
    position: relative;
}

@media only screen and (max-width: 1280px) {
    .panel h3 {
        font-size: 36px;
        margin-bottom: 0;
    }

    .welcome-text {
        margin-bottom: 28px;
    }

    #next {
        font-size: 12px;
    }

    .company-logo {
        padding-left: 13px;
    }
}

.sendButton, .verifyButton, .sendCode, .verifyCode, .sendNewCode, .changeClaims, #cancel {
    margin-top: 30px;
    border: 1px solid #F37021;
    color: #F37021;
    background: transparent;
    font-size: 14px;
    font-family: Montserrat, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    width: 139px;
}

.sendButton:hover, .sendButton:active, .sendButton:focus, .sendCode:focus, .sendCode:active, .sendCode:hover,
.verifyButton:hover, .verifyButton:active, .verifyButton:focus, .verifyCode:focus, .verifyCode:active, .verifyCode:hover,
.sendNewCode:hover, .sendNewCode:active, .sendNewCode:focus, .changeClaims:hover, .changeClaims:active, .changeClaims:focus,
#cancel:hover, #cancel:active, #cancel:focus {
    background: #F37021;
    color: white;
    cursor: pointer;
}

#ReadOnlyEmail {
    margin-bottom: 30px;
}

#ReadOnlyEmail_ver_but_send {
    width: 100%;
}

.buttons #continue {
    margin-top: 80px;
}

.verify-email {
    margin-top: 30px;
}

#ReadOnlyEmail_ver_but_verify {
    margin-right: 15px;
}

.verificationSuccessText {
    font-family: Montserrat, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #788892;
    margin-bottom: 20px;
}

#emailVerificationControl_but_verify_code {
    margin-right: 30px;
}

#ReadOnlyEmail_ver_but_verify, #ReadOnlyEmail_ver_but_resend {
    width: 46%
}

#ReadOnlyEmail_ver_but_resend {
    float: right;
}

#emailVerificationCode {
    margin-top: 30px;
}

#cancel, .helpLink, .divider, .verificationInfoText {
    display: none!important;
}

.reset-password #cancel {
    display: block!important;
}

#forgotPassword {
    position: absolute;
    bottom: 10px;
    tab-index: none;
    margin-left: 105px;
    color: #6A7884;
}

#continue[aria-disabled="true"] {
    background: #e3e2e2;
}
