html, body {
    font-family: 'Roboto_Regular', 'Roboto', sans-serif;
}

/*------25/03/2020 Murray ------*/
body.loginPage, body.loginPageSA {
    background-image: none;
    background-color: #041c2c;
}

.loginPanelWrapper {
    width: 500px !important;
    padding-top: 120px;
    margin: 0px auto !important;
}

.loginPanel {
    text-align: center;
    border-radius: 3px;
    padding-bottom: 168px;
}
/**/
.buttonsContainer {
    margin-top: 18px;
    padding: 0px !important
}

.buttonsContainer input.loginBtnSubmit, .buttonsContainer input.SAloginBtnSubmit, .buttonsContainer input.loginBtnReset {
    width: 132px;
    height: 38px;
    line-height: 30px;
}

/**/
.buttonsContainer input.loginBtnSubmit {
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    height: 31px;
    border: none;
    width: 188px;
    position: relative;
    left: 0% !important;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Roboto_Regular', 'Roboto', sans-serif;
    background: #00b373 !important;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxODZiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTdlYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5186bb 0%, #4e7ebb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5186bb), color-stop(100%,#4e7ebb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5186bb 0%,#4e7ebb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5186bb 0%,#4e7ebb 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5186bb 0%,#4e7ebb 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5186bb 0%,#4e7ebb 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5186bb', endColorstr='#4e7ebb',GradientType=0 );
    /* IE6-8 */
}
input.loginBoxLoginFld {
    background-color: white !important;
    width: 431px;
    height: 40px;
    line-height: 30px;
    /* border: 1px #cdd0d8 solid; */
    margin: 0px 0 0px 0;
    padding-left: 14px;
    padding-top: 20px;
    /* box-sizing: border-box; */
    color: rgba(0, 0, 0, 0.88);
    box-shadow: none;
    border: none;
    outline: none;
}
#loadingDiv {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -150px;
}
.errorMsg {
    color: red;
    font-weight: bold;
}
.gwt-PopupPanel, .encryption-wizard {
}
img {
    border: 0 solid #fff;
}
#logo {
    width: 88%;
    height: 210px;
    margin: auto !important;
    background-position: center !important;
}
.logo-txt {
    color: #fdd757;
    font-size: 38px;
    padding-left: 95px;
    display: none;
}
.margin-top30 {
    margin-top: -20px;
}

.lable-align {
    position: relative;
}

.user-lable {
    position: relative;
    left: 5px;
    top: 25px;
    padding-top: 0px;
    color: #00b373;
    font-size: 16px;
    font-family: 'Roboto_Regular', 'Roboto', sans-serif;
    float: left;
    padding-left: 35px;
    z-index: 8;
}
.bottom-div {
}

.anchor-label {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.space-tab {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.prg-txt {
    padding-top: 12px;
    margin: 0px 24%;
    opacity: 0.6;
    font-size: 14px;
}

.top-logo {
    margin: 20px 0px 0px 20px;
    float: left;
    height: 46px;
}
/*------02/03/2020------*/
.message-error, .login-error {
    background: no-repeat 10px center #F57C7C;
    color: black;
    font-size: 14px;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 440px !important;
    padding: 4px 0px !important;
    position: inherit !important;
    margin-top: 20px;
}
.idp-container-login-page {
    font-family: 'Roboto_Regular', 'Roboto', sans-serif;
    display: flex;
    display: flex;
    flex-direction: column;
    margin: 58px 34px 0px 35px !important;
    justify-content: center;
    border-top: 1px solid black;
}
.idp-container-login-page h3 {
    text-align: center;
    border:none;
    align-content: center;
    line-height: 0.1em;
    margin: 28px 25px 22px 25px;
}
.idp-container-login-page span {
    color: #fff !important;
    background: inherit !important;
    padding: 0px !important;
}
.idp-container-login-page a {
    width: 180px;
    border: 1px solid #69b3e7;
    border-radius: 3px;
    margin: 6px auto;
    padding: 10px 0 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #69b3e7;
    text-decoration: none;
    cursor: pointer;
}
.idp-container-login-page a:hover {
    box-shadow: none;
    background-color: #69b3e7;
    color: #041c2c;
}
