body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: transparent;/*(Jennie 20210512)*/
    margin: 0;
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(172,34,97,1) 100%);/*(Jennie 20210512)*/
}


.access_bk {
    /*background-image: url(./img/bk.jpg);
    background-repeat: repeat-x;*/
    background-color: #ffffff;
}

#blocked #content {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    position: fixed;
    /*top: 160px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url(../img/login_bg.svg) no-repeat;
    background-position: right bottom, 50%;
}

@media (min-width: 1200px) {
    #container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    #container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    #container {
        max-width: 720px;
    }
}


@media (min-width: 576px) {
    #container {
        max-width: 540px;
    }

}

#blocked .access_title {
    /*width: 34%;
    text-align: right;*/
    padding-right: 55px;
    /*margin-top: 20px;*/
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    /*position: fixed;*/
}

#blocked .access_title h1 {
    /*line-height: 0.1;*/
    color:  #000;
    font-weight: 600;
    font-size: 30pt;
    word-break: break-all;
    margin-top: 0;
    padding-right: 55px;
}

.row{
    /*display: flex;*/
    margin: 0 auto;
    width: 60%;
}

#img_logo {
    background-image: url(../img/magenta.svg);
    background-repeat: no-repeat;
    height: 180px;
    background-size: 60%;
    margin: 140px auto 0px;
}

/*.access_text {
    width: 66%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    float: left;
    padding: 10px 0;
    margin-left: 40%;
}*/

/*.access_text P {
    padding-top: 5px;
    margin: 0 30px;
}*/

.access_text span,
.field label {
    /*opacity: 0.5;*/
    font-size: 16px;
}

.access_text label span{
    color: #e20074;
    padding-right: 30px;
    font-weight: 600;
}

.field input {
    color: #000;
    height: 42px;
    width: 247px;
    padding: 1px 10px;
    border-width: 2px;
    border-radius: 0;
    border-style: inset;
    margin: 0;
    line-height: 42px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

/*.formwrapper {
    margin: 50px 0 0 30px;
}*/

label {
    /*display: table;*/
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
}

.error {
    color: red;
    font-size: 13px;
}

.accessBtn a {
    color: #ffffff;
    text-decoration: none;
    line-height: 28px;
}

/*(Jennie modify 20210512)*/

.login-container {
    position: fixed;
    top: 0;
    left: 0;
    right: -17;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #333;
    background: transparent url(../img/login_bg.svg) no-repeat;
    background-position: right bottom, 50%;
    overflow-y: scroll;
}/*(Jennie 20210512)*/

.login-content {
    padding-bottom: 50px;
    top: 0;
}

.login-header {
    margin-top: 120px;
}

.login-container::-webkit-scrollbar {
    display: none;
}

.logo-form {
    height: 180px;
    background: transparent url(../img/magenta.svg) no-repeat 0;
    background-size: 40%;
}/*(Jennie 20210512)*/

.logo-header {
    margin-top: 15px;
    background: transparent
}

.logo-header h3 {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    text-transform: none;
    margin-top: 0px;
}/*(Jennie 20210512)*/

.login-box {
    position: relative;
    padding: 30px 0px 55px;
}/*(Jennie 20210512)*/


.login-form {
    padding-top: 40px
}

.loginFormTdl {
    float: left;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #ff008a;
}/*(Jennie 20210512)*/

.loginFormTdl,
.loginFormTdr {
    /* line-height:26px; */
    vertical-align: middle;
    text-transform: capitalize;
}

.loginFormTdr {
    height: 30px;
    float: right;
    /*padding-right: 5px;*/
    padding-bottom: 15px
}

.loginError {
    float: right;
    width: 250px
}

.loginFormBtn {
    width: 100% !important;
    clear: both;
    text-align: right;
    padding-top: 5px;
    margin-left: -5px !important
}

input.inputLogin {
    color: #000;
    height: 42px;
    width: 247px;
    padding: 1px 10px;
    border-width: 2px;
    border-radius: 0;
    border-style: inset;
    margin: 0;
    line-height: 42px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.customLoginBtn, .accessBtn{
    vertical-align: middle;
    outline: none;
    /*cursor: pointer;*/
    float: left;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    padding: 13px 30px;
    border: none;
    color: #fff;
    background-color: #e20074;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.customLoginBtn:hover, .accessBtn:hover{
    background-color: #ff008a;
    color:#ffffff;
}

.login-box div.row-fluid .customLoginBtn{
    margin-top: 50px;
}

p.login_copyright {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -50%;
    background: transparent;
    font-weight: normal;
    white-space: normal;
}

.footer {
    border-top: 0;
    font-size: 16px;
    color: #FFFFFF;
    padding: 35px 0;
    margin-top: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.field {
    margin-top: 50px;
}
@media screen and (max-width: 720px){
.logo-form {
    background-size: 60%;
}/*(Jennie 20210521)*/
}

/*** Terry 20210625 ***/
.formwrapper #id_login_form input {
    border: 2px solid #E20074  
}
