
body {
   /* background-color:#DFE0E0;  */
  
 
}
.back1
{
	position:absolute;
	height:300px;
	opacity: 0.5;
	z-index:-1;
	left:0px; top:0px;
  
}
/* @media screen and (min-width: 600px) { */
  /* body { */
    /* zoom:100%; */
  /* } */
/* } */

/* @media only screen and (max-width: 1000px) { */
  /* body { */
    /* zoom:200%; */
  /* } */
/* } */
.topnav {
  overflow: hidden;
  background-color: #595959;
}

.topnav a {
   float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 16px;
  height:26px;

}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2082BA;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  .topnav a:not(.active) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
}


.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 40px;
  height: 4px;
  background-color: white;
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 2px);
  transform: rotate(-45deg) translate(-5px, 2px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.pic1container
{
	position: relative;
  text-align: center;
  color: white;
 
}
.pic1
{
	
}
.pic2
{
	
}
.pic3
{
	
}
.pic4
{
	
}



    
/*------------------------------------CSS for person register */
.containerbody {
    width: 50%;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #f2f2f2;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
    box-shadow: 5px 10px 8px 10px #888888;
}


.registertable
{
    width: 100%;
    align-content: center;
}
.loginheader
{
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    font-size: 20px;
    color: #2082BA;
    font-weight: bold;
}
.registertable td 
{
    white-space: nowrap;
}

.col-20 {
  float: right;
  margin-top: 5px;
  font-size:16px;
  min-width: 200px;
  padding-right: 0px;
  color: #595959;
}

.col-25 {
  white-space: nowrap;
  float: right;
  margin-top: 5px;
  font-size:16px;
  min-width: 200px;
  padding-right: 25px;
  color: #595959;
}

.col-75 {
  white-space: nowrap;
  float: right;
  margin-top: 5px;
  min-width: 300px;
  width: 90%;
  padding-right: 25px; 
    color: #595959;
}
.errorlogincss
{
    color: red;
    padding-right: 25px; 
    font-size: 14px;
}
.errorlogincssexists
{
    color: red; 
    font-size: 15px;
}
.errorlogincssexiststd
{
    padding-right: 25px;
}

.activatedok
{
    color: green;
    padding-right: 25px;
    font-size: 20px;
    
}
.activatedokpas
{
    color: red;
    padding-right: 25px;
    font-size: 16px;
    
}


.emailtext{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size:18px;
  width: 100%;
   
}
.passwordclass {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size:18px;
    width: 100%;
}

.emailtext:focus{
  
  outline: none ! important;
  border: 1px solid #2082BA;
}

.recoveremailclass{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size:20px;
  width: 90%;
    margin-top: 10px;
  max-width: 400px;
   
}
.recoveremailclass:focus{
  
  outline: none ! important;
  border: 1px solid #2082BA;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.inputsubmit {
  font-family: 'Droid Arabic Kufi', serif;
  background-color: #4CAF50;
  color: white;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 7px 80px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size:16px;
  text-align: center;
  float:center;
  box-shadow: 1px 1px 2px 1px #888888;
}

.inputsubmit:hover {
  background-color: #45a049;
}

.loginbutton
{
    text-align: center;
}

.forgetpassword
{
    padding-right: 30px;
    padding-top: 10px;
    color: #595959;
    font-size: 14px;
}

.newaccount
{
    
    padding: 30px;
    padding-right: 35px;
    padding-bottom: 30px;
    color: #2082BA;
    font-size: 16px;
    font-weight: 500;
}
.newaccountbutton
{
    font-family: 'Droid Arabic Kufi', serif;
  background-color: #2082BA;
  color: white;
  padding:5px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size:14px;
  text-align: center;
  box-shadow: 1px 1px 2px 1px #888888;
}
.newaccountbutton:hover
{
    background-color: #2a75a0;
}


.modal {
        display: none;
        position: fixed;
        z-index: 8;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
      }

 .modal-content {
        margin: 200px auto;
        border: 1px solid #999;
        width: 60%;
        max-width: 500px;
        height: 300px;
        background: white;

      }

.close {
        color: #aaa;
        float: left;
        font-size: 30px;
        font-weight: bold;
        padding-left: 10px;
      }

 .close:hover,
      .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }


.modalbody
{
    width: 100%;
    max-width: 500px;  
    height: 250px;
    box-shadow: 1px 1px 2px 1px #888888;


}
.modalmessage
{
    padding-right: 30px;
    padding-top: 20px;
}
.divclose
{
    height: 50px;
    background-color: #2082BA;
    box-shadow: 1px 1px 2px 1px #888888;
    
}
.yesbutton
{
    font-family: 'Droid Arabic Kufi', serif;
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
     text-align: center;
    box-shadow: 1px 1px 2px 1px #888888;
    font-size: 16px;
    vertical-align: middle;
    height: 40px;
    width: 100px;
    margin-right: 30px;
}
.yesbutton:hover
{
    background-color: #45a049;
    cursor: pointer;
    
}
.nobutton
{
    font-family: 'Droid Arabic Kufi', serif;
    background-color: red;
     color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
     text-align: center;
    box-shadow: 1px 1px 2px 1px #888888;
    font-size: 16px;
    vertical-align: middle;
    height: 40px;
    width: 100px;
    margin-right: 30px;
    
}
.nobutton:hover
{
        background-color: #EE4B2B;

}




/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .containerbody{
     min-width: 90%;
      width: 50%;
  }
    .col-25{
        min-width: 100px;
    }
    .col-75
    {
        min-width: 200px;
    }
    .inputsubmit
    {
        -webkit-appearance: none;
        
    }
    .newaccountbutton
    {
       -webkit-appearance: none;
        min-width:100px;
        height: 35px;
        
    }
     
 .yesbutton
    {
        height: 35px;
    }
.nobutton
    {
        height: 35px;
    }

}


















