/*** LOGIN PAGE CSS START ***/

.login-section{
	background-color: #006291;
    background-image: url(../images/bg/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-main{
	 margin: 0 auto 0 auto;
	 box-shadow: 0px 7px 14px 0px rgb(162 104 97);
    width: 90%;
	 border-radius:10px;
	 background:#fff;
	 border:2px solid #4E7883;
	
}

.sec-right-login{
	padding:25px;
}

.login-title{
	font-size:30px;
	color:#4E7883;
	text-align:center;
	 font-family: "Times New Roman", Times, serif;
}


.login-image{
	width:100%;
	height:405px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.img-padding{
	margin-left:-15px;
	margin-right:0px;
}


.input-group-text2 {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4E7883;
    text-align: center;
    white-space: nowrap;
    /* background-color: #84B6C1; */
    /* border: 1px solid #ced4da; */
	border: 0;
    border-radius: .25rem;
	height:42px;
	border-bottom: 1px solid #4E7883;
	border-right: 1px solid red;
}


input, input[type=text], input[type=email], input[type=password], input[type=number], textarea, select {
    position: relative;
    height: 42px;
    line-height: 26px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding: 4px 15px 0px 15px;
    display: block;
    transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
    margin-bottom: 20px;
    color: var(--text-color-dark);
	 border-bottom: 1px solid #4E7883;
}

.Remember-title{
	color:#4E7883;
}

.forget-title{
	color:#4E7883;
}

.login-btn{
	padding:10px 105px 10px 105px;
	background:#4E7883;
	border-radius:25px;
}

.login-title2{
	color:#000;
}

.login-title3{
	color:#000;
}

/*** LOGIN PAGE CSS END ***/


/*** REGISTER PAGE CSS START ***/
.Register-section{
	background-color: #006291;
    background-image: url(../images/bg/loginbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Register-main{
	 margin: 0 auto 0 auto;
	 box-shadow: 0px 7px 14px 0px rgb(162 104 97);
	 width:90%;
	 border-radius:10px;
	 background:#fff;
	 border:2px solid #4E7883;
	
}

.sec-Register{
	/*padding:25px;*/
}

.Register-title{
	font-size:30px;
	color:#4E7883;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
}


.input-group-text2 {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4E7883;
    text-align: center;
    white-space: nowrap;
    /* background-color: #84B6C1; */
    /* border: 1px solid #ced4da; */
	border: 0;
    border-radius: .25rem;
	height:42px;
	border-bottom: 1px solid #4E7883;
	border-right: 1px solid red;
}


input, input[type=text], input[type=email], input[type=password], input[type=number], textarea, select {
    position: relative;
    height: 42px;
    line-height: 26px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding: 4px 15px 0px 15px;
    display: block;
    transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
    margin-bottom: 20px;
    color: var(--text-color-dark);
	 border-bottom: 1px solid #4E7883;
}

.select{
    position: relative;
    height: 42px;
    line-height: 26px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding: 4px 15px 0px 15px;
    display: block;
    transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
    margin-bottom: 20px;
    color: var(--text-color-dark);
	 border-bottom: 1px solid #4E7883;
}


.Remember-title{
	color:#4E7883;
}

.forget-title{
	color:#4E7883;
}

.Register-btn{
	padding:10px 105px 10px 105px;
	background:#4E7883;
	border-radius:25px;
}

.Register-title2{
	color:#000;
}

.Register-title3{
	color:#000;
}

/*** REGISTER PAGE CSS END ***/



/*** FORGET PASSWORD PAGE CSS START ***/


/*** FORGET PASSWORD PAGE CSS END ***/