

.login{
    border: 1px solid blue;
	top: 27%;
	left: 30%;
	height: 300px;
	width: 40%;
	position: fixed;
	
}

input.lgn{
    width: 200px;
}
th.lgn{
    width: 100px;
    padding-right: 20px;
}

.masuk{
	text-align: left;
	top: -100;
	left: 15%;
	height: 40%;
	width: 70%;
	position: absolute;
	font-style: times new roman;
	
}

.msk{
	font-size: 20px;
	text-decoration: underline;
	text-align: center;
}

.bglogin{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: -1;

}

.logologin{
	display: flex;
	justify-content: center;
	width: 80px;
	margin: auto;
	align-items: center;
}

.go{
	position: fixed;
	background: skyblue;
	border-radius: 8px;
	right: 50%;
}

.btl{
	text-decoration: none;
	color: red;
	margin-left: 60%;
}

@media (max-width: 768px){
    .login {
        position: absolute;
        left: 10%;
        right: 10%;
        width: 80%;
        margin: 0;
        font-size: 16px;
    }
    .masuk{
        position: absolute;
        left: 0;
         width: 70%;
        margin: 0;
        padding: 15px;
        font-size: 16px;
    }
    .masuk img{
        margin-left: 45%;
        margin-top: -30px;
    }
    .masuk p{
        margin-left:30%;
        margin-top: 10px;
    }
    .masuk input{
        width: 130px;
    }
    
    
    .go{
    background: skyblue;
	border-radius: 8px;
	right: 60%;
    }

    .btl{
	text-decoration: none;
	color: red;
	margin-left: 80%;
    }
}