.app-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 900;
}

.app-version {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 450;
}

p {
    margin: 0px;
}

:focus,
a:focus {
    outline: none;
}

input,
select {
    border: 1px solid white;
    transition: all 0.3s ease;
}

    input[type='password']:focus,
    input[type='text']:focus,
    input[type='email']:focus,
    select:focus {
        border-color: #12a0e0;
    }

#api {
    margin: 0 auto;
}

.col-lg-6 {
    max-width: 470px;
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}

.row {
    width: 100%;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

ul {
    padding: 0;
}

#simplemodal-container .simplemodal-data {
    padding: 5px 8px;
    overflow: hidden;
    background-color: white;
    border-radius: 3px;
    font-style: italic;
}
/** Social Button Styles **/
#SignInWithLogonNameExchange {
    background-color: #12a0e0;
    background-image: url(none);
    background-size: 10%;
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
    width: 100%;
    width: 100%;
    font-size: 1em;
    margin-left: auto;
}

    #SignInWithLogonNameExchange:hover {
        background-color: #3245b3;
    }
.changePasswordButtons {
    display: flex;
}

.buttons #continue:disabled {
    margin: 0 auto;
    width: 60%;
    height: 50px;
    background-color: rgb(111, 146, 142);
    opacity: 0.3;
    border-radius: 0.5rem;
    border: none;
    color: white;
    font-size: 1em;
}

.buttons #continue {
    margin: 0 auto;
    width: 40%;
    height: 50px;
    background-color: #12a0e0;
    opacity: 1;
    border-radius: 0.5rem;
    border: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.125), inset 50px -80px 0px -100px #12a0e0;
}

    .buttons #continue:hover {
        background-color: #3245b3;
    }

.buttons #goback {
    text-decoration: none;
    margin: 0 auto;
    width: 40%;
    height: 50px;
    line-height: 50px;
    background-color: #00007A;
    opacity: 1;
    border-radius: 0.5rem;
    border: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.125), inset 50px -80px 0px -100px #12a0e0;
}

.buttons #goback:hover {
    background-color: #3245b3;
}

.buttons #cancel {
    padding: 0;
    margin-left: auto;
    background: 0 0;
    border: 0;
    width: inherit;
    position: absolute;
    background-color: transparent;
    top: -30px;
    left: 15px;
    font-size: 1em;
    color: #505050;
    box-shadow: none;
    text-align: left;
    height: unset;
}

    .buttons #cancel:hover {
        color: black !important;
    }

#cancel:before {
    padding: 10px;
    vertical-align: sub;
    zoom: 80%;
    display: inline-block;
    width: 44px;
}

#attributeList ul {
    padding: 0;
}

    #attributeList ul li {
        list-style: none;
        margin: 1rem 0;
    }

label {
    font-weight: 600;
}

#attributeList ul li label {
    float: left;
    display: none !important;
}

#attributeList ul li.CheckboxMultiSelect label,
#attributeList ul li.RadioSingleSelect label {
    display: block !important;
}

#attributeList ul li input {
    outline: none;
    height: 50px;
    width: 100%;
    border-radius: 0.5rem;
    text-indent: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 150, 0.15);
}

    #attributeList ul li input::-webkit-input-placeholder {
        text-indent: 20px;
    }

#attributeList ul li .attrEntry.validate input:invalid,
#attributeList ul li .attrEntry.validate input.invalid {
    border: 1px solid #ff122d;
}

#attributeList ul li .attrEntry .verify {
    margin-top: 2rem;
    padding-bottom: 10px;
    position: relative;
}

    #attributeList ul li .attrEntry .verify #email_ver_but_send {
        width: 60%;
        height: 50px;
        background-color: #12a0e0;
        color: #fff;
        border-radius: 0.5rem;
    }

        #attributeList ul li .attrEntry .verify #email_ver_but_send:hover {
            background-color: #3245b3;
        }

    #attributeList ul li .attrEntry .verify #email_ver_but_verify {
        width: inherit;
        padding: 0px 20px;
        height: 50px;
        background-color: #12a0e0;
        color: white;
        margin-right: 5px;
        border-radius: 0.5rem;
    }

        #attributeList ul li .attrEntry .verify #email_ver_but_verify:hover {
            background-color: #3245b3;
        }

    #attributeList ul li .attrEntry .verify #email_ver_but_resend {
        width: inherit;
        padding: 0px 20px;
        border: 0;
        font-size: 1em;
        height: 50px;
        right: 0;
        bottom: -38px;
        background-color: #12a0e0;
        color: white;
        border-radius: 0.5rem;
    }

        #attributeList ul li .attrEntry .verify #email_ver_but_resend:hover {
            background-color: #3245b3;
        }

    #attributeList ul li .attrEntry .verify #email_ver_but_edit {
        border: none;
        color: white;
        background-color: #12a0e0;
        width: 60%;
        height: 50px;
        border-radius: 0.5rem;
    }

        #attributeList ul li .attrEntry .verify #email_ver_but_edit:hover {
            background-color: #3245b3;
        }

    #attributeList ul li .attrEntry .verify #email_ver_input_label {
        display: none !important;
    }

#attributeList ul li .attrEntry .itemLevel {
    display: none;
}

#attributeList ul li .attrEntry .dropdown_single {
    height: 45px;
    border-radius: 0.5rem;
    width: 100%;
    padding-left: 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 150, 0.15);
}

    #attributeList ul li .attrEntry .dropdown_single option:first-child {
        display: block !important;
    }

#attributeList ul li .helpLink {
    display: none;
}

#attributeVerification .buttons {
    margin-top: 30px;
}

@media screen and (max-width: 100%) {
    .row .panel-default .panel-body {
        margin-top: 40px;
    }

        .row .panel-default .panel-body .branding img {
            display: block;
            height: 80px;
            width: auto;
            margin: 0 auto;
        }

        .row .panel-default .panel-body .branding h1 {
            display: none;
        }

        .row .panel-default .panel-body h3 {
            font-size: 1.5em;
            margin-top: 15px;
        }

    #attributeVerification #attributeList ul li input {
        width: 100%;
        height: 40px;
        border-radius: 0.5rem;
        border: 1px solid transparent;
        text-indent: 10px;
        box-shadow: 0 0px 40px 2px #dae1f7;
        transition: all 0.3s ease;
    }

        #attributeVerification #attributeList ul li input::-webkit-input-placeholder {
            text-indent: 10px;
        }

    #attributeVerification #attributeList ul li #email {
        width: 65%;
        float: left;
        position: relative;
        z-index: 2;
    }

    #attributeVerification #attributeList ul li #email_ver_but_verify {
        background: none;
        border: 0;
        color: #496ad8;
        font-size: 1em;
        position: relative;
        right: 0;
        top: 60px;
        font-size: 1.1em;
        width: auto;
        z-index: 1;
        height: 20px;
    }

    #attributeVerification #attributeList ul li #email_ver_input {
        min-width: 50%;
        width: 60%;
        float: left;
    }

    #attributeVerification #attributeList ul li #email_ver_but_resend {
        top: 10px;
        font-size: 1.1em;
        height: 20px;
    }

    #attributeVerification #attributeList ul li .attrEntry #email {
        height: 40px;
    }

    #attributeVerification
    #attributeList
    ul
    li
    .attrEntry
    .verify
    #email_ver_but_send:after {
        content: ' Verify';
        font-size: 1.1em;
        font-style: bold;
        margin-left: 40%;
    }

    #attributeVerification
    #attributeList
    ul
    li
    .attrEntry
    .verify
    #email_ver_but_send {
        height: 40px;
        width: auto;
        float: right;
        overflow: hidden;
        text-indent: -200px;
    }

    #attributeVerification
    #attributeList
    ul
    li
    .attrEntry
    .verify
    #email_ver_but_edit {
        margin-bottom: 15px;
        border: none;
        color: white;
        background-color: #496ad8;
        border-radius: 0.5rem;
        font-size: 1sem;
        box-shadow: 0 0px 40px 2px #dae1f7;
        width: 30%;
        height: 40px;
        overflow: hidden;
        padding-top: 6px;
        margin-left: 40%;
    }

    #attributeVerification #attributeList ul li .attrEntry .verify:after {
        content: ' ';
        display: block;
        clear: both;
    }

    #attributeVerification #attributeList #verifying_blurb {
        margin-top: 15px;
    }

    #attributeVerification .buttons #continue {
        height: 40px;
    }

    #attributeVerification .buttons #cancel {
        font-size: 1em;
        left: 40%;
    }
}

.panel,
.panel_layout,
.panel_layout_row,
body,
html {
    height: 100%;
}

.accountButton,
.buttons button {
    background-color: white;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 60%;
    border: none;
    font-size: 1em;
    color: black;
    cursor: pointer;
    margin-top: 10px;
    margin-right: auto;
    white-space: normal;
    box-shadow: 0px 2px 10px rgba(0, 0, 150, 0.15);
}

    .accountButton:hover,
    .buttons button:hover {
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background-color: #3245b3;
        color: white !important;
    }
/** Phone **/
@media only screen and (max-width: 600px) {
    .container .row .panel-default {
        border-radius: 0px;
    }
}

.unified_container .row .panel-default #api .localAccount .entry .entry-item {
    position: relative;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
}

    .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .entry-item
    label {
        display: none;
    }

    .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .entry-item
    input:focus {
        border: 2px solid #000;
    }

    .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .entry-item
    input {
        outline: 0;
        background-color: #fff !important;
        background-image: none !important;
        border-radius: 0.5rem !important;
        color: #555;
        display: inline-block;
        font-size: 1em;
        height: 50px;
        line-height: 1.42857143;
        padding: 6px 20px;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
        width: 100% !important;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s !important;
    }

    .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .entry-item
    #password {
        margin-bottom: 20px;
    }

    .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .entry-item
    .password-label {
        text-align: left;
        height: 0;
        left: 0;
        width: 100%;
    }

.validation-summary-errors ul {
    padding-left: 0;
    list-style: none;
}