.ma-main-container {
	margin: 0px !important;
}

.ma-region {
	margin-bottom: 0px;
}

/* Novo design */

.login-region{
    height: 100vh;
    display: block;
    opacity: 0.9;
    margin-left: calc(2vw + 20px);
}

.login-section {
    margin-left: 0;
}

.login-page-logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 27vh;
}

.login-page-logo img {
    width: 300px;
}

.login-form{
    display: block;
    margin-left: 0;
    width: 75%;
    min-width: 300px;
    padding: 0 !important;
}

.login-page-image-right {
	position: relative;
    height: 100vh;
    overflow: hidden;
}

.login-page-image-right img {
    position: absolute;
    top: -3%;
    left: 15%;
    height: 108%;
    /* width: 100%; */
    border-radius: 30% 0 0 30%;
    opacity: 0.45;
    object-fit: cover;
    object-position: left;
}

.left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    padding-left: 50px;
    justify-content: flex-start;
    align-content: center;
}

.left-bottom-logo {
    padding-right: 40px;
}

.left-bottom-logo img {
    width: 150px;
}

.left-bottom-contact {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding-left: 40px;
    color: #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.left-bottom-contact a{
    color: #DDDDDD !important;
}

.login-input.apex-item-wrapper input{
    margin: 0px !important;
    height: 2em !important;
    color: #393939;
    font-family: 'Lato';
    background-color: #F4F5F6 !important;
    padding-left: 0.5em !important;
}

.login-input.apex-item-wrapper input:focus,
.login-input.apex-item-wrapper input:hover{
    background-color: #F4F5F6 !important;
}

.apex-item-wrapper label {
    /* top: -.5em !important; */
    left: 0.5em;
    color: white !important;
    opacity: .8 !important;
    font: normal normal normal 14px/17px Lato;
}

.apex-item-wrapper.is-active label,
.apex-item-wrapper.js-show-label label {
    color: #FFFFFF !important;
}

.post-text {
    color: #f4f5f6;
    text-align: right;
    font-size: .8em;
    cursor: pointer;
    text-decoration: underline;
}

.t-Region-body button.t-Hs.t-Button:not(.t-Button-floating) {
    margin: 0;
    width: 100%;
    line-height: 2.5em !important;
    padding: unset !important;
    min-height: 2.5em !important;
}

button.login-button.t-Button,
button.login-button.t-Button:active {
    background-color: #FFC15E !important;
    margin: 0px !important;
    margin-top: 1em !important;
    padding: 0.5rem 1rem !important;
    box-shadow: 0px 3px 6px #34314F !important;
    border-radius: 30px;
}

button.login-button.t-Button > span {
    font-size: 1.5rem;
    color: #692DB7 !important;
    font-weight: bold;
}

.login-button-sso{
    position: relative;
}

.login-button-sso:before {
    content: '';
    margin: 1.3em 0 !important;
    display: block;
    height: 1px;
    background: linear-gradient(to right, transparent, white, transparent);
}

.login-button-sso:after {
    content: 'OU';
    position: absolute;
    top: .7em;
    color: #E8EAEC;
    width: 30px;
    left: calc( 50% - 15px);
    z-index: 1;
    text-align: center;
    margin: auto;
    background: #34314F;
    font-size: .9em;
}

.login-button-sso button span:before{
    content: '';
    background:url("#WORKSPACE_IMAGES#img/shared/aplications/microsoft_logo.svg");
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    position: relative;
    top: .3em;
    margin-right: .5em;
}

/* Ícone no campo */

.field-icon {
    margin-left: -40px;
    margin-top: -7px;
    /* top: 0; */
    position: relative;
    z-index: 2;
    color: #393939;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
}

/*Messages*/
.message {
    margin-top: 4vh;
    margin-bottom: 10px !important;
}

.message-header{
    text-align: center;
    font: normal normal bold 30px/26px Superior Text;
    letter-spacing: 0px;
    color: #C2CBF8;
}

.message-level-1 {
    text-align: left;
    font: normal normal bold 16px/20px Lato;
    letter-spacing: 0px;
    color: #E8EAEC;
}

.message-level-2 {
    text-align: left;
    font: normal normal normal 15px/26px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
}

