.form-login-content {
	width: 30% !important;
    margin: auto;
}

.form-signup {
	color: wheat;
}

.white-text {
	color: white !important;
}

table {
	width: 100%;
}
.dangky-index{
	height: 100%;
}

#bg {
	position: fixed; 
	top: 0; 
	left: 0; 

	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;
	z-index: -1000;
}
.form-content{
	z-index: 1000;
	width: 100%;
	border-radius: 10px;
	background: #2A3F54;
	border-style: solid;
	border-width: 5px;
}
.dangky-index{
	padding-top: 10%;
}
.row-button {
	display: flex;
	margin-left: 10%;
	height: 40px;
	width: 100px;
}
.row-button>.btn {
	cursor: pointer;
	margin-left: 30px;
	margin-bottom: 5px;
	/* padding-right: 30px; */
	min-width: 120px;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
}

.logo {
	background: url(/images/logo-9d.png) no-repeat;
	background-position: center;
	text-decoration: none;
	background-size: 120px;
	min-width: 147px;
	position: relative;
	transition: all linear .5s;
	opacity: 1;
	height: 100%;
}

.logo a {
	text-indent: -999999em;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1622px) {
	.form-login-content {
		width: 43% !important;
	}
}

@media screen and (max-width: 1400px) {
	
}

@media screen and (max-width: 1200px) {
	.form-login-content {
		width: 50% !important;
	}
}

@media screen and (max-width: 1000px) {
	.form-login-content {
		width: 70% !important;
	}
}

@media screen and (max-width: 800px) {
	.form-login-content {
		width: 90% !important;
	}
	.form-signup {
		padding-top: 20%;
	}
}

@media screen and (max-width: 500px) {
	.form-login-content {
		height: 280px;
	}
	
	.row-button {
		flex-direction: column;
		margin-left: 25%;
	}
	
	.row-button>.btn { 
		margin-bottom: 10px;
	}
	
	.form-signup-content {
		height: 550px;
	}
}
