@media (min-width:1200px){
	body{
	background:url(loginimage.jpg);
	background-size:100% ,100%;
}
.loginform{
	width : 100%;
	
	
		
	
	
}
.formbox{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	width:300px;
	position:relative;
	
	top: 40px;
	background:#0004;
	
	border : 2px solid blue;
}
.formheader{
	color:white;
	font-family: 'Actor';
	text-align:center;
}
.formuser{
	color:white;
	font-size:25px;
}

.formuserin{
	width:260px;
	height:35px;
	color:white;
	font-family: 'Actor';
	font-size:20px;
	background:#fff5;
	
}
.formpass{
font-size:25px;
color:white;
}
.formpassin{
	width:260px;
	height:35px;
	color:white;
	font-family: 'Actor';
	font-size:20px;
	background:#fff5;
}
.loginsubmit{
	width:auto;
	font-size:23px;
	background:blue;
	
	color:white;
	padding:10px;
	font-family: 'Actor';
}
.loginsubmit:hover{
width:auto;
	font-size:23px;
	background:red;
	
	color:white;
	font-family: 'Actor';

}


.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #000;
	font-size:24px;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
	animation: glowing 20s linear infinite;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

}







@media (max-width:1200px){
	body{
	background:url(loginimage.jpg);
	background-size:100%100%;
	background-repeat:no-repeat;
}
.loginform{
	width : 100%;
	
	
		
	
	
}

.formbox{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	width:300px;
	position:relative;
	
	top: 40px;
	background:#0004;
	
	border : 2px solid blue;
}
.formheader{
	color:white;
	font-family: 'Actor';
	text-align:center;
}
.formuser{
	color:white;
	font-size:25px;
}

.formuserin{
	width:260px;
	height:35px;
	color:white;
	font-family: 'Actor';
	font-size:20px;
	background:#fff5;
	
}
.formpass{
font-size:25px;
color:white;
}
.formpassin{
	width:260px;
	height:35px;
	color:white;
	font-family: 'Actor';
	font-size:20px;
	background:#fff5;
}
.loginsubmit{
	width:auto;
	font-size:23px;
	background:blue;
	
	color:white;
	padding:10px;
	font-family: 'Actor';
}
.loginsubmit:hover{
width:auto;
	font-size:23px;
	background:red;
	
	color:white;
	font-family: 'Actor';

}


.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #000;
	font-size:24px;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
	animation: glowing 20s linear infinite;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

}



@media (max-width:760px){
body{
	background:url(loginimage.jpg);
	background-size:100%100%;
	background-repeat:no-repeat;
}
.loginform{
	width : 100%;
	
	
		
	
	
}

.formbox{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	width:300px;
	position:relative;
	
	top: 40px;
	background:#0004;
	
	border : 2px solid blue;
}
.formheader{
	color:white;
	font-family: 'Actor';
	text-align:center;
}
.formuser{
	color:white;
	font-size:25px;
}

.formuserin{
	width:260px;
	height:35px;
	color:white;
	font-family: 'Actor';
	font-size:20px;
	background:#fff5;
	
}
.formpass{
font-size:25px;
color:white;
}
.formpassin{
	width:260px;
	height:35px;
	color:white;
	font-family: 'Actor';
	font-size:20px;
	background:#fff5;
}
.loginsubmit{
	width:auto;
	font-size:23px;
	background:blue;
	
	color:white;
	padding:10px;
	font-family: 'Actor';
}
.loginsubmit:hover{
width:auto;
	font-size:23px;
	background:red;
	
	color:white;
	font-family: 'Actor';

}


.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #000;
	font-size:24px;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
	animation: glowing 20s linear infinite;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
}

@media (max-width:400px){
	body{
	background:url(loginimage.jpg);
	background-size:100%100%;
	background-repeat:no-repeat;
}
.loginform{
	width : 100%;
	
	
	
}
.formbox{
	width:90%;
	position:relative;
	
	top: 150px;
	background:#0006;
	
	border : 2px solid blue;
}
.formheader{
	color:white;
	text-align:center;
	font-size:20px;
}
.formuser{
	color:white;
	font-size:25px;
}

.formuserin{
	width:90%;
	height:35px;
	color:white;
	font-family: 'Actor';
	font-size:20px;
	background:#fff5;
	
}
.formpass{
font-size:25px;
color:white;
}
.formpassin{
	width:90%;
	height:35px;
	color:white;
	font-family: 'Actor';
	font-size:20px;
	background:#fff5;
}
.loginsubmit{
	width:auto;
	font-size:23px;
	background:blue;
	
	color:white;
	padding:10px;
	font-family: 'Actor';
}
.loginsubmit:hover{
width:auto;
	font-size:23px;
	background:red;
	
	color:white;
	font-family: 'Actor';

}


.glow-on-hover {
    width: 80%;
    height: 50px;
    border: none;
    outline: none;
    color: #000;
	font-size:22px;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
	animation: glowing 20s linear infinite;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

}