﻿@font-face {
    font-family: "Barlow Bold";
    src: url('../font/barlow-bold-webfont.woff2') format('woff2');
}
@font-face {
    font-family: "Barlow SemiBold";
    src: url('../font/barlow-semibold-webfont.woff2') format('woff2');
}
@font-face {
    font-family: "Barlow Light";
    src: url('../font/barlow-light-webfont.woff2') format('woff2');
}

@font-face {
    font-family: "Barlow";
    src: url('../font/barlow-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: "Barlow Medium";
    src: url('../font/barlow-medium-webfont.woff2') format('woff2');
}



body {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
}

#mainWrapper #mainContent.loginWrapper {
   padding: 0px;
   min-height: 550px;
}

.topHeader {
    display: block;
    background-color: rgb(0,51,102, 0.8);
    width: 100%;
    height: 56px;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 999;
    box-shadow: 0px -5px 8px 6px rgb(0 0 0 / 60%);
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.8));
	backdrop-filter: blur(2px);
}
.topHeader img {
    margin: 14px;
}

.container1 {
    display: flex;
    flex-direction: row;
}


.leftColumn {
    border-top: 20px solid #F6C504;
    width: 420px;
    height: 760px;
    background-color: white;
    position: absolute;
    top: 156px;
    border-radius: 10px;
    padding: 35px 45px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.toast-messages {
    position: absolute;
    left: 0;
    top: 51px;
    width: 100%;
}

.toast-messages .close {
    font-size:21px;
    font-weight: 500;
    border:none;
    margin-left: auto;
    background:transparent;
}

.toast-messages .grd-alert {
    display: flex;
    padding: 9px;
    font-weight: 600;
    border-radius: 3.5px;
    border: 1.167px solid;
    align-items: center;
}

.toast-messages .grd-alert-error {
    color: #990000;
    border-color: #D57767;
    background-color: #FFE2DC;
}

.toast-messages .grd-alert-success {
    color: #1E6A0F;
    border-color: #B3D98E;
    background-color: #E0F0D1;
}

.toast-messages .toast-msg-text {
    margin-left: 5px;
}

.toast-messages_icon {
    margin-top: -3px;
}

.img-svg-error-icon {
    filter: invert(11%) sepia(64%) saturate(7486%) hue-rotate(13deg) brightness(97%) contrast(125%);
}

.img-svg-success-icon {
    filter: invert(56%) sepia(98%) saturate(897%) hue-rotate(66deg) brightness(82%) contrast(92%);
}

@media only screen and (max-width: 1280px) {
    .leftColumn {
        margin-left: 8%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1536px){
    .leftColumn {
        margin-left: 14%;
    }
}

@media only screen and (min-width: 1536px){
    .leftColumn {
        margin-left: 9%;
    }
}

@media only screen and (min-width: 768px){
    .toast-messages .grd-alert {
        margin: 32px;
    }
}


.rightColumn {
    width: 898px;
    height: 1024px;
    background-image: url('../image/BG.svg');
}

.divider {
    position: relative;
    top: 125px;
}

#logoGerdau {
    position: relative;
    display: block;
    top: 145px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.text0 {
    font-weight: 600;
    position: relative;
    height: 34px;
    color: #192D38;
    font-family: "Barlow Light";
    font-size: 38px;
    line-height: 10px;
    margin-bottom: 10px;
}

.subheading {
    font-size: 1.45rem;
    font-family: 'Open Sans', sans-serif;
}

input[type="text"] {
    border-radius: 6px;
    height: 40px;
    background-color: white;
    border: 2px solid grey;
}

.text2 {
    top: 205px;
    left: 109px;
    position: relative;
    height: 36px;
    color: #192D38;
    font-family: "Barlow";
    font-size: 15px;
    letter-spacing: -0.24px;
    line-height: 18px;
}

.text2 a {
    color: #003366;
}

.inputLabel {
    height: 14px;
    font-family: "Barlow Medium";
    font-size: 15px;
    letter-spacing: 0.13px;
    line-height: 14px;
    font-weight: 600;
}

.inputLabel > label {
    color: white !important;
}

.emailLabel {
    margin-top: 25px;
    position: relative;
}
.emailLabel > label{
    color: #53626A;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.passwordLabel {
    margin-top: 15px;
    position: relative;
}
.passwordLabel > label {
    color: #53626A;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

input[type=text], input[type=password] {
    border-bottom: 1px solid #003366;
    width: 100%;
    border-radius: 5px !important;
    height: 40px;
    background-color: white;
    border: 1px solid grey;
    box-shadow: 0px 0px 4px 0px grey inset;
    padding-left: 10px !important;
}

input[type=text]::placeholder, input[type=password]::placeholder {
    color: #003366;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
}

.form-control {
    padding: 6px 8px;
}

.pageFooter {
    align-items: center;
    height: 200px;
}
.pageFooter1 {
    align-items: center;
    height: 200px;
    position: relative;
    top: 900px;
}

#footerContainer {
    display: none;
}

.loginPageFooter {
    display: block;
    position: absolute;
    bottom: -145px;
    height: 120px;
    left: 37.9%;
    text-align: center;
    margin: auto;
    color: white;
    z-index: 999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.loginPageFooter > span > a {
    color: white;
    font-size: 12px;
}

.loginPageFooterLogo {
    padding-bottom: 20px;
}

.copyText {
    color: white;
    margin-top: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
}

#imageLabel {
    width: 200px;
    height: 35px;
    background: #192D38;
    mix-blend-mode: normal;
    opacity: 0.6;
    border: 1.17px solid #192D38;
    border-radius: 3.5px;
    position: absolute;
    bottom: 25%;
    right: 7%;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #CFD7DC;
    padding: 6px;
    z-index: 999999;
}

.overlay {
  position: absolute;
  bottom: -5px;
  background: rgba(0, 0, 0, 0.0);
  background-image: linear-gradient(rgba(0,51,102, 0), rgba(0,51,102,1));
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  color: white;
  font-size: 20px;
  padding: 55px;
  text-align: center;
}

.bodyClass {
    border-bottom: 200px solid rgb(0, 51, 102);
    box-sizing: content-box;
    width: 100%;
    overflow-x: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-line {
	border-bottom: 5px solid #FFCC00;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
    margin: 0px !important;
}


.msg-validation-error {
    height: 14px;
    width: 316.53px;
    color: #E50051;
    font-family: "Barlow Medium";
    font-size: 12px;
    line-height: 14px;
    position: relative;
    top: 4px;
}

.warnError {
    background-color: #CF0D0D;
    padding: 2px 5px;
    border-radius: 3px;
    color: white;
    font-style: normal;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.input-validation-error::placeholder {
    color: #E50051 !important;
}

.input-validation-error {
    border-bottom: 1px solid #E50051 !important;
    color: #E50051 !important;
}
.input-error {
    color: #9E0D0D;
    background-color: #F2DBD6 !important;
}

#loginButton {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    color: white;
    background-color: #0578BE;
    border: 1px solid #0578BE;
    margin-top: 30px;
}

#loginButton:hover {
    background-color: #82BBDE;
    border: 1px solid #82BBDE;
}

#loginButton span {
    height: 18px;
    width: 243.14px;
    color: #ECF2F6;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 1px;
}

#forgotOrResetButton {
    position: relative;
    top: 10px;
}

#reset-password-required {
    color: red;
    margin-top: 5px;
}

#invEmailErrorMsg {
    font-size: 1.4rem;
}

#email-forgot-password{
    margin-bottom: 7px;
}

#forgotOrResetButton span {
    height: 18px;
    width: 183.2px;
    color: #0578BE ;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

#forgotOrResetButton > span:hover {
    color: #82BBDE;
}

a:link { text-decoration: none; }

#lastWords {
    height: 18px;
    width: 300px;
    color: #83929B;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    position: relative;
    top: 20px;
    margin-left: 5px;
}

#lastWords span {
    color: #192D38;
}

#lastWords > a:hover {
    color: #82BBDE;
}

.loginPageFooter a:hover {
    color: #82BBDE;
}

.question {
    color: #003366;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

#quick-easy-access p {
    top: 70px;
    left: 110px;
    position: relative;
    height: 25px;
    width: 300px;
    color: #495961;
    font-family: "Barlow SemiBold";
    font-size: 21px;
    letter-spacing: -0.18px;
    line-height: 25px;
}

#quick-easy-access img {
    width: 20px;
    height: 20px;
    position: relative;
    left: 92px;
    top: 73px;
    float: left;
}

.welcome-to-e-gerdau {
    top: 53px;
    left: 131px;
    position: relative;
    height: 96px;
    width: 278px;
    color: #003366;
    font-family: Barlow Bold;
    font-size: 45px;
    font-weight: bold;
    line-height: 48px;
}

.welcome-to-e-gerdau img {
    position: absolute;
    top: 309px;
    left: 451px;
    height: 530px;
}

#table-welcome {
    position: relative;
    top: 68px;
    left: 131px;
    color: #192D38;
    font-family: "Barlow SemiBold";
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
}

#table-welcome img {
    margin-top: -5px;
    width: 11px;
    height: 11px;
}

#table-zappix {
    position: relative;
    top: 165px;
    left: 131px;
    color: #192D38;
    font-family: "Barlow SemiBold";
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
}

#table-zappix img {
    margin-top: -5px;
    width: 11px;
    height: 11px;
}


.coming-soon {
    background-color: #E50051;
    border-radius: 4px;
    height: 8px;
    width: 68px;
    color: #FFFFFF;
    font-family: "Barlow Medium";
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 3px;
}

.complementary-text {
    position: relative;
    top: 175px;
    left: 131px;
}

.complementary-text p {
    height: 85px;
    width: 351px;
    color: #495961;
    font-family: "Barlow Light";
    font-size: 19px;
    letter-spacing: -0.16px;
    line-height: 23px;
}

.mobile-feature {
    height: 25px;
    width: 292px;
    color: #495961;
    font-family: "Barlow SemiBold";
    font-size: 21px;
    letter-spacing: -0.18px;
    line-height: 25px;
    position: relative;
    left: 131px;
    top: 150px;
}

.gerdau-zappix {
    height: 48px;
    width: 485px;
    color: #003366;
    font-family: Barlow Bold;
    font-size: 45px;
    font-weight: bold;
    line-height: 48px;
    position: relative;
    left: 131px;
    top: 150px;
}


.complementary-link {
    text-decoration: none;
    color: #003366;
}

.modal1 {
    background-color: #FFFFFF;
    z-index: 2;
}

.modal-content {
    border-radius: 4px;
}

.content-policy {
    border-radius: 4px;
    height: 530px;
    overflow: hidden;
}

.modal-body-policy {
    padding: 25px;
    height: 400px;
    border: 1px solid grey;
    padding: 15px;
    margin: 10px;
    border-radius: 4px;
    overflow: scroll;
    overflow-x: hidden;
}


.scrollbar
{
	margin-left: 15px;
	float: left;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.modal-header {
    height: 40px;
    background-color: #003366 !important;
    border-radius: 4px 4px 0px 0px;
}

.modal-header-text {
    font-family: "Barlow Medium";
    color: white !important;
    padding-left: 5px;
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}

.modal-header-policy {
    font-family: "Barlow Medium";
    color: white !important;
    padding-left: 5px;
    position: relative;
    top: -13px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}


.no-close .ui-dialog-titlebar-close {
    display: none;
}

.enter-the-email-addr {
	height: 36px;
	width: 90%;
	color: #495961;
    line-height: 18px;
    padding-left: 24px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.55rem;
    margin-top: 20px;
}

.modal-emailLabel {
    left: 24px;
    position: relative;
    width: 400px;
}

.modal-buttons {
    padding-top: 30px;
    padding-left: 10px;
    display: flex;
    justify-content: space-around;
}

.cancel-button {
    box-sizing: border-box;
    height: 50px;
    width: 206px;
    height: 40px;
    border-radius: 5px;
    color: white;
    background-color: #40668C;
    border: 1px solid #40668C;
}

.cancel-button span {
    height: 18px;
    width: 158px;
    color: #ECF2F6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 1px;
}

.ok-button {
    box-sizing: border-box;
    width: 96%;
    height: 40px;
    margin-left: 13px;
    border-radius: 5px;
    color: white;
    background-color: #40668C;
    border: 1px solid #40668C;
    position: relative;
    top: -8px;
}

.ok-button span {
    height: 18px;
    width: 158px;
    color: #ECF2F6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 1px;
}

.confirm-button {
    box-sizing: border-box;
    width: 206px;
    height: 40px;
    border-radius: 5px;
    color: white;
    background-color: #0578BE;
    border: 1px solid #0578BE;
}

.confirm-button span {
	height: 18px;
	width: 158px;
    color: #ECF2F6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 1px;
}

.ui-widget-overlay {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #000;
    opacity: .70;
    filter: Alpha(Opacity=70);
    z-index: 0;
 }

 .ui-dialog {
     z-index: 1000 !important;
}

.snackbar-positive {
    position: relative;
    top: 408px;
    left: 75px;
    height: 78px;
	width: 394px;
	background-color: #95C11F;
    box-shadow: 0 0 14px -9px rgba(0,0,0,0.5);
}

.snackbar-positive img {
    width: 66px;
    float: left;
    padding: 15px 12px 12px 12px;
}

.snackbar-positive span {
    padding-top: 12px;
    height: 43.2px;
    width: 261px;
    color: #FFFFFF;
    font-family: "Barlow Medium";
    font-size: 13px;
    letter-spacing: 0.14px;
    line-height: 16px;
    float: left;
    text-align: left;
}

.ok-button {
    width: 92%;
    margin: 0px 20px 15px;
    border-radius: 4px;
    background-color: #0578BE !important;
    font-weight: 700;
    font-size: 1.4rem;
    height: 35px;
}
.pass-reset {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.7rem;
}
.success-tick {

}
.success-tick img {
    width: 70px;
    position: relative;
    left: 38%;
    margin: 18px;
}

.modal .modal-header input[type=image] {
    position: relative;
    top: -54px;
    left: 432px;
    padding-top: 12px;
    cursor: hand;
}

.modal, .modal *:focus {
    outline: 0;
    box-shadow: none !important;
}

.ui-dialog-titlebar {
    height: 0px !important;
}

.alert1{
	 padding-left: px;
}

footer.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body, html {
    width: 100%;
    height: 1020px;
}

.modal-header .close {
    margin-top: -35px !important;
}

.modal-dimensions {
    width: 484px !important;
}

.modal-body {
    padding: 0px;
}

.modal-body-policy {
    padding: 15px;
}

.modal-body label.inputLabel {
    font-weight: normal;
    margin-bottom: 8px;
}

button.close.forgot-pass-close {
    filter: brightness(0) invert(1);
    opacity: 1;
    color: white;
    position: relative;
    top: -10px;
    left: 15px;
}

button.close.policy-close {
    filter: brightness(0) invert(1);
    opacity: 1;
    color: white;
    position: relative;
    top: 13px;
    left: 15px;
    z-index: 99;
}

.modal-body .form-group {
    padding: 10px 0 0 0;
}

#mdlTermsConditions .loginpage {
    position: relative;
    top: 13px !important;
}
#mdlPrivacyPolicy .loginpage {
  position: relative;
  top: 13px !important;
}

.copyTextFooter {
    color: #53626A !important;
    margin-top: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-align: center;
}