.bg_register {
	background: url("../../mobile/assets/img/register/bg_register.webp") no-repeat;
	background-size: cover;
}

.border-bottom-theme {
	border-bottom: 1px solid #2c6abb !important;
}
.undermaintain {
	display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;;
    align-content: center;
    color: #fff;
	font-weight: bold;
    font-size: 36px;
}
.undermaintain1 {
	filter: brightness(50%);
}
.undermaintain2 {
	display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;;
    align-content: center;
    color: #000;
	font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}
.undermaintain2:hover {
    color: #000;
}
.undermaintain3 {
	filter: grayscale(100%);
    color: transparent !important
}
a {vertical-align:baseline !important;}
@media (max-width: 960px) {
	.undermaintain {
		font-size: 20px;
	}
}