body { 
     background: url('/projeto-xml-web/resources/images/background_.jpg')  no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   opacity : 0.2;
    z-index: -1;
}

.blockUI.blockMsg.blockElement {
    z-index: 1011 !important;
    position: absolute !important;
    padding: 15px !important;
    margin: 0px !important;
    width: 35% !important;
    top: 40% !important;
    left: 36% !important;
    text-align: center !important;
    color: rgb(0, 0, 0) !important;
    border: none !important;
    background-color: rgb(255, 255, 255) !important;
    cursor: wait !important;
    border-radius: 10px !important;
    opacity: 1.0 !important;
    box-shadow: 2px 2px 12px 5px #e0e0e0 !important;
}

.centralizar {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 435px;
	margin-top: 7%;
	margin-left: -250px;
	border-top: 2px solid #0288d1;
	border: 1px solid #e0e0e0;
	padding: 20px;
	background: white;
	border-radius: 3px;
	opacity: 1 !Important;
}

.col.s12 > .btn {
   width: 100%;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #b9b9b7;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #b9b9b7;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #b9b9b7;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #b9b9b7;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #b9b9b7;
}

input[type="text"] {
	padding: 6px;
	border-radius: 3px;
	font-size: 15px;
	color: #7e9997;
	border: 1px solid #cfd8dc;
	height: 45px;
	width: 100%
}

input[type="text"]:focus{
		border: 1px solid #b2ebf2 !important;
}

input[type="password"] {
	padding: 6px;
	border-radius: 3px;
	font-size: 15px;
	color: #7e9997;
	border: 1px solid #cfd8dc;
	height: 45px;
	width: 100%
}

input[type="password"]:focus{
		border: 1px solid #b2ebf2 !important;
}

.login-background-color {
	opacity: 2;
     background: url('/projeto-xml-web/resources/images/background_.jpg')  no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-basket-login {
	margin-top: -3px;
	vertical-align: text-top;
}

.padding-title-login {
	font-size: 15px;
	padding-bottom: 20px;
	color: #1976d2;
}
.title-text{
   font-size: 38px;
   background: -webkit-linear-gradient(#039be5, #1565c0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-darken-blue {
	width: 100%;
	background-color: #0277bd;
	color: white
}

.btn-darken-purple {
	width: 100%;
	background-color: #7b1fa2;
	color: white
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.fs16-gray {
	font-size: 16px;
	color: #8b8b87;
}

}
.fs13-gray {
	font-size: 13px;
	color: #8b8b87;
}

.fs12-orange {
	font-size: 12px;
	color: #ff7043;
}