﻿


#contain{
             background-image:url("/Images/appliback.jpg");
            
             height: auto;
             padding: 20px;
            
         }


.row{

    justify-content:center;
    align-self:center;
   
}

#mainCol{

 background-image:url("/Images/appliback.jpg");
  border-radius:15px; 
  padding:20px;

}


.txt{
background-color:transparent;
height:40px;
font:bold;
width:95%;
margin-top:3px;
border:3px solid;
color:white;


}
.img{

  height:auto;
    width:95%;
}

::placeholder { /* Most modern browsers support this now. */
   color:white;
   font:bold;
}



#link1{

    text-align:center;

}

#link1{

    text-align:right;

}

.Hyper1{

    text-align:right;
  
}
#h1{

  
     font-size:25px;
     color:white;
      
}
.backBtn{
  
    border-radius:10px;
     width:auto;
     padding:5px;
    
    font-size:20px;
    background-color:#1ab188;
    border-width:0px;
    color:white;
    margin-top:0px;
    
   
    
}
.backBtn:hover{
       background-color: rgba(26, 177, 136, 0.50);
}

.btnRegClass{
   border-radius:15px;
    text-align:center;
    color:white;
    background-color:#1ab188;
    width:199px;
    height:49px;
    
    font:bold;
    font-size:20px;
    border:0px;
    margin-bottom:10px;


}
::placeholder { /* Most modern browsers support this now. */
   color:white;
   font:bold;
}
.btnRegClass:hover{

background-color: rgba(26, 177, 136, 0.50);
}