﻿


.form-style input{
	border:0;
	height:50px;
	border-radius:4px;
	border: 1px solid #dee2e6 !IMPORTANT;
}
.form-style input:focus{
    /* border-bottom: 1px solid #007bff; */
    box-shadow: none;
    outline: 0;
    /* background-color: #ebebeb; */	
}
.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	color:#ccc;
}
.form-style button{
height:50px;	
}
.sideline:before,
.sideline:after {
    content: '';
    border-top: 1px solid #dee2e6;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.sideline:after {
    margin: 0 0 0 20px;
}


.abc:hover {
  background: #016aa7!important;


  /* Thêm các thuộc tính cần reset tuỳ theo CSS bạn đang dùng */
  background: #e88a27;
  background-image: url(/Media/NewImage/navbar-bg.png) !important;
}