.login_flex{
	margin-top: 50px;
	margin-bottom: 90px;
	height: 590px;
	display:flex;
}

.login_div{
	width: 50%;
	box-shadow: 0px 0px 10px #9c9a9a;
	border-bottom: 20px solid #fee91e;
	margin-top: 5px;
	margin-left: 5px;
}

.login_inner{
	margin: 50px
}

.title_text{
	font-weight: bold;
	font-size: 28px;
}

.yellow_bottom{
	margin-top: 50px;
	margin-bottom: 34px;
	width: 55px;
	height: 5px;
	margin-left: 0px;
	border: none;
	background-color: #fee91e;
}
.text_desc{
	font-size: 15px;
	color: #767676;
	margin-bottom: 45px;
	height: 20px;
}

.grey_input{
	border: none;
	background-color: #e3e3e3;
	height: 50px;
	padding-left: 20px;
	font-size: 15px;
	margin-bottom: 13px;
	text-transform: uppercase;
	width: 96%;
}
.grey_input_password{
	text-transform: none;
}
.login_inner_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px
}
.login_inner_flex span{
	color: #767676;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
}
.signin_btn{
	background-color: white;
	border: 1px solid black;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding: 14px;
	cursor: pointer;
}

.signin_btn:hover{
	background-color: black;
	color: white;
}

.register_div{
	width: 50%;
	margin-top: 5px;
}
.create_btn{
	background-color: black;
	border: none;
	color: white;
	padding: 14px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	float: right;
	margin-top: 30px;
}

.create_btn:hover{
	background-color: white;
	color: black;
	border: 1px solid black
}

.error_message{
	background-color: #fee91e;
	color: #767676;
	margin-top: 10px;
	padding: 5px;
	width: 95%;
	font-size: 15px;
	font-weight: bold;
}

.cart_client{
	background-color: #fee91e;
	color: black;
}

.hide_div{
	display: none
}
.reset_pass_div{
	justify-content: center;
}

@media all and (max-width: 450px){
    .login_flex{
        flex-direction: column;
    }
    .register_div,.login_div{
        width: 100%;
    }
    .login_div{
        margin-left: 0px;
        box-shadow: none;
    }
    .product_detail_container_login{
        height: 1190px;
    }
    .login_inner{
        margin-left: 5%;
        margin-right: 9%;
    }
    .error_message{
        position: relative;
        top: 40px;
        width: 100%;
    }
    .login_inner_flex{
        width: 106%;
    }
    .register_inner{
        margin-right: 4%;
    }
    .register_inner .grey_input{
        width: 94%;
    }
    .login_div_reset{
        width: 100% !important;
    }
}
