body{
    font-family: 'Quicksand', sans-serif !important;
}
/*PHAN HEADER*/
.menu-top {
    background-color: #8CC889;
    height: 30px;
}
.menu-top ul {
    display: inline-block;
}
.menu-top ul li {
    display: inline-block;
    margin-right: 33px;
    list-style: none;
}
.menu-top ul li p {
    display: inline-block;
    font-size: 10px;
    color: #000000;
}
.menu-logo {
    padding: 15px 0;
}
.menu-logo h1 {
    font-size: 0;
    line-height: 40px;
    margin-bottom: 0;
}
.icon {
    background-color: white;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
}

/*--------------------*/
#login{
    background-image: url('../Image/banner1.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #4D4D4D;
}
#login>div{
    border-radius: 20px;
}
.main-image{
    border-radius: 20px 0 0 20px;
}
.main-image img{
    object-fit: cover;
    transform: translateX(-14%);
}
#login h2{
    color: #009939;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
#login button{
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 25px;
    margin: 0 5px;
}
.myBtn{
    color: #fff !important;
    background-color: #00A24B;
}
.myBtn2{
    color: #989898 !important;
    background-color: #ECF7F4;
}
button:hover{
    opacity: 0.7;
}
#login .form-group span{
    color: #006837;
}
#login input{
    padding: 15px 30px;
}
.fa-eye-slash{
    display: none;
}
.input-group{
    position: relative;
}
.input-group-append{
    position: relative;
    z-index: 9999;
}
@media screen and (max-width: 768px) {
    .main-image{
        border-radius: 20px 20px 0 0;
        background-image: url('../Image/5KPYiQ.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        background-position: bottom center;
    }
    .main-image img{
        display: none;
    }
    .menu-top ul li p:not(.icon) {
        display: none;
    }
    .menu-top ul li {
        margin-right: 0;
    }
}