
@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background-image: url('../images/bg.jpg');
background-size: cover; 
background-repeat: repeat;
height: 100%;
font-family: 'Numans', sans-serif;
/* background-position: center; */
}

.container{
height: 100%;
align-content: center;
}

.logo_header{
position: absolute;
align-content: center;
margin-top: auto;
margin-bottom: auto;
top: 80px;
}

.logo1_header{
position: relative;
align-content: center;
margin-top: auto;
margin-bottom: auto;
top: 50px;
}

.logo1a_header{
position: relative;
align-content: center;
margin-top: auto;
margin-bottom: auto;
top: 70px;
}

.logo2_header{
position: absolute;
align-content: center;
margin-top: auto;
margin-bottom: auto;
top: 150px;
}

.logo3_header{
position: absolute;
align-content: center;
margin-top: auto;
top: 530px;
}

.logo4_header{
position: absolute;
align-content: center;
margin-top: auto;
top: 470px;
}

.logo5_header{
position: absolute;
align-content: center;
margin-top: auto;
top: 425px;
}

.logo6_header{
position: absolute;
align-content: center;
margin-top: auto;
top: 700px;
}

.box1 {
  position: relative;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; 
  top: 0px;
  right:0px;
  width: 100%;
  height: 200px;
  /*border-bottom: 3px solid #00eff3;*/
  background-image: linear-gradient(to top right, #fff 60%, #fff);
 
}

.card{
height: auto;
margin-top: 100px;
margin-bottom: auto;
width: 380px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; 
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; 
border-bottom: 5px solid #B5B9BA;
}

.card_signup{
height: auto;
margin-top: 120px;
margin-bottom: auto;
width: 380px;

background-color: rgba(0,0,0,0.5) !important;
}

.social_icon{
position: absolute;
right: 20px;
top: 0px;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.card-signup{
position: absolute;
top:auto;

}



.input-group-prepend span{
width: 50px;
background-color: #0740EC;
color: white;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: white;
background-color: #0000ff;
width: 180px;
border-color: #0000ff;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;

}

.login_btn:hover{
color: black;
background-color: #FFCC00;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}