html, body {
    height: 100%;
    margin: 0;
    align-content: center;
}


.body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    align-content: center;
}

.login-box-body{
    background-color: #eef2f5;
    height: auto;
    margin: 0;
    padding: 10px;
}

.login-logo {
    margin-bottom: 0px;
    font-size: 32px;
}

.login-logo a {
    color: #333;
}

.login-box {
    background: white;
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin: 0;
    justify-self: center;
}

.login-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.col-xs-8 {
    justify-items: left;
}

.col-xs-4 {
    padding-top: 10px;
    width: 100%;
}

.btn.btn-flat {
    border-radius: 0.5rem;
    background-color:#357bd8;
    width: 100%;
    padding: 1rem;
    background-color: #4a90e2;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn.btn-flat:hover {
    background-color: #357bd8;
}