﻿#login-modal {
    display: block; 
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050; 
}
.form-group {
    display: flex;
    justify-content: center; 
}

.input-responsive {
    width: 100%; 
    max-width: 300px; 
    height: 40px; 
}
.input-responsive2 {
    width: 100%; 
    max-width: 300px; 
    height: 40px; 
}
.btn-login {
   /* width: 100%; */
    max-width: 300px; 
    height: 40px; 
}
.title-section {
    font-weight: bold; 
    color: white;
}
.login-page .form-group {
    display: flex;
    justify-content: center;
}

.login-page .input-responsive,
.login-page .input-responsive2,
.login-page .btn-login {
    width: 100%;
    max-width: 300px;
    height: 40px;
}

.login-page .title-section {
    font-weight: bold;
    color: white;
}
