html, body {
    height: 100%;
	width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
  background-image: radial-gradient(circle at center center, transparent,rgb(0,0,0)),linear-gradient(292deg, rgba(157, 157, 157,0.05) 0%, rgba(157, 157, 157,0.05) 50%,rgba(176, 176, 176,0.05) 50%, rgba(176, 176, 176,0.05) 100%),linear-gradient(272deg, rgba(73, 73, 73,0.05) 0%, rgba(73, 73, 73,0.05) 50%,rgba(98, 98, 98,0.05) 50%, rgba(98, 98, 98,0.05) 100%),linear-gradient(230deg, rgba(222, 222, 222,0.05) 0%, rgba(222, 222, 222,0.05) 50%,rgba(175, 175, 175,0.05) 50%, rgba(175, 175, 175,0.05) 100%),linear-gradient(286deg, rgba(175, 175, 175,0.05) 0%, rgba(175, 175, 175,0.05) 50%,rgba(37, 37, 37,0.05) 50%, rgba(37, 37, 37,0.05) 100%),linear-gradient(160deg, rgba(14, 14, 14,0.05) 0%, rgba(14, 14, 14,0.05) 50%,rgba(129, 129, 129,0.05) 50%, rgba(129, 129, 129,0.05) 100%),linear-gradient(72deg, rgba(26, 26, 26,0.05) 0%, rgba(26, 26, 26,0.05) 50%,rgba(202, 202, 202,0.05) 50%, rgba(202, 202, 202,0.05) 100%),linear-gradient(14deg, rgba(254, 254, 254,0.05) 0%, rgba(254, 254, 254,0.05) 50%,rgba(23, 23, 23,0.05) 50%, rgba(23, 23, 23,0.05) 100%),linear-gradient(60deg, rgba(194, 194, 194,0.05) 0%, rgba(194, 194, 194,0.05) 50%,rgba(16, 16, 16,0.05) 50%, rgba(16, 16, 16,0.05) 100%),radial-gradient(circle at center center, rgb(251,6,16),rgb(251,6,16));
}
.sysadmin1 {
    font-size: 18px;
	    color: #bbb;
	padding: 0.5em;
}
#xlogin {
	width: 100%;
	max-width: 780px;
	text-align: center;
	padding-top: 0px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 20px !important;
}

#xlogin h1 {
	
    margin-top: -100px !important;
    font-weight: 700;
}

#xlogin .eroore {
	font-weight: 700;
	margin-bottom: 15px;
	color: #F00;
}

#xlogin h3 {
    font-size: 18px;
    color: #bbb;
    margin-bottom: 20px;
}


.form-control {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    outline: none;
}

.form-group {
    margin-bottom: 20px;
}

.button78 {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #444;
    background: rgb(245, 245, 245);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.button78:hover {
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    border-color: rgb(198, 198, 198);
    color: #181818;
}

.button78:active {
    background: rgb(238, 238, 238) linear-gradient(rgb(238, 238, 238), rgb(224, 224, 224));
    border-color: rgb(204, 204, 204);
    color: #333;
}
@media only screen and (max-width:758px) {
	.new_tab_bo {
	width: 95%;
}
.sysadmin1{
	font-size:1em;
	]
}
}