body, input, button, textarea, a {
	font-family: 'Montserrat', sans-serif!important;
	font-size: 12px!important;
}

/**
	Layout Login
*/
body.login {

}

body.login footer {
	background-color: white;
}
/**
	Layout Base
*/
body.base {
}

body.base header {

}

body.base .container-fluid {
	
}

body.base footer {
	background-color: white;
}

.vertical-center {
  display: flex;
  align-items: center;
}