@import url("fonts/style.css");

body {
	font-family: Segoe UI,Roboto,'Khmer OS Battambang',Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	background: url(../img/bg-body.jpg);
	height: 100%;
	background-position: 0 -100px;
	background-repeat: no-repeat;
	background-size: cover;
}
.card-login {
	margin-top: 150px;
	position: relative;	
}
.card-signin {
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.card-signin .card-title {
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 1.5rem;
}
.card-signin .card-body {
	padding: 2rem;
	border: 2px solid #007bff;
	box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	border-radius: 15px 15px 15px 15px;
	border-color: #7db982;
}
.form-signin {
	width: 100%;
}
.form-signin .btn {
	font-size: 80%;
	border-radius: 5rem ;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	transition: all 0.2s;
}
.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}
.form-label-group input {
	/* height: auto; */
	border-radius: 2rem;
}
.form-label-group>label {
	position: absolute;
    top: 6px;
    left: 355px;
    display: block;
    width: 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #777;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
	color: #777;
	padding-left: 5px;
}
.form-label-group input:-ms-input-placeholder {
	color: transparent;
}
.form-label-group input::-ms-input-placeholder {
	color: transparent;
}
.btn-google {
	color: white;
	background-color: #ea4335;
}
.btn-facebook {
	color: white;
	background-color: #3b5998;
}
@supports (-ms-ime-align: auto) {
	.form-label-group>label {
		display: none;
	}
	.form-label-group input::-ms-input-placeholder {
		color: #777;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.form-label-group>label {
		display: none;
	}
	.form-label-group input:-ms-input-placeholder {
		color: #777;
	}
}
