﻿* { margin:0px; padding:0px; }

h1,h2,h3,h4 { margin-top:0px; }

ul li { list-style:none; }


.logo{
    /*width: 20%;
    height : 50px;
 margin-left : 40%;*/
    /*margin-right: 40%;*/
    /*position: fixed ;*/
    /*top:50px;
   left: 80px;*/
  
    
}

.logoimage{
    width : 150px;
    margin-left: 25%;
    margin-right : 25%;
}
.main{
    width: 25%;
    height : 400px;
    /*background-color: red;*/
    margin-left : 37.5%;
    margin-right: 37.5%;
    margin-top: 10px;

}

.forimagepop{
    width: 80px;
    height : 80px;
}

.forpop{
   margin-left : 4%;
    /*margin-right : 30%;*/
    width : 40%;
    height: 300px;
    background-color : white;
    margin-top: 50px;

    /*border:1px solid #c9c9c9;*/
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    

}

.imagepop{
   /*margin-left : 45%;*/
   /*margin-right : 45%;*/
   margin-top: -80px;
        width : 90px;
        height : 90px;
        /*background-color: red;*/
    /*border:  red solid 1px;*/
float : left;    
 
    }
.insideboxl{
    width: 98%;
    height : 250px;
    /*background-color: yellow;*/
    margin-left : 1%;
    margin-right: 1%;
    margin-top: 0px;
    border-radius : 10px;
    border: solid  0.25px red;

}

.insidebox{
    width: 98%;
    height : 500px;
    /*background-color: yellow;*/
    margin-left : 1%;
    margin-right: 1%;
    margin-top: 0px;
    border-radius : 10px;
    border: solid  0.25px red;

}

.firstline{
   font-size: 26px;
   margin-left: 15px;
   margin-top: 15px;
   font-family : 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.textc{
    font-size: 12px;
   margin-left: 15px;
   margin-top: 15px;
   font-family : 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

   /*background-color: red ;*/
       Height: 50px;
   width: 90%;
}
.topline2{
    font-size : 14px;
    color: #262626;
    text-decoration: none ;
    text-align : center;
    margin-top: 20px;
}

.topline{
    font-size : 14px;
    color: #262626;
    text-decoration: none ;
    /*text-align : center;*/
    margin-top: 10px;
}


.msgline{
    font-size : 14px;
    color: #404040;
    margin-top : 25px;
}


.errorline{
    font-size : 10px;
    color:  	#1b61e4;
}
.textb{
    font-size: 14px;
   /*margin-left: 15px;
   margin-top: 15px;*/
   font-family : 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   padding-left : 10px;
   padding-right : 10px;
  /*background-color: red ;*/
       Height: 30px;
   width: 94%;
   border-radius: 5px;
   border: solid 1px #bfbfbf;
   margin-top: 3px;
}

.butin{
    font-size: 14px;
   /*margin-left: 15px;
   margin-top: 15px;*/
   font-family : 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

  /*background-color: red ;*/
       Height: 30px;
   width: 100%;
   border-radius: 5px;
   border: solid 1px #ffcccc;
   margin-top: 3px;
   background-color:  #cccccc;
   cursor: pointer ;
}

.a {
  text-decoration: none;
}