.ma-main-container {
	margin: 0px !important;
}

.ma-region {
	margin-bottom: 0px;
}
.row .col {
	padding: 0 !important;
}
/* Novo design */

.login-region{
    display: flex;
    opacity: 0.9;
	justify-content: center;
}
.conatiner-login-logo {
	display: flex;
    justify-content: center;
}
.container-logo {
    display: block;
    align-items: flex-end;
    height: 27vh;
}

.login-page-logo {
	font: normal normal 300 48px / 55px Segoe UI;
    color: #7185EF;
}
#content-main {
	position: relative;
    height: 100vh;
    overflow: hidden;
}

.login-form{
    display: block;
    margin-left: 25px;
    width: 56%;
    min-width: 300px;
    padding: 0 !important;
}

.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;
}

.input-field > input{
    margin: 0px !important;
    height: 2em !important;
    color: #393939;
    font-family: 'Lato';
    background-color: #F4F5F6 !important;
    padding-left: 0.5em !important;
}

.input-field > label {
    top: -.5em !important;
    left: 0.5em;
    color: #393939 !important;
    opacity: .8 !important;
    font: normal normal normal 14px/17px Lato;
}

.input-field > label.active {
    color: #FFFFFF !important;
}

.post-text {
    color: #f4f5f6;
    text-align: right;
    font-size: .8em;
    cursor: pointer;
    text-decoration: underline;
}

.login-button{
	margin-top: -1.5em;
	background-color: #00ffa7 !important;
	margin: 0px !important;
	padding: 0 1rem;
}

.login-button > span{
    font-size: 1rem;
    color: #393939 !important;
    font-weight: bold;
}

/* Ícone no campo */

.field-icon {
    margin-left: -1.5em;
    margin-top: 6px;
    position: relative;
    z-index: 2;
    color: #393939;
    font-size: 1.2em;
    font-weight: 100;
    cursor: pointer;
}

/*Messages*/
.message{
    margin-top: 8vh;
    margin-bottom: 10px !important;
}

.message-header{
    text-align: center;
    font: normal normal bold 30px/26px Superior Text;
    letter-spacing: 0px;
    color: #C2CBF8;
}

.message-level {
    text-align: left;
    font: normal normal normal 15px/26px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
	margin-left: 15px;
}
