body {
    font-family: 'Roboto', sans-serif;
}


.font-all {
    --bs-gutter-x: 0;
    height: 100%;
    padding:0;  
    margin:0;
}

.full-container {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.col-xl-8 {
    overflow: hidden;
    height: 100%;
    padding: 0;
}



.img-style {
    max-width: 100%;
    max-height: 100%;
    width: 100%; 
    height: 100%; 
    display: block;
    margin: 0 auto;
    z-index: 1; 
    background-color: rgba(0,0,0,0.1);
}

.font-logo-unisoft {
    margin-top:10px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-ht {
    text-align: center;
    margin-bottom: 5%;
    width: 100%;
    display: block;
    font-family: sans-serif;
    font-size: 25px;
    color: #333333;
    line-height: 1.5;

}

.form-input-username,
.form-input-password {
    text-align: center;
    width: 85%;
    border-radius: 15px;
}
/*.img-logon-thienan{
    width:50%
}*/

.form-control {
    border-radius: 10px;
}

.center-form-input {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.input-icon{
    text-align:left;
}
.icon {
    padding-bottom: 5px;
}

.label-style {
    font-size: 18px;
    padding-bottom: 2px;
}

.form-input-password {
    margin-top: 3%;
}

.btn-login {
    text-align: center;
    width: 85%;
    border-radius: 5px;
    background-color: #6675df;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: 1px solid #6675df;
    margin-top: 8%;
    height: 40px;
    color: white;
    font-weight: 500;
}

.welcome-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff, #d9e6f2);
    color: #333;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}

.title {
    font-size: 2.5rem;
    margin: 0;
    font-weight: bold;
    color: #004080;
}

.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.subtitle {
    font-size: 1.2rem;
    margin: 20px 0;
    color: #555;
}

.cta-buttons {
    margin-top: 30px;
}

.footer {
    margin-top: 50px;
    font-size: 0.8rem;
    opacity: 0.8;
    color: #555;
}

/*
  * Custom styles for the /Account/* pages
    */

.account-background-page {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, #d9e6f2); /* Màu nền gradient */
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
}

.text-center {
    text-align: center;
}

.account-container {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.form-button {
    width: 100%;
    padding: 8px 12px; /* Reduced padding */
    background-color: dodgerblue;
    color: white;
    font-size: 14px; /* Reduced font size */
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}