body {
    background-color: #26265e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

button#emailVerificationControl_but_change_claims {
    display: none !important;
}
button {
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
    background-image: none;
    background-color: #26265e;
    border: none;
    border-radius: .5rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: inherit;
    line-height: 1.3333333;
    margin-top: 2rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
    margin-left: 0;
    padding: 10px 16px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: inherit;
    color: #fff;
    width: 63%;
    box-shadow: 0 0 30px 0 #dae1f7;
}

#api .intro {
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#api .localAccount .intro h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

p {
    margin: 0;
}

label {
    display: none;
}

img {
    vertical-align: middle;
    padding-bottom: 2rem;
}

a {
    color: #337ab7;
    text-decoration: underline;
}

a:hover {
    color: #23527c;
    text-decoration: underline;
    outline: 0;
}


input {
    outline: 0;
    background-color: #fff!important;
    background-image: none!important;
    border-radius: .5rem!important;
    border: 1px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 150, .15);
    color: #555;
    display: inline-block;
    font-size: 1em;
    height: 32px;
    line-height: 1.42857143;
    padding: 6px 20px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
    width: 310px;
}

.root {
    margin: 0;
    display: table;
    height: 100vh;
    width: 100%;
}

.row {
    width: 100%;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.panel-body {
    padding: 3rem 1rem 2rem;
}

.container {
    width: 380px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 40px 30px;
    background-color: #fff;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#forgotPassword {
    position: absolute;
    bottom: 0;
    clear: right;
    cursor: pointer;
    float: right;
    text-align: right;
}

.buttons button#next {
    background-color: #26265e;
    color: #fff!important;
}

.buttons button#next:hover {
    background-color: #3673B0 !important;
    color: #fff!important;
}

#api  .error {
    color: #C24269;
    text-align: left;
}

#api  .entry .entry-item .password-label {
    text-align: left;
    height: 0;
    left: 0;
    width: 100%;
}

#api  .entry .entry-item #password {
    margin-bottom: 20px;
}

#api  .entry .buttons {
    margin: 0 0 23px 0;
    text-align: left;
}


#api  .entry .entry-item {
    position: relative;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
}

/* #135FAA is the correct blue. remove #1662c7 and #296ec6? */