@@ -2,7 +2,7 @@ | |||||
position: relative; | position: relative; | ||||
height: 100vh; | height: 100vh; | ||||
width: 100%; | width: 100%; | ||||
overflow: hidden; | |||||
/* overflow: hidden; */ | |||||
@include center(); | @include center(); | ||||
.login-con { | .login-con { | ||||
@@ -15,13 +15,12 @@ | |||||
.login-bg-img { | .login-bg-img { | ||||
height: 800px; | height: 800px; | ||||
width: 800px; | |||||
padding: 5%; | |||||
width: 100%; | |||||
@include center(); | @include center(); | ||||
img { | img { | ||||
height: 800px; | height: 800px; | ||||
width: 800px; | |||||
width: 100%; | |||||
object-fit: contain; | object-fit: contain; | ||||
} | } | ||||
} | } | ||||
@@ -38,6 +37,7 @@ | |||||
.popup { | .popup { | ||||
padding: 60px; | padding: 60px; | ||||
.login-text { | .login-text { | ||||
padding: 5px; | |||||
margin-top: 30px; | margin-top: 30px; | ||||
font-size: 48px; | font-size: 48px; | ||||
} | } | ||||