/*nav bar start*/
*{
  list-style:none;
  padding:0;
  margin:0;
}

body{
  font-family:"Arial";
}

nav{
  /*background:linear-gradient(90deg, #00b4ff, #00daff);*/
  background:linear-gradient(60deg, #ff004b, #040505);
  height:60px;
}
label img{
  line-height:80px;
  padding:10px 15px !important;
}  

nav ul{
  float:right;
  margin-right:20px;
  color:#ffffff;
  padding:15px;
}
nav ul li{
  display:inline-block;
  font-weight:bold;
}


@media (max-width:952px){
  label img{
    line-height:50px;
    padding:10px 15px !important;
  }  

}

section{
  background-image:url(images/BG-025.9738ebf5.png) no-repeat;
  background-size:cover;
  height:calc(100vh-80px);
}

nav ul li a{
color:white;
font-size:14px;
font-weight:bold;
}

/*nav bar end*/

 marquee{
  color:#ffffff;
 }

 /*center part start*/
 .container{
  margin-top:-1170px;

}

.first{
  display:flex;
  
}


.first span{
  margin-left:80px;
}

.second span{
  display:inline-block;
}

.small-box{
  margin-top:15px;
  width:330px;
  margin-left:510px;
  border: 1px solid transparent;
  border-radius:15px;
  background:linear-gradient(90deg, #fff, transparent);
}



.row{
justify-content:center;
}

.box2{
  width: 25%;
  height: auto;
  border-radius: 10px;
  margin-block: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  font-weight:bold;
}



/*.box2 img{*/
/*  width: 60px;*/
/*  border-radius: 50%;*/
/*}*/



/*center part end */


/*footer part start*/
 footer{
  background:#3e4042;
  border-top:1px solid white;
  height:70px;
}

.footer .p{
    display:flex;
    display:inline-block;
  }

/*footer part end*/


 form{
    text-align:left;
    margin-bottom:1rem;
 }

 form h3{
  padding-bottom:10px;
  text-align:center;
  font-size: calc(1.3rem + .6vw);
 }

 .login img{
  /* position: relative; */
   /*background-image:url('images/triangle-2724449_1280.png');*/
   margin-top:-477px;
  
   width:100%;
 }

 .card {
  padding:50px;
  display:flex;
  text-align: left;
  box-shadow: 0 4 px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: auto;
  margin-top:50px;
  text-align: center;
  font-family: arial;
  margin-top:60px;


}
.model{
  text-align:center;
 
}
 .model ul li{
  list-style-type:none;
  display:inline-block;
  text-align:center;
  margin:10px;
}

.model li img{
 border:1px solid #ffffff;
 background-color:#ffffff;
width:50px;
height:50px;
padding:10px;
border-radius:50%;
  
}


.model li span{
  color:#ffffff;
  font-size:12px;
  font-weight:700;
}

 .card ul li{
  list-style-type:none;
  display:inline-block;
}

.card span{
 font-weight:bold;
 float:left;
 
}
.card ul li img{
 margin:5px;
}

.dd>span{
  color:rgb(0, 188, 255);
  font-weight: 700;
  text-align:left;
}  


.dd>p{
  text-align:left;
}  

 
label{
 font-weight:bold;
}
input{
  width:280px;
  height:50px;
}

input:focus{
  outline: 1px solid #2196f3; /* oranges! yey */
}

input[type=submit]{
  width:250px;
  background-color:none;
  color:#2196f3;
  border:1px solid #2196f3;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

button:hover, a:hover {
  opacity: 0.7;
}
.footer{
  position:fixed;
  bottom:0;
  width:100%;
  height:50px;
}
.footer .image{
  border:1px solid #ffffff;
  background-color:#ffffff;
 width:50px;
 height:50px;
 padding:10px;
 border-radius:50%;
 margin-left:400px;
 margin-top:-60px;
}

.footer span{
  color:#ffffff;
  font-size:14px !important;
  margin-left:-40px;  
}

a {
  text-decoration: none;
}