@import url('https://fonts.googleapis.com/css?family=Srisakdi');

@import url('fonts.googleapis.com/css?family=Roboto');
@import url('ttps://fonts.googleapis.com/css?family=Open+Sans');

body{
	font-family: 'Roboto', sans-serif;
}



#body-login{
	
}
input.form-control:focus{
	box-shadow: unset;
}
.container-fluid{
	width: 100%;
	padding: 0 15px;
}
.p-l-13p{
	padding-left:13%;
}
.text-center{
	text-align: center;
}
.d-block{
	display: block;
}
.login-wrapper{
	max-width: 450px;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.90);
	border: 1px solid #EDEDED;
	padding: 50px;
	padding-bottom: 80px;
	box-shadow: 0px 1px 40px 20px #EDEDED;
	position: absolute;
	top: 20%;
	right: 5%;
}
.generate-wrapper1{
	max-width: 450px;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.90);
	border: 1px solid #EDEDED;
	padding: 20px;
	padding-bottom: 50px;
	box-shadow: 0px 1px 40px 20px #EDEDED;
	position: absolute;
	top: 5%;
	right: 5%;
}
.generate-wrapper{
	max-width: 450px;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.90);
	border: 1px solid #EDEDED;
	padding: 33px;
	padding-bottom: 50px;
	box-shadow: 0px 1px 40px 20px #EDEDED;
	position: absolute;
	top: 10%;
	right: 5%;
}
.login-wrapper>.logn-heading{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}
.login-wrapper .login-submit{
	width: 100%;
	border-radius: 10px;
	font-weight: bold;
	height: 40px;
}
.generate-wrapper>.logn-heading{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}
.generate-wrapper .login-submit{
	width: 100%;
	border-radius: 10px;
	font-weight: bold;
	height: 40px;
}

.generate-wrapper1>.logn-heading{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}
.generate-wrapper1 .login-submit{
	width: 100%;
	border-radius: 10px;
	font-weight: bold;
	height: 40px;
}

.bg-container{
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.95);
	position: relative;
	overflow: hidden;
}
.circle-bg-big,.circle-bg-small{
	position: absolute;
}
.circle-bg-big{
	right: -10%;
	top: -35%;
	width: 500px;
}
.circle-bg-small{
	width: 250px;
	left: -10%;
	bottom: -10%;
}
.login-wrapper .forget-password{
	padding-top: 30px;
}
.generate-wrapper .forget-password{
	padding-top: 30px;
}
.generate-wrapper1 .forget-password{
	padding-top: 30px;
}
.caption-with-image-wrapper{
	position: absolute;
	left: 22%;
	top: 30%;
	width: 50%;
	max-width: 500px;
	text-align: center;
}
.caption-with-image-wrapper  p{
	font-size: 16px;
	color: #514E4E;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 7px;
	color: #fb8c00;
}
.caption-with-image-wrapper .caption-image{
	width: 100%;
	max-width: 400px;
	margin-top: 18%;
}
.logo{
	display: none;
	margin: 0 auto;
	margin-bottom: 30px;
}
@media only screen and (max-width: 480px){
	.login-wrapper{
		min-width: 350px;
		right: 0;
		left: 0;
		display: block;
		margin: 0 auto;
		padding: 30px;
		padding-bottom: 50px;
	}
	.circle-bg-big{
	   right: -40%;
	}
	.circle-bg-small{
		left: -25%;
		bottom: -20%;
	}
	.caption-with-image-wrapper{
		display: none;
	}
	.logo{
		display: block;
	}
	.logn-heading{
		display: none;
	}
}
@media only screen and (max-width: 850px) and (orientation: landscape){
	body{
		min-height: 480px;
	}
	.bg-container{
		height: 200vh;
	}
	.login-wrapper{
		min-width: 350px;
		right: 0;
		left: 0;
		display: block;
		margin: 0 auto;
		padding: 30px;
		padding-bottom: 50px;
	}
	.caption-with-image-wrapper{
		display: none;
	}
	.logo{
		display: block;
	}
	.logn-heading{
		display: none;
	}
}

.blue.darken-1 {
    background-color: #0057b7 !important;
}