.login-box{
    max-width: 400px;

    margin-right: auto;
    margin-left: auto;

    background: #eee;
}



.login-header{
    background-color: var(--red);
    padding: 0.2em;
    border-radius: 0.5em 0.5em 0 0;
    margin: 0;
    height: 50px!important;
    text-align: center;
    font-size: 190% !important;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txttop{
    margin-bottom: 16px;
}


.login-body{
    padding: 1.5em;
    border-radius: 0 0 0.5em 0.5em ;
}

.btn_login{
    cursor: pointer;
    background: var(--red);
    border: none;
    color: #fff;
    padding: 0.5em;
    border-radius: 5px;
    margin-top: 1em;
    width: 100%;
}

.btn_login:hover{
    color: white;
}