* {padding: 0;
	margin: 0;
    box-sizing: border-box !important;
   
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

a {
	text-decoration: none !important;
    /*color: #fff;*/
}
a:hover{
	
    color: #262020;
}
.input-item {
    background: #fff;
    color: #333;
    padding: 14.5px 0px 15px 9px;
    border-radius: 5px 0px 0px 5px;
}

h3{
	color:#000;
	font-size: 24px;
   text-align: center;
    font-weight: 500;
    margin:20px 0px;
}
.box1{
    background-color: #fff;
    padding: 50px 80px;
}
.btn{
    padding:20px;

    margin-bottom: 20px;
}
.btn-warning{
    width: 100% !important;
}
.tutopia {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
.form h3{
    color:#006CB5; 
    text-align: left;
    margin-bottom: 50px;
}
.form__field{
    border-radius: 50px;
   padding: 10px 20px;
   width: 100%;
   color:#212529 !important;
   
}
.form-control {
    border-radius: 50px;
    padding: 10px 20px;
}
::placeholder{
   
    font-weight: 500;
    font-size: 14px !important;
}
label{
    margin-bottom: 10px;
    color:#006CB5 ;
    font-weight: 500;
}
.form{
    background-color: #fff;
    padding: 1px;
    box-shadow: 5px 5px 5px #eee;
}
hr{
    border: 1px dashed #000;
}
.bttn {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    background-color: #006CB5;
    line-height: 16px;
    border-radius: 50px;
    margin-top: 20px;
    border: 2px solid #006CB5;
}
.header{
	position: fixed;
	display: block;
	z-index: 1001;
	width: 100%;
	top: 0;
	background-color:#ffff;
    box-shadow: 5px 5px 5px #eee;
}
.navbar-light .navbar-nav .nav-link {
    color:#000;
    padding: 10px; 
}

.nav-item{
    margin-left: 50px;
}
.login{
    margin-top: 100px;
}
.butn {
    background-color: #f4c024;
    color: #000;
    padding: 10px 25px 10px 25px;
    margin-top: 35px;
    border-radius: 50px;
}
.butn:hover {
    background-color: #f4c024;
    color: #000;
    padding: 10px 25px 10px 25px;
    margin-top: 35px;
    border-radius: 50px;
}
.descrip{
    background-color: #006CB5;
    padding: 10px 5px;
    border-radius: 5px;
}
.descript{
    background-color: #f7f7f7;
    padding: 10px 5px 5px 5px;
    margin-top: 20px;
    border-radius: 5px;
}
h6{
    color:#fff;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
	
    

}
