body {
	padding: 0;
	margin: 0;
	
}

/*--- navigation bar ---*/

.navbar {
	background:#2C368A;
}

.nav-link,
.navbar-brand {
	color: #fff;
	cursor: pointer;
}

.nav-link {
	margin-right: 1em !important;
}

.nav-link:hover {
	color: #000;
}

.navbar-collapse {
	justify-content: flex-end;
}

/*--- header ---*/

.header {
	background-image: url('images/gg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	
}

.description {
	left: 50%;
	position: absolute;
	top: 50%;
  min-width: 70%;
	transform: translate(-50%, -55%);
	text-align: center;
}

.description h1 {
	color: #2C368A;
  font-family: Impact;
}

.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}




/*--- feature section ---*/

.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
}

.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.features .form-control,
.features input {
	border-radius: 0;
}

.features .btn {
	background-color: #fff;
	border: 1px solid #2C368A;
	color: #fff;
	margin-top: 20px;
}

 .reg-btn:hover {
	background-color: pink;
	border: 1px solid #fff;

}

/*--- footer ---*/

.page-footer {
	background-color: #222;
	color: #ccc;
	padding: 60px 0 30px;
  height: 1200px;
}

.footer-copyright {
	color: #666;
	padding: 40px 0;
}


@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background-image: url("img6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    background-size: cover;
}


.container-register {
   background-image: linear-gradient(to bottom right,##000428,#004e92);
    position: relative;
    width: 500px;
    height: 1300px;
    border-radius: 0.35em;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  
}



#reg {
    background-image: linear-gradient(to bottom right,#000428 ,#004e92);
    width: 100%;
    font-family: Verdana;
    font-weight: bold;

    font-size: 30px;
   }


.input {
    border-radius: 15px;
    background-color:#ffffff;
    
    border-color:#FDC830 ;
    border-width: 5px;
   }

.gender-input {
    margin: auto;
    width: 400px;
    background-color:#ffffff;
    border-color: #ffffff;
    border-width: 0px;
    border-color: #ffffff;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 15px 0px;
    margin-top: 5px;
}

.input-addon {
    float: left;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}


.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-55deg, #FDC830 50%, #021B79 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate;
  animation-duration:3s;
}

.bg3 {
  animation-duration:3s;
}


h1 {
  font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

/*--- media queries ---*/

@media (max-width: 575.98px) {

	.description {
		left: 0;
		padding: 0 15px;
		position: absolute;
		top: 10%;
		transform: none;
		text-align: center;
	}
	
	.description h1 {
		font-size: 2em;
	}
	
	.description p {
		font-size: 1.2rem;
	}
	
	.features {
		margin: 0;
	}

}


.button {
  border-radius: 4px;
  background-image: linear-gradient(to bottom right,#2C368A,#2C368A);
  border: 5px;
  border-color:  #FDC830 ;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 480px;
  transition: all 0.5s;
  cursor: pointer;
  margin: -30px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.button1 {
  border-radius: 4px;
  background-image: linear-gradient(to bottom right,#2C368A,#2C368A);
  color: #FDC830;
  text-align: center;
  font-size: 15px;
  border-width: 5px;
  border-color:  #FDC830 ;
  padding: 10px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  margin: -30px;
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1:hover span {
  padding-right: 25px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}

.button-reg{
  width:140px;
  height:50px;
  border:2px solid #2C368A;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 0 40px 300px;
}
.button-reg a{
  font-family:arial;
  font-size:16px;
  color:#2C368A;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
  margin-top: 20px;
}
.eff-reg{
  width:140px;
  height:50px;
  left:-140px;
  background:#2C368A;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-reg:hover .eff-reg{
  left:0;
}
.button-reg:hover a{
  color:#fff;
}

.box{
  border-style: solid;
border-width: 3px;
border-color:#FDC830;
background-color: #ffffff;
padding-left:10px;
padding-right:10px;
}

.regbox{
  border-style: solid;
border-width: 15px;
border-color:#FDC830;
background-color:#2C368A;
padding-left:10px;
padding-right:10px;
}
.box-inside{
  border-style: solid;
border-width: 0px;
border-color:#ffffff;
background-color: #ffffff;
padding-left:10px;
padding-right:10px;
margin-left: 0px;
color:#969696  ;
}