@import url(../Content/cm-shared.css);
body {
    background:url(../img/login-bg.png) center center no-repeat;
    background-size:cover;
    
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .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;
}

#changepassword > h2 {
    margin-bottom: 35px;    
}

.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin #signin
{
    margin-bottom: 10px;
    border-style: solid;    
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin #Password 
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    position: fixed;
    left: 0;
    right: 0;
    margin: 5% auto;
    width: 35%;
}

#cm-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
#cm-enli-boe {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 40px;
    margin-left: 50px;
}
#cm-enli-cm {
    position: relative;
    top: 1px;
    width: 100%;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 45px;
    font-family: century-gothic, sans-serif;
    color: #ffffff;
}
#cm-enli-changepwd {
    position: relative;
    top: 50px;
    width: 100%;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 45px;
    font-family: century-gothic, sans-serif;
    color: #ffffff;
}

#login-copyright {
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 20px;
    text-align: center;
    color: #ffffff;
    font-family: Segoe UI, sans-serif
}
#login-form {
    position: fixed;
    top: 13%;
    left: 0;
    right: 0;
    margin: 5% auto;
}
#incompatible-browser {
    margin-top: 15px;
    position: fixed;
    right: 0;
    left: 0;
    margin: 2% auto;
    width: 30%;
}
.btn-login {
    background-color: #44b9c2;
    background-repeat: no-repeat;
    border: 1.5px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 2px;
    color: #ffffff;
}
    .btn-login:hover {
        color: #000;
        border-color: #f2f2f2;
        background-color: #4d545c;
    }
.btn-login:focus {
    color: #ffffff;
    outline-color:yellow!important;
}
.login-logo {
    display: block;
    left: 0;
    right: 0;
    margin: 1% auto;
    position: fixed;
}

.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.validation-summary-valid { 
    display: none; 
}
.validation-summary-valid,
.validation-summary-errors {
    position: fixed;
    right: 0;
    left: 0;
    margin: 1% auto;
    width: 30%;
}
.alert {
    margin-top: 40px;
    margin-bottom: 40px;
}




#login-form {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: unset;
}
.pg-cgt-login__wrapper {
    background: #fff;
    min-height: 250px;
    padding: 40px;
    width: 445px;
    margin-top: auto;
    overflow: hidden;
}
.pg-cgt-login__wrapper .row {
    margin-right: unset;
    margin-left: unset;
}
    .pg-cgt-login__wrapper #form-signin input {
        width: 100%;
        padding: 8px;
        border-radius: 0;
        resize: none;
        transition: all ease-in-out 0.3s;
        padding: 0 5px;
        outline: none;
        margin: 0;
        min-height: 32px;
        text-transform: none;
        font-size: 15px;
        border: 1px solid #a8b6bf;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
        box-shadow: none;
        margin-bottom: 25px;
        height: 36px;
        margin-top: 5px;
        font-size:14px;
        transition:all 420ms ease-in-out;
        padding-left:10px;
    }
    .pg-cgt-login__wrapper #form-signin input[type="text"]::placeholder {
        color: #a7bcd4 !important;
    }
    .pg-cgt-login__wrapper #form-signin label{
        font-weight:500;
    }
    .form-signin {
        max-width: unset;
        padding: 0;
    }
.pg-cgt-login__wrapper #form-signin input:focus {
    border-bottom-color: #6D8BC7;
    background:yellow;
}
.pg-cgt-login__wrapper #form-signin .btn-login {
    background-color: var(--ui-link-color);
    font-size: 15px;
    outline: 2px solid transparent;
    margin-top: 10px;
    justify-content: center;
}
    .pg-cgt-login__wrapper #form-signin .btn-login:hover {
        background-color: var(--primary-background-color-dark);
        color: #FFFFFF;
    }
.pg-cgt-login__browsers {
    color: #a8b6bf;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

        @media (max-aspect-ratio: 1500/1000) {
            #cm-background.standard-dimension {
        width: auto;
        height: 100%;    
    }
}

@media (max-aspect-ratio: 1760/1270) {
    #cm-background.larger-dimension {
        width: auto;
        height: 100%;    
    }
}

@media (max-width: 925px) {
    #cm-enli-boe {
        display: none;
    }
}

#cds-anly-logo {
    position: absolute;
    bottom: 0;
    height: 43px;
    left: 0;
    right: 0;
    margin: auto;
}