@charset "utf-8";
/* CSS Document */
/*

font: 
Blue: #007197
Green: #799900

*/

/*_________________________________________________________________________*/

*{
	font-family: Corbel;
}

/* DESKTOP ()-----------------------------------------------------------*/



.login{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #e5f9ff;
	width: 300px;
	height: 460px;
	border-radius: 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.login_form{
	align-items: center;
	padding-top:15px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

.login_username{
	border: 1px solid #ccc;
	border-radius: 25px;
	height: 30px;
	width: 180px;
	padding-left: 15px;
	
}

.login_username:focus {
	outline: none;
	border: 1px solid #799900;
	opacity: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.login_password{
	border: 1px solid #ccc;
	border-radius: 25px;
	height: 30px;
	width: 180px;
	padding-left: 15px;
}

.login_password:focus {
	outline: none;
	border: 1px solid #799900;
	opacity: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

/*Toggle_____________________________________________________*/
input[type="checkbox"]{
	position: relative;
	width: 30px;
	height: 15px;
	-webkit-appearance: none;
	background-color: #A2A2A2;
	outline: none;
	border-radius: 15px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	transition: .5s;
	
}

input:checked[type="checkbox"]{
	background-color:#799900; 
	
}

input[type="checkbox"]:before{
	content: "";
	position: absolute;
	width: 13px;
	height: 12px;
	border-radius: 15px;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #808080;
	transition: .5s;
}

input:checked[type="checkbox"]:before{
	left: 15px;
}

input[type="checkbox"]:hover{
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}


/*______________________________________________________________*/


.login_submit{
	border: none;
	border-radius: 15px;
	background-color: #007197 ;
	color: white;
	height: 25px;
	width: 150px;
	margin-left: 25px;
}

.login_submit:focus{
	outline: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login_submit:hover{
	border: 1px solid #799900;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.link_fpass{
	color:  #007197 ;
	opacity: 80%;
	font-size: 0.7em;
	outline: none !important;
	font-weight: bold;
	float: right;
	text-decoration: none;
	
}

.link_fpass:hover{
	color:  #005276 ;
	font-weight: bold;
}


.link_reg{
	color:  #007197 ;
	opacity: 80%;
	font-size: 1em;
	font-weight: bold;
    text-decoration: none;
}

.link_reg:hover{
	color:  #005276 ;
}

.links_regpass{font-size: 0.8em;}

/*Password reset----------------------------------------------------------------------------------------*/

.password_reset{
	align-items: center;
	padding-top:15px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

.pass_reset{
	border: 1px solid #ccc;
	border-radius: 25px;
	height: 30px;
	width: 180px;
	padding-left: 15px;
	
}

.pass_reset:focus {
	outline: none;
	border: 1px solid #799900;
	opacity: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.btn_reset_pass{
	position: absolute;
	left:24%;
	border-radius: 25px;
	height: 20px;
	width: 150px;
	border: none;
	background-color: #007197;
	color: white;
	outline: none;
	text-align: center;
	padding: 5px;
	text-decoration: none;
}
.btn_reset_pass:hover{
	border: none;
	background-color: #007197;
	color: white;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* email link  --------------------------------------*/

.reset_password{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #e5f9ff;
	width: 650px;
	height: 300px;
	border-radius: 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.email_reset{
	align-items: center;
	padding-top:15px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;

}

.user_email{
	position: absolute;
	left:15%;
	top:62%;
	border: 1px solid #ccc;
	border-radius: 25px;
	height: 30px;
	width: 450px;
	padding-left: 15px;
	
}

#msg_email{
	position: absolute;
	left:12%;
	
}

.user_email:focus {
	outline: none;
	border: 1px solid #799900;
	opacity: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

#btn_user_email{
	position: absolute;
	left:25%;
	top:80%;
	border-radius: 25px;
	height: 30px;
	width: 300px;
	border: none;
	background-color: #007197;
	color: white;
	outline: none;
}
#btn_user_email:hover{
	width: 300px;
	border: none;
	background-color: #007197;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.links_regpass{
	text-align: center;
}

@media only screen and (max-width:420px){
	*{
	font-family: Corbel;
}

.login{
    position: relative;
    transform: translate(0%, 0%);
    top: auto;
    left: auto;
    width: auto;
    height: 700px;	
}
.login_form {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 75px;
    padding-right: 75px;
}
#toggle {
	display: none;
}

}

.FilterDropDownBox2{
	background-color: #007197;
    color: white;
    width: 150px;
    border: none;
    font-size: 14px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    appearance: button;
    outline: none;
    border: 1px solid #007197;
    border-radius: 15px;
    padding: 3px;
}
