.loginBox{
	position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 380px;
    height: 250px;
    padding: 26px 25px;
    box-sizing: border-box;
	border-color: red;
    background-color: rgb(255, 255, 255) !important;
    opacity: 10;
    border-radius: 10px;
	border-color: red !important;
}

.login-logo{
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
	height: 230px;
	box-sizing: border-box;
}

.loginBox button[type="submit"]{

	height:40px;
	color:#ffffff;
	font-size:16px;
	cursor:pointer;
	border-radius:5px;
}

.login-box-msg{
	color:rgb(170, 162, 162);
}

@media(max-width:480px){
	form{
		width:100%;
	}
}
	