
.title {
    font-size: 27px;
    font-weight: 600;
}

.welcome-msg{
	margin-bottom: 0px;
}

.login-text{
	font-weight: 700;
    color: #7c7c7c;
    margin-left: 5px;
}

.login-text-container{
	margin-bottom: 10px;
}

.inputph::placeholder{
	font-style: italic;
}


.forgot-form {
    width: 90%;
    margin-left: 5%;
}

.inputph {
    font-size: 13px;
}

.btnblue {
	margin-top: 20px;
    width: auto;
    height: auto;
    background-color: #499ed7;
    font-size: 13px;
    font-weight: 600;
    border: solid 1px;
    border-radius: 25px !important;
    padding: 7px 20px;
    z-index: 10000;
}

.labelblue {
    font-size: 12px;
    color: #499ed7;
    font-style: italic;
}
@media only screen and (min-height: 300px)
{
	.banner-img{
	    height: auto;
	}
}

/*login*/
/*@media only screen and (min-height: 565px ) and ( min-width: 300px)
{
	.banner-img{
	    height: 0;
	}
}

@media only screen and (min-height: 565px) and ( min-width: 767px)
{
	.banner-img{
	    height: 100vh;
	}
}*/

/*forgot*/
@media only screen and (min-height: 565px ) and ( min-width: 300px)
{
	.banner-img{
	    height: 0;
	}
}

@media only screen and (min-height: 565px) and ( min-width: 767px)
{
	.banner-img{
	    height: 100vh;
	}
}


@media only screen and (min-width: 300px)
{
	.login-form{
		width: 80%;
		margin-left: 10%;
	}
	.estudy-white-logo{
		display: none;
		position: absolute;
		bottom: 10px;
		left: 10px;
		z-index: 200;
	}
	.estudy-blue-logo{
		position: absolute;
		bottom: 10px;
		left: 10px;
		z-index: 200;
	}
	.cover {
	    position: relative;
	    min-height: 350px;
	    background: white ;
	    background-size: contain;
	    margin-top: 100px;
	}
	.card-body.mt-3, .card-body, .card{
		padding: 0px;
	}
	.card.shadow-lg.mb-5.bg-white.rounded-lg.border.border-light{
		box-shadow: unset !important;
	}
}

@media only screen and (min-width: 768px)
{
	.login-form{
		width: 60%;
		margin-left: 20%;
	}

	.estudy-white-logo{
		display: block;
	}

	.estudy-blue-logo{
		display: none;
	}

	.forgot-form {
	    width: 70%;
	    margin-left: 15%;
	}

	.banner-img{
		background-size: cover;
	}

	.cover {
	    position: relative;
	    min-height: 350px;
	    background-size: contain;
	    margin-top: 100px;
	}
	.col-md-6.col-12.p-3.mt-n5c{
		margin-top: 0px;
	}
	.card.shadow-lg.mb-5.bg-white.rounded-lg.border.border-light{
		box-shadow: unset !important;
		border:none !important;
		background: white !important;
	}
	.welcome-msg{
		padding: 15px;
	}

}
@media only screen and (min-width: 1080px)
{
	.forgot-form {
	    width: 60%;
	    margin-left: 20%;
	}
	.card-body .card-body{
		width: 70%;
		margin-left: 30%;
	}
	.card.shadow-lg.mb-5.bg-white.rounded-lg.border.border-light{
		box-shadow: unset !important;
		border:none !important;
		background: transparent !important;
	}
}

@media only screen and (min-width: 1080px)
{
	.card-body .card-body{
		width: 95%;
		margin-left: 5%;
	}
	.card.shadow-lg.mb-5.bg-white.rounded-lg.border.border-light{
		box-shadow: unset !important;
		border:none !important;
		background: transparent !important;
	}
}

@media only screen and (min-width: 1440px)
{
	.card-body .card-body{
		width: 70%;
		margin-left: 25%;
	}
}

.btnblue:disabled{
	background-color: #bcbcbc;
}

.croper-img{
	height: 100%;
	position: absolute;
	right: 12%;
	z-index: 10;
}

.form-login{
	z-index: 100;
}