@@ -14,12 +14,14 @@ | |||||
flex-direction: column; | flex-direction: column; | ||||
.login-bg-img { | .login-bg-img { | ||||
height: 800px; | |||||
width: 800px; | |||||
padding: 5%; | padding: 5%; | ||||
@include center(); | @include center(); | ||||
img { | img { | ||||
height: 100%; | |||||
width: 100%; | |||||
height: 800px; | |||||
width: 800px; | |||||
object-fit: contain; | object-fit: contain; | ||||
} | } | ||||
} | } | ||||