*{
    margin: 0;
    padding: 0;
}

html, body{
    height: 100%;
}

.login{
    background: url('../inc/img/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

.wrapper{
    flex-grow: 1;
    padding: 0;
}

.input-wrapper label{
    padding: 0;
    margin-bottom: 2px;
}

.reg-header h2{
    color: #DDDDDD;
    z-index: 999999;
}
.login-body h4{
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(59, 58, 58);
    text-align: center;
}

.bottom-buttons{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bottom-buttons a{
    display: block;
    width: 100%;
    text-decoration: none;
    margin: 0;
    border-radius: 4px;
   
}

.signup-button{
    background-color: rgb(70, 70, 138);
    color: white;
    border-color: rgb(70, 70, 138);
    border-radius: 4px;
}

.touchmenu-button{
    background-color: #e3e2e2;
    border-radius: 4px;
    border-color: #d5d5d5;
}

.signup-button, .touchmenu-button{
    width: 100%;
    margin: 0;
    cursor: pointer;
    padding: 2px;
}


.footer{
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.footer-text{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}