.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.bg-linkage {
    background-image: url('../img/background/sky-background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.bg-linkage,
.bg-login {
   display: flex;
   align-items: center;
    align-content: center;
    justify-content: center;
}

.bg-linkage .bg-linkage-box .img-logo img{
    background-color: #dfeff9cb;
    border-radius: 10px;
    padding: 20px;
  
 }
 


 .bg-login {
    height: 100vh;
 }

 .row {
    --bs-gutter-x: 0px !important;
 }

 .btn-linkage {
    color: white;
    background-color: #004571;
    width: 100%;
 }

 .bg-linkage-box .img-logo {
 display: flex;
 justify-content: center;
 align-items: center;
}

 .bg-linkage-box .img-logo img{
    width: 50%;
 }