body {
    background: linear-gradient(to right, #e5eefd, #e5eefd);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.image-side img {
    max-width: 400px;
}

.login-box {
    background-color: #333649;
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
}

.logo {
    width: 80px;
}

h4 {
    color: #0d6efd;
    font-weight: 600;
}

.form-label {
    font-weight: 500;
}

.btn-primary {
    background-color: #0d6efd;
    border: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #0a58ca;
}

input.form-control {
    border-radius: 8px;
}

input.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 5px rgba(13,110,253,0.5);
}

small {
    color: #999;
}

@media (max-width: 768px) {
    .image-side img {
        max-width: 250px;
    }
}

label {
    color: #0dcaf0;
    position: absolute;
    margin-bottom: -3px;
    transition: 0.3s ease-out;
    padding: 16px 7px;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
input {
    height: 48px;
    border-radius: 5px;
    padding: 3px 9px 3px 25px;
    color: #b7b2be;
    width: 100%;
    margin-bottom: 10px;
}

button {
    background: linear-gradient(13deg, #0d6efd, #0dcaf0);;
    padding: 7px 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif !important;
    font-size: 1.05em;
    color: var(--violeta0);
    text-transform: uppercase;
    border: none;
    margin: 12px 0;
    width: 100%;
    cursor: pointer;
    transition: ease-in-out 0.25s;
    content: "";
}

button:hover{
    background: linear-gradient(13deg, #0dcaf0, #0d6efd);
    padding: 7px 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif !important;
    font-size: 1.05em;
    color: white;
}
.logo{
    width: 66px;

}