.buttonBlock {
    display: block;
}

.primary-brandlogo {
    background-image: url(../img/spritesheet.png);
    background-position: 0 -485px;
    width: 200px;
    height: 42px;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    top: -25px;
}

#continue_button, #cancel_button {
    display: inline-block;
}

#kc-form-buttons{
    text-align: center;
}

.site-wrap {
    width: 100%;
}

.leadcontent-colleft {
    border-left: none;
    border-right: none;
    margin-left: 20rem;
    padding: 30px 30px 30px 0;
}

.form-control {
    border-radius: 1.3125em;
    border:
            1px solid #7e7d7d;
    padding:
            0.5625rem 0.9375rem 0.5rem 0.9375rem;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1;
    max-width: 350px;
    min-width: 300px;
}

.header {
    display: block;
}

.navigation__logo {
    align-items: center;
    border-bottom: 1px solid #e5e2e2;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navigation__logo-image {
    height: auto;
    max-width: 7%;
    margin-left: 20rem;
}

@media only screen and (min-width : 768px) {
    #kc-form-wrapper {
        width: 70%;
    }
}

@media only screen and (min-width : 1300px) {
    #kc-form-wrapper {
        width: 50%;
    }
}

.form-group {
    display: flex;
    justify-content: space-between;
}

.buttonHi {
    border-radius: 1.5em;
    padding: 0.5em 4em 0.5em 4em;
    min-width: 12rem;
    background-color: #c3282c;
}

.toggle-password__icon-hide {
    background-image: url(../img/HidePasswordIcon.svg);
    right: 0.3125rem;
    min-width: 1.875rem;
    min-height: 1.875rem;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    display: inline-block;
    padding: 0;
    float: right;
    margin-top: -27px;
    margin-right: 6px;
    position: relative;
    background-color: #ffffff;
    z-index: 2;
}

.toggle-password__icon-show {
    background-image: url(../img/ShowPasswordIcon.svg);
}

.buttonWrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.altActionText {
    font-size: 13px;
}
