.hidden {
    display:none;
   }  
 
.col-3{
 border: 1px solid #81c408 ;

 background-color: #81c408 ;
 color: white!important;
 text-align: center;
 margin:0 auto;
 border-radius: 5px;
 padding: 0 auto;
 height: 300px;
 font-size: 19px;
}

.sign{
 background-color:  rgba(129, 196, 8,.5) !important;
}
.signout a{
 
 color: white !important; ;
}
.signout:hover{
 cursor: pointer;
 color:pink ;
}
.col-3 a{
 
 color: white!important;
 text-align: center;
 font-size: 25px;
}
.col-3:hover{
 cursor: pointer;
 background-color:#1abc9c;
 border-color:#1abc9c;
 color:  #81c408 ;
 transition: ease-in-out 0.5S;
}

p a{
text-decoration: none;  
}

p{
 margin-top:-40px;
}
.col-3 .fa{
 font-size: 140px;
 margin:20%;
 padding:0;
}

#id01 {
 z-index: 190;
}

.modal .container {
 
 margin: 0 auto;
 text-align: center;
}

/* The Modal (background) */
.modal {
 display: none;
 /* Hidden by default */

 left: 0;
 top: 0;
 width: 100%;
 /* Full width */
 height: 100%;
 /* Full height */
 overflow: auto;
 /* Enable scroll if needed */
     background: rgba(0, 0, 119,0.75);
 background-size: cover;
 
}

/* Modal Content/Box */
.modal-content {
 background-color: #fefefe;
 margin: 0 auto;
 /* 5% from the top, 15% from the bottom and cente#c4cbd5 */
 border: 1px solid #888;
 padding: 10%;
 width: 60%;
 /* Could be more or less, depending on screen size */
 font-size: 18px;
}



.modal a {
 text-align: center;
 margin-left: 20px;
 float: right;
}


/* Style the horizontal ruler */
.modal hr {
 border: 1px solid #f1f1f1;
 margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
 position: absolute;
 right: 35px;
 top: 15px;
 font-size: 40px;
 font-weight: bold;
 color: #f1f1f1;
}


form{
border :1px solid  rgb(129, 196, 8) !important;
}

.fa-lock{
color :rgb(129, 196, 8) !important;
}
.err{
text-align: center;
color: red;
font-size: 16px;
margin-top: -25px;
}

.modal-content input[type='text'],
.modal-content input[type='password'] {
margin-bottom :15px!important;
background:white!important;

outline:none!important;;
}

.modal-content input[class='btn']{
background:rgb(129, 196, 8) !important;
color:white;
height:80px;
}
.loader{
 background: url('Loading_icon.gif') 50% 50% no-repeat #FFF;
 cursor: wait;
 height: 100%;
 left: 0;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 9999;
}
 .loader h1{
     background: none;
     border: none;
     color: #000;
     font-size: 22px;
     font-family: "Open Sans",sans-serif;
     font-variant: small-caps;
     font-weight: 700;
     height: 700px;
     line-height: 700px;
     margin: 50px 0 10px;
     padding: 0;
     text-align: center;
 }
