#domo-login-page {
	position: relative;
}

.domo-login-bg-video {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	z-index: 1;
}

.domo-login-bg-video video {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.domo-login-bg-video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	z-index: 0;
}

/* STRUCTURE */

.login-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 20px;
	position: relative;
	z-index: 11;
}

#formContent {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	width: 90%;
	max-width: 450px;
	position: relative;
	-webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 0px;
}
#formContent h3 {
    margin-top: 30px;
}

#formFooter {
	background-color: #f6f6f6;
	border-top: 1px solid #dce8f1;
	padding: 25px;
	text-align: center;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.domo-login-section {
    display: flex;
    justify-content: center;
    padding: 20px;
    padding-bottom: 0;
	padding-top: 0;
    flex-direction: column;
}

.domo-login-section .rcp_form input[type="text"],
.domo-login-section .rcp_form input[type="password"],
.domo-login-section .rcp_form input[type="email"] {
	/* padding: 0 0 8px; */
}
#rcp_user_remember {
    position: relative;
    top: -5px;
}

#rcp_login_form {
	margin: 0;
	border: 0;
	/* margin-top: -20px; */
}
.rcp_message {
    margin: 0;
}


#domo-dashboard-page {
    position: relative;
    min-height: 100vh;
}
.domo-dashboard-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
	
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: 11;
}
.domo-dashboard-bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 2;
}

.domo-dashboard-wrapper {
    position: relative;
    z-index: 11;
    padding-top: 60px;
    padding-bottom: 60px;
}
.domo-dashboard-area {
    /* background-color: #FFF; */
}

.domo-user-dashboard .logo_col {
    max-width: 86%;
    padding-right: 0;
}
.domo-user-dashboard .main_menu_col{
	padding-left: 0;
}
@media screen and (min-width: 768px) {
	.domo-user-dashboard .logo_col {
		max-width: 50%;
		padding-left: 15px;
	}
}

.domo-user-dashboard td:first-child, .domo-user-dashboard th:first-child {
	padding: 0.5rem 0.5rem;
}
.domo-user-dashboard .button i.mdi.color1{ 
	color: #FFF;
	padding-right: 5px;
}
.domo-dashboard-wrapper .card.no-card {
    border-radius: 0;
    box-shadow: none;
    background-color: #FFF;
}