html {
    overflow-x: hidden;
}
.auth-wrapper{
    height: 100vh;
    overflow-x: hidden !important;
}

.auth-form{
    background:#fff
}

.auth-detail{
    background:#F5F6FA
}

.auth-desc p{
    font-size: 18px !important;
}
.auth-desc {
    margin-top:30px
}
.auth-form{
    border-left:1px solid #d9d9d9
}
.navbar-login{
    background:white;
    border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 890px) {
    .auth-form{
        border-left:none;
    }
    .navbar-login img{
        width:30% !important
    }

    .auth-content{
        display: none !important;
    }
}
.navbar-login img{
    width:20%
}

.photo-form img{
    max-width:300px;
    max-height:350px;
    object-fit: cover;
    border:1px solid #b3b3b3;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

.photo-rumah img {
    width:100% !important;
    height:200px !important;
}

.photo-form {
    border:1px
}

.red{
    color:red
}

#perkembangan-notfound {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align:center;
}

#perkembangan-notfound img {
    height: 300px;
    
}

.bg-yellow{
    background-color: yellow;
}