/* Login CSS - login.ccs */
html {
    height: auto;
    background-color: transparent;
}

body
{
    margin: 0;
    background-repeat: no-repeat;
    background: #428ACE;
    background: -moz-radial-gradient(circle at 50% 35%, #1a82f7, #2F2727); /*Original colors*/
    background: -webkit-radial-gradient(circle at 50% 35%, #1a82f7, #2F2727); /* For Safari */
    background: -o-radial-gradient(circle at 50% 35%, #1a82f7, #2F2727); /* For Opera 11.1 to 12.0 */
    background: radial-gradient(circle at 50% 35%, #1a82f7, #2F2727); /* Standard syntax */
    background-attachment: fixed;
}

.push {
    display: none;
}

.center-block {
    display: block;
    margin: auto;
}

.wrapper {
    width: 100%;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 180px;
    padding: 10px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 3.9);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 3.9);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 3.9);
    border-radius: 21px;
    width: 300px;
}
.loginerror {
    color: red;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.dragon-img
{
    width: 115%;
    margin-left: -0.5rem;
    margin-top: -10rem;
}
.need-help
{
    padding-top: 10px;
    width: 8rem;
    margin-left: auto;
    display: block;
    color: #002F9B;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-signin {
    color: #fff;
    background-color: #02569f;
    border-color: #357ebd;
    width: 90%;
}

.btn-cancel {
    color: black;
    background-color: white;
    border-color: black;
    width: 90%;
    margin-top: 10px;
}

.pull-right {
    float: right !important;
}

.user-input {
    font-size: 16px;
    padding: 6px;
    height: 2rem;
    width: 16rem;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.user-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.birthdate {
    width: 100%;
}

.birthdate-selector {
    display: flex;
    justify-content: space-between;
}

.birthdate * {
    border-radius: 4px;
}

.forgotpassyr {
    width: 50px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
}

.ui-widget-content a {
    color: #002F9B;
}

.subHead {
    width: 100%;
    background-color: #02569f;
    color: white;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.capslock-warning {
    position: absolute;
    z-index:9999;
    font-size: 0.8em;
    color:red;
    padding:15px;
    margin-left: 170px;
    display:none;
    user-select: none;
}

.login-help-instructions {
    margin-bottom: 15px;
}

.top-space {
    margin-top: 15px;
}

.middle-input {
    margin-bottom: 0 !important;
    border-bottom: none;
    border-radius: 0;
}

.input-mfa {
    margin: 10px 0 !important;
    border-radius: 4px !important;
}

/*
|--------------------------------------------------------------------------
| Custom UI Accordion
|--------------------------------------------------------------------------
|
|
*/

#lgnWin .ui-accordion {
    overflow: hidden;
}

#lgnWin .ui-accordion .ui-accordion-header {
    margin-top: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
}

#lgnWin .ui-accordion .ui-accordion-content {
    border-radius: 0;
    border-left: none;
    border-right: none;
    position: relative;
    box-sizing: border-box;
    left: -25px;
    width: 350px;
    padding: 16px 44px;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
    z-index: 0;
}

#lgnWin .ui-widget-content {
    border: none;
}
