:root{
    --biru-tua: #03325b;
    --muted : #767A8A;
}

.auth-left{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color:var(--biru-tua);
    padding: 0px !important;
}


.auth-left .owl-carousel {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.auth-left .owl-carousel::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: rgb(0,230,161);
    background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.auth-left .owl-carousel img {
    width: 100%;
    height: 100vh;
    opacity: 0.3;
    filter: grayscale(1);
    object-fit: cover;
}

.auth-right{
    position: relative;
    width: 100%;
    height: 100vh;
}

.auth-right .card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    border: none;
}

.auth-right .auth-header{
    text-align: center;
}

.auth-right .auth-header > img {
    width: 250px;
}

.auth-right .auth-header h1{
    font-weight: 700;
    font-size: 20px;
}

.auth-right .form-group{
    position: relative;
}

.auth-right .form-group label{
    position: absolute;
    top: 8px;
    font-size: 14px;
    left: 6px;
    z-index: 99;
    color: var(--muted);
    transition: 0.3s ease-in-out;
}

.auth-right .form-group input {
    border: none;
    border-bottom: 1px solid #03325b5c;
    border-radius: 0px;
}

.auth-right .form-group input:focus
{
    box-shadow: none;
}


.auth-right .form-group input::placeholder{
    color: transparent;
}

.auth-right .form-group input:focus + label,
.auth-right .form-group input:not(:placeholder-shown) + label {
  top: -15px;
  font-size: 12px;
  color: #555;
  background-color: #fff;
  padding: 0 5px;

}

.auth-right .form-group .input-group-text {
    border: none;
    border-bottom: 1px solid #03325b5c;
}


.auth-right #btn-login-google img{
    width: 20px;
    aspect-ratio: 1/1;
    margin-right: 3px;
}
