body.login_section {
	background-image: url(../img/login.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

body.register_section {
	background-image: url(../img/register/register_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.app-store {
   position: absolute;
   bottom: 48px;
   right: 40px;
}
.login_section .jumbotron-fluid{
   position: relative;
}
.app-store img {
   width: 184px;
   margin: 0 auto;
   display: block;
}

:root {
	--input-padding-x: 1.5rem;
	--input-padding-y: .75rem;
}

body {
	background: #fff;
	/* background: linear-gradient(to right, #0062E6, #33AEFF); */
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0rem 0rem 0 rgba(0, 0, 0, 0.1);
    width: 40%;
    margin-right: 5%;
}

.card-signin .card-title {
	margin-bottom: 2rem;
	font-weight: 400;
	font-size: 1.5rem;
}

.card-signin h3.card-title {
    font-weight: 600;
    font-size: 2rem;
}

.card-signin .card-body {
	padding: 2rem;
}

.form-signin {
	width: 100%;
}

.form-signin .btn {
    font-size: 16px;
    border-radius: 6px;
    letter-spacing: .1rem;
    font-weight: 500;
    padding: 1rem;
    transition: all 0.2s;
    width: auto;
    padding: 8px 28px;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.form-label-group span.fa.fa-eye, .form-label-group span.toggle-password.fa-eye-slash {
    margin-right: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 30%;
    right: 2%;
    color: #999;
}

a.grid_sign{
  line-height: 40px;
  color: #555;
}

a:hover.grid_sign{
	text-decoration:none;
	list-style:none;
	 color: #000;
}

.grid_bottom_text {
    position: absolute;
    bottom: 0;
    right: 3rem;
}

.grid_bottom_text a:hover{
	list-style:none;
	text-decoration:none;
}

.grid_bottom_text p {
    font-size: 15px;
    font-weight: 500;
}

.form-label-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-label-group input {
    height: auto;
    border-radius: 6px;
    background-color: #e7f0ff;
    border: 1px solid #e7f0ff;
}

.form-label-group>input, .form-label-group>label {
    /* padding: var(--input-padding-y) var(--input-padding-x); */
    padding: .5rem .75rem;
}

.form-label-group>label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	/* Override default `
         <label>
            ` margin */
	line-height: 1.5;
	color: #495057;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
	color: #999;
}

.form-label-group input:-ms-input-placeholder {
	color: #999;
}

.form-label-group input::-ms-input-placeholder {
	color: #999;
}

.form-label-group input::-moz-placeholder {
	color: #999;
}

.form-label-group input::placeholder {
	color: #999;
}

.form-label-group input:not(:placeholder-shown) {
	/* padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
	padding-bottom: calc(var(--input-padding-y) / 3); */
}

.form-label-group input:not(:placeholder-shown)~label {
	/* padding-top: calc(var(--input-padding-y) / 3);
	padding-bottom: calc(var(--input-padding-y) / 3); */
	font-size: 12px;
	color: #777;
}

.btn-google {
	color: white;
	background-color: #ea4335;
}

.btn-facebook {
	color: white;
	background-color: #3b5998;
}

img.logo{
	position: absolute;
    right: 0;
    z-index: 1;
    width: 100px;
    top: 25px;
}

.error{
    color:red;
}


/* Fallback for Edge
            -------------------------------------------------- */

@supports (-ms-ime-align: auto) {
	.form-label-group>label {
		display: none;
	}
	.form-label-group input::-ms-input-placeholder {
		color: #777;
	}
}


/* Fallback for IE
            -------------------------------------------------- */

@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;
	}
}


/* EOS */

/* Responsive design start */
@media only screen and (max-width: 768px){

body.login_section {
    background-color: #3e7cca !important;
}

body.login_section {
    background-image: url(./img/login_page/login_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.card-signin .card-body {
    padding: 1rem;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0rem 0rem 0 rgba(0, 0, 0, 0.1);
    width: 75%;
    margin-right: 0%;
    margin: 0 auto;
}

img.logo {
    position: relative;
    right: 0;
    z-index: 1;
    width: 100px;
    top: 25px;
    display: block;
    margin: 0 auto;
}

.app-store {
    position: relative;
    bottom: 20px;
    right: 0;
}

.grid_bottom_text {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.grid_bottom_text a {
   color: #e1e2e2;
}

.grid_bottom_text a:hover {
   color: #e1e2e2;
}

.form-signin .btn{
	width: 100%;
}

.card-signin .card-title.text-left {
    text-align: center!important;
}

.card-signin .card-title {
    margin-bottom: 1rem;
}

}

@media only screen and (max-width: 600px){

body.login_section {
    background-color: #3e7cca !important;
}

body.login_section {
    background-image: url(./img/login_page/login_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.card-signin .card-body {
    padding: 1rem;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0rem 0rem 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-right: 0%;
}

img.logo {
    position: relative;
    right: 0;
    z-index: 1;
    width: 100px;
    top: 25px;
    display: block;
    margin: 0 auto;
}

.app-store {
    position: relative;
    bottom: 20px;
    right: 0;
}

.grid_bottom_text {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.grid_bottom_text a {
   color: #e1e2e2;
}

.grid_bottom_text a:hover {
   color: #e1e2e2;
}

.form-signin .btn{
	width: 100%;
}

.card-signin .card-title.text-left {
    text-align: center!important;
}

.card-signin .card-title {
    margin-bottom: 1rem;
}

}

/* Responsive design end */

