.gse-login-container {
    margin: auto;
    float: none;
    width: 95%;
    height: 250px;
}

.gse-user-input-block.col-xs-7 {
    padding: 0;
}

.gse-input-control-label {
    margin-bottom: 10px;
    padding-top: 7px;
    text-align: left;
}

.gse-inputs-parent-container{
    display: flex;
    flex-direction : column;
    justify-content: space-between;
}

.fed {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-xs-4.gse {
    padding-left: 32px;
}

button.gse-buttons {
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-width: unset;

    max-height: 42px;
    border-radius: 21px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: none;
}

.gse-social-provider-btn {
    padding: 12px 20px;
    border-radius: 30px;
    letter-spacing: 1px;
    background-color: #0071ce;
    border-color: #0071ce;
    border: none;
    background-image: none;
    text-decoration: none;
    border-width: 2px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    min-width: 154px;
    color: #FFFFFF;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    max-height: 42px;
    font-size: 16px;
    line-height: normal;
}

.gse-social-provider-txt {
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-width: unset;
    width: 154px;
    max-height: 42px;
    border-radius: 21px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.gse-social-provider-btn:hover {
    background-color: #314B91;
    border-color: #314B91;
    text-decoration: none;
    outline: none;
    color: #FFFFFF;
}

.gse-submit-btn {
    display: flex;
    /* justify-content: center; */
    padding-left: 5%
}

.kcHelperWrapperClass.gse-pass-or-acct-container {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding-left: 0;
    padding-top: 5%;
}

.forgot-user-link-style {
    text-decoration: none;
    font-weight: unset;
}

@media (max-width:992px){
    .new-user-pilot-message-container{
        display: none;
    }
}


@media (min-width: 768px) {

    .or-divider-container {
        height: 110%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .vertical {
        width: 100%;
        background: #0071CE;
     }

    .fed-login-container {
       height: 250px;
    }

    .vertical {
        width: 3px;
    }

    button.gse-buttons{
        width: 154px;
    }

    .gse-submit-btn {
        display: flex;
        padding-left: 5%
    }

    .loginMethod {
        margin-top: 5%;
        text-align: justify;
    }

}

@media (min-width: 425px ) and (max-width: 767px){

.or-divider-container {
        height: 3px;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        text-align: center;
    }

     .vertical {
        width: 100%;
        background: #0071CE;
     }
}

@media (max-width: 768px) {
.loginMethod {
        margin-top: 25%;
        text-align: justify;
    }
}

@media (max-width: 425px) {

    button.gse-buttons{
        width: 100%;
    }

    .or-divider-container {
        height: 3px;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        text-align: center;
    }

    .vertical {
        width: 100%;
        background: #0071CE;
    }


}

.or-divider-text {
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
}

.vertical {
    min-height: 100%;
    background: #0071CE;
}

.fed-login-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pilot-message-container > * {
    display: inline-block;
}

.pilot-message-container {
    display: flex;
    align-self: flex-start;
}

.pilot-message-container-txt {
    line-height: normal;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    letter-spacing: normal;
    margin-bottom: 0;
}

.pilot-login-container.col-xs-12 {
    margin-top: 25px;
    padding-top: 25px;
    border-top: .5px solid #2d389f;
    padding-left: 0;
}

.pilot-login-txt-container.col-xs-8 {
    padding: 0;
}


.pilot-opt-in-link {

}

.pilot-error-message-header {
    color: #304163;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: normal;
}

.pilot-error-message-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: .5px solid #f7e1b5;
}

.pilot-content > p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    color: #212230;
}

