
body, html{
	font-family: "splunk_data_sans_proregular", Helvetica, Arial, sans-serif!important;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
	-webkit-font-smoothing: antialiased !important;
	color: #231f20 !important;
	width: 100% !important;
	height: 100% !important;
	scroll-behavior: smooth;
	background-color:#fff!important; 
	
}
.my-animate {
  --animate-duration: 1.0s;
}

.splunk-icons{
	width: 50px;
}

p {
	font-family: "splunk_data_sans_proregular", Helvetica, Arial, sans-serif!important;
	font-weight: 400;
	color: #363c44!important;
	font-size:18px;
	line-height: 25px;
	margin:0 0 20px;
}





h1{
	font-family: "splunk_data_sans_probold", Helvetica, Arial, sans-serif!important;
	font-weight: 700;
	color: #fff!important;
    font-size: 45px;
    line-height: 50px;
    -webkit-font-smoothing: antialias;
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 0px
	

}

h2{
	font-family: "splunk_data_sans_probold", Helvetica, Arial, sans-serif!important;
	font-weight: 700;
	color: #000!important;
	font-size:28px !important;
	line-height:36px !important;
	margin-top:0 !important;
	margin-bottom:20px !important;
	
}
h3{
	font-family: "splunk_data_sans_promedium", Helvetica, Arial, sans-serif!important;
	font-weight: 500;
	color: #000!important;
	font-size:24px !important;
	line-height:29px !important;
	margin-top:30px !important;
	margin-bottom:30px !important;
	
}

.callout{
	font-family: "splunk_data_sans_promedium", Helvetica, Arial, sans-serif!important;
	font-weight: 500;
	color: #ce0070!important;
	font-size:18px;
	line-height: 25px;
	
}

h4{
	color: #fff!important;
	font-size:34px;
	line-height: 58px;
	margin:0 0 10px;
}

h5{
	
	font-family: "splunk_data_sans_probold", Helvetica, Arial, sans-serif!important;
	font-weight: 700;
	color: #0c1724!important;
	font-size:18px !important;
	line-height:20px !important;
	margin-top:0 !important;
	margin-bottom:5px !important;
}

link, visited, active{
	text-decoration:none;
}
	
hover{
	text-decoration:none;
}


.row{
	width:100%;
	margin:0;
	padding:0;
	
}



.gradient-row{
	overflow: hidden;
	background-image: linear-gradient(135.0deg, rgba(0, 0, 0, 1.0) 0%, rgba(32, 0, 63, 1.0) 100%);

    
}

.hero-logo{
	width: 150px;
	padding-bottom: 75px;
}

.hero-img
{
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-image: url("../img/splunk_bg1.png"); /* The image used */
	height: 500px; 
	width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.hero-row{ 
	padding: 100px 0px;
 	margin: 0px 0px;
	height: auto;
		
}

.hero-txt
{
	margin-top: 30px;
}

.container{
 	max-width: 1400px;
 }

.inner-container{
	max-width: 1400px;
}


.box-container1{
	background-image: linear-gradient(155.0deg, rgba(255, 15, 123, 1.0) 5%, rgba(255, 113, 43, 1.0) 60%, rgba(255, 171, 15, 1.0) 82%);
	padding: 5% 5%;
	    border-radius: 8.5px;
   
	
}

.box-container2{
	background-color: #f0f3f7;
	padding: 0% 2%;
	margin-bottom: 50px;
    border-radius: 8.5px;
   
	
}

.white-container{ 
	padding: 0px 0px;
	background-color: #fff;
	
}



.header2{
	width:100%;
	margin:0;
	overflow:hidden;
 	padding: 20px 0px;
	background-color: #fff;
}

.padding1{
	padding:0 5em;
	box-sizing:border-box;
}

.margin-bottom{
	margin-bottom:100px;
}

.logos{
	width:450px;
	margin: 0 auto;
	padding:0;
}	

.home-logos{
    width:150px;
	margin: 0 auto;
	padding:0;
	}

.bottom-line{
	border-bottom:solid 1px #ffffff;
	margin-bottom: 20px;
	padding-top: 10px;
}


hr.line1 {
  border: 2px solid #d1d8e2;
  border-radius: 0px;
	margin-bottom: 15px;
	margin-top: 55px;
}


.code{
	color: #000!important;
	font-size:22px !important;
	margin-top:0 !important;
	line-height:36px !important;
	font-weight:600;
}

.badcode{
	color: #000!important;
	font-size:16px !important;
	margin-top:0 !important;
	line-height:26px !important;
	font-weight:600;
}




.white-txt{
	color: #ffffff!important;
}

.white-txt-small{
	color: #ffffff!important;
	font-size:14px !important;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 5px;
}

.txt-small{
	color: #000!important;
	font-size:14px !important;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 5px;
}

.txt-small-footer{
	color: #656c76!important;
	font-size:12px !important;
	line-height: 14px;
		
}

.white-txt-form{
	color: #ffffff!important;
	font-size:14px !important;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 0px;
}

.blue-txt{
	color: #417bf6!important;
}

.skyblue-txt{
	color: #007FFF;
}


.vertical-align {
    display: flex;
    align-items: center;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}





.sub-header{
	padding:40px 0;
}

.lg-img{
	max-width:450px;
	margin:0 auto;
	text-align: center;
}

.header-img{
	margin:0 auto;
	max-width: 650;
}

.form-container1{
	max-width:95%;
	margin:0 auto;
	background-color: #417bf6;
	border-radius: 10px;
	padding:1.75em;
	color: #fff;
}

#keyBad{
	display: none;	
	padding-top: 15px;
	text-align: center;
}

.col-key{
	width:100%;
	margin: 25px auto 0px;
	padding:0em;
	height: auto;
	
}

.register-form-wrapper{
    padding: 20px 20px 20px 20px;
    text-align: left;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	background-color:#fff;
	-webkit-box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
	box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
}

.register-form-wrapper h1{
	text-align: center;
}

input.register-input, select.register-input{
	width: 250px!important;
    height: 52px!important;
    padding: 16px 0!important;
    margin-top: 25px;
    color: #417bf6!important;
    border: 1px solid #417bf6!important;
    background-color: #fff!important;
    font-size: 1em !important;
	font-weight: 700 !important;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	text-align: center;
}

input.go-btn {
	width: 100px!important;
    height: 52px!important;
    padding: 16px 0!important;
    
    color: #fff!important;
    background-color: #000;
	border: 1px solid #000!important;
    font-size: 1em !important;
	font-weight: 700 !important;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	text-align: center;
}

input.go-btn2 {
	color: #fff;
	background-color: #000;
	border: 1px solid #000!important;
    cursor: pointer;
    font-size: 1em !important;
	font-weight: 700 !important;
	width:100px;
	height: 52px!important;
    padding: 16px 0;
	margin-left: 20px;
    text-transform: uppercase;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}


.btn-blue{
	
	font-family: 'gothamMedium', sans-serif;
	border-radius: 50px;
	text-align: center;
	display:inline-block;
	padding: .5em 1.5em;
	background: #7855fa;
	position: relative;
	margin: 1.5em .5em 0 0;
	font-size: 16px;
	color: #fff;
	outline: none;
    box-shadow:none;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.btn-blue:hover{
	color: #fff;
    background: #5123f9;
	text-decoration: none;
}

input.register-submit-top, input.register-submit{
	color: #fff;
	background-color: #000 !important;
	border: 1px solid #000!important;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
	font-weight:400;
	width:250px!important;
	margin: 1.5em 0em 0 0;
	 padding: 16px 0;
	-webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit-top{
	width:100%;
	max-width:540px;
}

input.register-submit-top:hover, input.register-submit:hover{
	color:#fff;
	background: #000;
	text-decoration: none;

	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}



.network{
	width: 100%;
	
}

		.network2{
	width: 100%;
}


.footer-row{
	background-color: #f0f3f7;
	margin: 100px 0px 0px 0px;
	padding: 50px 0px;
	width: 100%;
}

.footer-logo{
	width: 135px;
	margin-bottom: 10px;
}



.page-wrapX{
	overflow:visible;
	padding: 0px 0px 80px 0px;
	background-color: #000;
    position: relative;
	height:100vh;
}

.page-wrap{
	overflow:visible;
	padding: 0px 0px 80px 0px;
	background-image: linear-gradient(155.0deg, rgba(255, 15, 123, 1.0) 5%, rgba(255, 113, 43, 1.0) 60%, rgba(255, 171, 15, 1.0) 82%);
	height:100vh;
}

a.footer-link{
   font-size: 14px;
   line-height: 18px;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
	-webkit-font-smoothing: antialiased !important;
	color:#656c76 !important;
	
}
a.footer-link:hover{
	color:#0c1724 !important;
}





@media screen and (min-width: 768px) {
	
	.splunk-icons{
	width: 85px;
}
	
	p {
	font-family: "splunk_data_sans_proregular", Helvetica, Arial, sans-serif!important;
	font-weight: 400;
	color: #363c44!important;
	font-size:18px;
	line-height: 25px;
	margin:0 0 20px;
}





h1{
	font-family: "splunk_data_sans_probold", Helvetica, Arial, sans-serif!important;
	font-weight: 700;
	color: #fff!important;
    font-size: 55px;
    line-height: 61px;
    -webkit-font-smoothing: antialias;
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 0px
	

}

h2{
	font-family: "splunk_data_sans_probold", Helvetica, Arial, sans-serif!important;
	font-weight: 700;
	color: #000!important;
	font-size:28px !important;
	line-height:36px !important;
	margin-top:0 !important;
	margin-bottom:20px !important;
	
}
h3{
	font-family: "splunk_data_sans_promedium", Helvetica, Arial, sans-serif!important;
	font-weight: 500;
	color: #000!important;
	font-size:24px !important;
	line-height:29px !important;
	margin-top:30px !important;
	margin-bottom:30px !important;
	
}

.callout{
	font-family: "splunk_data_sans_promedium", Helvetica, Arial, sans-serif!important;
	font-weight: 500;
	color: #ce0070!important;
	font-size:18px;
	line-height: 25px;
	
}

h4{
	color: #fff!important;
	font-size:34px;
	line-height: 58px;
	margin:0 0 10px;
}

h5{
	
	font-family: "splunk_data_sans_probold", Helvetica, Arial, sans-serif!important;
	font-weight: 700;
	color: #0c1724!important;
	font-size:18px !important;
	line-height:20px !important;
	margin-top:0 !important;
	margin-bottom:5px !important;
}
	
		.home-logos{
width:200px;
	margin: 0 auto;
	padding:0;
	}
	
	.col-key{
	width:80%;
	margin: 55px auto 0px;
	padding:1.25em;
	height: auto;
	
}
	

.register-form-wrapper{
    padding: 40px 40px 45px 40px;
    text-align: left;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	background-color:#fff;
	-webkit-box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
	box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
}

.register-form-wrapper h1{
	text-align: center;
}
	

	





}

@media screen and (min-width: 1400px) {

	
	
	.network{
	width: 526px;
	height: 526px;
}
	
		.network2{
	width: 450px;
	height: 450px;
}

	
}



	
	




