* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
.login-main {
    position:relative;
    width: 100%;
    height: 100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:1;
}


.login-label {
    border-radius: 10px 10px 0px 0px;
}

.register-link{
    text-decoration:none;
}

.login-images {
    width: 100%;
    height: 100vh;
    background-image: url(/app-img/bg-img.png);
    background-repeat:no-repeat;
    background-position:center;
    left:0;
    top:0;
    position: absolute;
    z-index: 0;
    opacity:0.6;
}
 