*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.navBar{
    background: #0175b2;
    padding: 10px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    z-index: 100;

}
.navRow{
    width: 90%;
    margin: auto;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLeft img{
    width: 150px;
}
.navRight{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.navRight .navList ul li{
    display: inline;
    padding: 0 15px;
    border-left: 1px solid #fff;
    font-size: 15px;

}

.navRight .navList ul li:nth-child(1){
    border-left: none;

}
.navRight .navList ul li a{
    text-decoration: none;
    color:#fff;
}
.bar i{
    font-size: 20px;
    color: #fff;
}
.topSec .tRow{

    width:85%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .imCol img{
    width: 120px;
 }
 .aCol a{
    padding: 10px 15px;
    border:1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    
 }
/*log in section*/
.logInSection{
    width: 100%;
    margin-top: 50px;


   

   
}

.row{
width: 90%;
    max-width: 500px;
    margin: 50px auto;
   
    

}
.row h2{
    margin-bottom: 5px;
    color: #000;
    text-align: center;
}
.row p{
    text-align: center;
    margin-bottom: 25px;
}
.form-sec form{
    width: 100%;
}
.form-sec form input{
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #000;
}
.form-sec form .btn1{
    display: block;
    background: #6d28d9;
   
    color: #fff;
   
    padding: 15px ;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
}

.form-sec form #btn2{
    display: block;
    background: #555;
    text-align: center;
   
    color: #fff;
   
    padding: 15px ;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    
}
.form-sec form  a{
    margin-bottom: 15px;
    margin-left: 4px;
    text-decoration: none;
    color: #6d28d9;


}
.form-sec form  p{
    margin-top: 15px;
    color: #000;
   
   
    
    text-align: center;

}
@media only screen and  (min-width: 320px) and (max-width: 768px) {

    .navRight .navList ul li{

        font-size: 12px;
        display: inline-flex;
    
    }
    .navLeft img{
        width: 90px;
    }
    .form-sec form  p{
        margin-top: 15px;
        color: #000;
        margin-bottom: 30px;
        line-height: 30px;
        font-size: 12px;
    
    }

    .form-sec form  a{
        margin-bottom: 15px;
        color: #6d28d9;
        font-size: 12px;
    
    }
    .row{
        width: 90%;
            max-width: 500px;
            margin: auto;
          
        
        }
        .row h2{
            margin-bottom: 5px;
            color: #000;
            text-align: center;
            font-size: 20px;
        }
        .row p{
            text-align: center;
            margin-bottom: 25px;
        }



}

    



