﻿html, body {
    margin: 0;
    min-height: 100vh;
    height: 100%;
}

html {
    /*background: linear-gradient(#3d5692, #1dbce4); /* Standard syntax */
    /*background: linear-gradient(#0B3861, #1dbce4); /* Standard syntax */
    background: #172751;
    overflow-y: scroll;
}

body {
    background: transparent;
    color:white;
    overflow: hidden;
}

a,
a:visited,
a:hover {
    color: #fff;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
.page-body {
    height: calc(100% - 80px);
}
.page-body input,
.page-body button,
.page-body a,
.forgot-help-text {
    width: 100%;
    /*margin: 0 auto;*/
    display: block;
}
/*.page-body input{
    margin-bottom: 25px;
    height: 30px;
   */ color: black;
}
.btn {
    background: transparent;
    transition: all .3s ease-in-out;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 14px;
}
.btn:hover {
    text-decoration: underline;
    color: #fff;
}

.btn-primary {
    border-color: #fff;
}
.btn-primary:hover {
    background: #1F8BD5;
    border-color: #fff;
}

.btn-secondary {
    border-color: rgba(255, 255, 255, .3);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #E7E7E7;
    text-decoration: underline;
    border-color: #fff;
    color: #444B4F;
}

.form-wrapper.form-wrapper {
    width: 85%;
    max-width: 350px;
    margin: 0 auto;
}
.header{
    text-align: center;
}
.page-logo {
    display: inline-block;
    width: 350px;
    max-width: 85%;
    /*margin: 0 auto;*/
}
.header > h3{
    float: right;
    display: inline-block;
    padding: 0;
    text-align: left;
    margin-left: -135px;
}
.recovery-code{
    display: flex;
}
.help-container {
    max-width: 400px;
    width: 85%;
    border: 1px solid rgba(31, 139, 213, .6);
    border-radius: 10px;
    padding: 10px;
    margin: 10px auto;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.center-container {
   /* height: calc(100% - 170px);
    min-height: 750px;*/
}
.help-container .subhead {
    font-weight: 600;
    color: white;
}
.help-item-container{
    display: flex;
    width: 100%;
}
.help-container .help-item {
    display: flex;
    align-items: center;
    margin: 6px 10px;
    width: 50%;
}

.help-container .help-item .help-text {
    margin-left: 12px;
}

.help-container .help-item img {
    width: 24px;
    height: 24px;
}

.help-container h3 {
    margin-top: 0;
    color: #fff;
    font-weight: 600;
}

.help-container label {
    display: block;
    margin-top: 8px;
    margin-bottom: 4px;
    color: lightgrey;
    font-weight: 400;
    font-size: smaller;
}

.create-account-bar {
    display: block;
    background: rgba(52, 105, 158, .35);
    padding: 24px;
    color: white;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    transition: all .3s ease-in-out;
}

.create-account-bar .create-one {
    font-weight: 600;
}
.create-account-bar:hover,
.create-account-bar:focus,
.create-account-bar:active {
    background: #1F8BD5;
    text-decoration: none;
}
.create-account-bar:hover .create-one,
.create-account-bar:focus .create-one,
.create-account-bar:active .create-one {
    text-decoration: underline;
}

.aa-content-body {
    min-height: calc(100vh - 95px - 60px);
    display: flex;
    flex-direction: column;
}

.footer-container {
    height: 65px;
    text-align: center;
   
    border-top: 1px solid rgba(31, 139, 213, .6);
}

.footer-container {
    line-height: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.alert-danger {
    max-width: 400px !important;
    margin: auto;
    /* padding-bottom: 0px; */
    margin-bottom: 15px;
    background-color: #f7d7da;
    padding: 8px 12px;
    border-radius: 10px;
    color: #731d25;
    color: #731d25;
}
/*@media (min-width: 767px) {
    .footer-container {
        margin-bottom: 0;
    }

    .aa-content-body {
        min-height: calc(100vh - 95px);
    }
}

@media (min-width: 1300px) {
    .page-body {*/
        /* 100vw - (help container position * 2) - ?? */
        /*max-width: calc(100vw - 80px - 325px - 80px - 325px - 50px);
        margin: 0 auto;
        width: 100%;
    }

    .page-logo {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .aa-content-body {
        position: relative;
    }
   
    .create-account-bar {
        margin-top: 100px;
    }
    .help-container {
        position: absolute;
        top: 100px;
        right: 80px;
    }
}*/

/*  ------------------------------  */
.autoAlert-logo.text-center {
    margin-bottom: 90px;
    margin-top: 80px;
}

.autoAlert-logo img {
    width: 85%;
    max-width: 400px;
}

.formContent, embeddedServiceSidebarForm {
    /*background: linear-gradient(#0B3861, #1dbce4);*/ /* Standard syntax */
    background: #fff;
}

.embeddedServiceSidebarFormField .uiInput .uiLabel-left {
    color: #444B4F !important;
}

.embeddedServiceSidebarForm.buttonWrapper {
    background: #fff !important;
}
.embeddedServiceSidebarForm input {
    border-radius: 6px;
    border: 1px solid #BDC0C2 !important;
    background: #fff !important;
    color: #444B4F !important;
}
.checkbox{
    margin: 5px !important;
    width: 15px !important;
}
label{
    margin: 0 !important;
}
.button-control{
    max-width: 450px;
    margin: auto;
    margin-bottom: 10px;
}
fieldset{
    border: none;
   
}
.form-control, input {
    /*background: none !important;*/
    border: none !important;
    border-bottom: 3px solid #1F8BD5 !important;
    background-color: #5D6986 !important;
    border: 1px solid #cccccc;
    border-bottom: 3px solid #1F8BD5;
    color: #fff !important;
    margin-bottom: 15px;
    outline: none;
    /*max-width: 400px;*/
    /*width: 85%;*/
    padding: 5px 0;
    outline: none !important;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 5px;
    /*margin: 0 auto;*/
}
    .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        //opacity: 1; /* Firefox */
    }
    .form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }
    .form-control::-ms-input-placeholder { /* Edge */
        color: #fff;
    }

label input {
    width: 10%;
}
.col-centered {
    float: left;
    margin: 0 auto;
    padding: 0;
    min-height: 35px;
}
.remember{
    float:left;
    
    text-align: left;
}
.remember label {
    text-align: left;
    color: #fff;
    font-weight: 500;
}
.forgot a
{
    text-align: right;
    max-width: 400px;
    margin: 0 auto;
}
}
.form-control-dropdown {
    display: inline-block;
    align-content: center;
    align-items: center !important;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: 0 0 3px transparent;
}

.navbar.navbar-inverse.navbar-fixed-top {
    display: none;
}

.page-login .list-unstyled li {
    margin: 0 auto;
    text-align: right;
    max-width: 400px;
    width: 85%;
    margin-bottom: 30px;
}

.list-unstyled a {
    color: #fff;
}

.list-inline li {
    width: 100%;
}

.bullet {
    color: #fff;
}

.topcorner {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
}
.topcorner .close {
    position: absolute;
    top: 4px;
    right: 8px;
    width: auto;
}
.topcorner.alert {
    padding: 18px;
}
span.error-icon {
    border: 1px solid cyan;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
}

.padtext {
    padding-right: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
    color: white !important;
}

.email-client-care input:-webkit-autofill,
.embeddedServiceLiveAgentSidebarFeature input:-webkit-autofill {
    color: #444B4F !important;
    -webkit-text-fill-color: #444B4F !important;
}

.text-danger {
    color: #ff0500 !important;
}

.emailholder {
    -webkit-box-shadow: none;
    /*border-radius: 0px !important;*/
    box-shadow: none;
    margin: 0 !important;
}

.emailsent {
    color: white;
    font-weight: bold;
    margin-bottom: 24px;
}

.form-input {
    max-width: 500px !important;
}

.validation-valid {
    display: none;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

.page-login-link-center {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

    .page-login-link-center a {
        color: #fff;
    }

    .page-login-link-center.page-signup-link {
        color: #ffffff;
    }

.page-login-link-left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
}

    .page-login-link-left a {
        color: #fff;
    }

.page-login-link-right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

    .page-login-link-right a {
        color: #fff;
    }

.page-login-link-center a {
    color: #fff;
}

@media(max-width:650px) {
    .autoAlert-logo.text-center {
        margin-bottom: 30px;
        margin-top: 60px;
    }
}

.qrCodeContainer {
    background: #fff;
    width: 154px;
    height: 154px;
}

#qrCode {
    padding: 2px;
}

.card {
    background-color: transparent;
    border: 1px solid rgba(31, 139, 213, .6);
}
