
body{
    background-image: url(../img/xx.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}
.full-height {
    background: #74b2f458;
    background-attachment: fixed;
    height: 100vh; 
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; 
}
.container{
    width: 28%;
    background-color: white;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 5px 0 rgba(240, 240, 240, 0.3);
    animation: transitionIn-Y-over 0.5s;
    margin: 6%;
}


td{
    text-align: center;

}
.header-text{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;

}

.sub-text{
    font-size: 15px;
    color: rgb(138, 138, 138);
}

.form-label{
    color: rgb(44, 44, 44);
    text-align: left;
    font-size: 14px;
}
.label-td{
    text-align: left;
    padding-top: 10px;
}

.hover-link1{
    font-weight: bold;
}


.hover-link1:hover{
    opacity: 0.8;
    transition: 0.5s;


}.login-btn{
    margin-bottom: 15px;
    width: 100%;
}
.kembali{
    color: aliceblue;
    position: absolute;
    top: 87%;
    left: 39%;
    transform: translate(-50%, -50%);
}

html {
    scroll-behavior: smooth;
}