.wrapperForm {
    width: 40%;
    margin-top: auto;
    margin-bottom: auto;
}

@media(max-width: 576px) {
    .wrapperForm {
        width: 80%;
    }
}

html, body, .container-fluid {
    height: 100vh;
}

.altura {
    overflow: auto;
    height: calc(100vh - 48px);
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F2F2F2;
}

label {
	font-weight: normal;
}

div {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 14px;
    color: #808080;
}

div.info-senha {
    font-size: 12px
}

input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px !important;
    border: solid 1px #a6a6a6;
    background-color: white;
}

.button {
    margin-top: 25px;
    margin-bottom: 25px;
	color: white;
  	font-weight: 600;
  	background-color: #0078d7;
}

.form-group.required .control-label:after {
  content:" *";
  color:red;
}

.cabecalho {
    height: 48px;
    color: white;
    font-size: 18px;
    font-weight: 300;
    background-color: #03508D;
    display: flex;
    align-items: center;  
}