
.logo-img {
    width: 100px;
    height: auto;
}



.login-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f6f9;
}


.login-card {
    width: 380px;
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0px 10px 30px rgba(0,0,0,.15);
}



.logo-text {
    color: white;
    font-size: 20px;
    font-weight: bold;
}


.login-card .form-control {
    height: 45px;
}


.login-card .btn-primary {
    height: 45px;
    font-size: 16px;
    font-weight: bold;
}
