.feature-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    min-height: 180px;
}

.feature-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    display: inline;
}

.form-section {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}
.logo img{
    width: 200px;
    display: inline;
}
.btn-register {
    background-color: #28a745;
    color: #fff;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 21px;
}

.btn-register:hover {
    background-color: #218838;
}

.form-section{
    width: 100%;
}
.form-section .input-group {
    background: #f5f5f5;
    border-radius: 30px;
}
.form-section .input-group span{
    border: 0px;
    background: none;
}

.bg-login{
    background: url(../images/dau-tu-phat-trien-va-kinh-doanh.jpg) no-repeat center top;
    background-size: cover;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.form-container {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.input-group-text {
    background-color: #f8f9fa;
}

.btn-custom {
    background-color: #2fa34d;
    color: #fff;
}

.btn-custom:hover {
    background-color: #278c40;
}

.bg-login h1.title{
    color: white;
    font-size: 60px;
    text-shadow: 0px 0px 7px #000;
}

.bg-content-left{
    border-radius: 20px;
    border: 1px #fff solid;
    padding: 30px;
    font-size: 20px;
    line-height: 1.67;
}

.info-login{}
.info-login .info{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    color: white;
}
.info-login  .icon{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: white;
}
.info-login  .icon i{
    color: black;
}
