html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.login-page {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.font-all {
    justify-content: center;
    --bs-gutter-x:0;
}

.font-img {
    width: 510px;
    justify-content: left;
}

.img-style {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 510px;
    justify-content: left;
}

body {
    background-image: url("/background.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.style-card {
    background-color: white;
    width: 510px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.img-logon-unisoft {
    width: 45%;
    margin-top: 35%;
    text-align: right;
}

.style-logo-unisoft {
    text-align: right;
}

.font-logo-unisoft {
    height: 33%;
}

.text-ht {
    text-align: left;
    margin-top: 30%;
}

b {
    font-size: 25px;
    color: #7CA2D1;
}

p {
    color: #7CA2D1;
    font-weight: 500;
}

.form-control {
    border-radius: 15px;
}

.form-input-username,
.form-input-password {
    text-align: center;
    width: 85%;
    border-radius: 15px;
}

.form-input-password {
    margin-top: 5%;
}

.center-form-input {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.input-icon {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-icon .icon {
        position: absolute;
        left: 10px;
        width: 20px;
        height: 20px;
    }

    .input-icon input {
        padding-left: 40px;
        box-sizing: border-box;
    }

.font-label-tt {
    width: 92%;
    margin-top: 2%;
}

.align-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.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;
}


.footer-container {
    background-color: #DCDCDC;
    padding: 2px 0;
    text-align: center;
    width: 100%;
    border-bottom-right-radius: 10px;
    height:13%
}

.footer-form {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form-style {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 556px;
    width: 510px;
}

.icon-login {
    width: 70px;
    height: 70px;
    text-align: right;
    margin-right:5px
}


.text-tv {
    margin-top: 5%;
    color: #027185;
    margin-bottom: 0.2em;
    font-size: 14px
}

.text-lh {
    color: #f5a623;
    font-size:15px
}

.text-title {
    margin-top: 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}




