body {
  font-family: "Open Sans", sans-serif;    
  align-items: center;
  background: url(/backgroundapp2.jpg) no-repeat fixed;
    background-size: cover;

  justify-content: center;
  height: 100vh;
  color:#ffffff;
}

a{text-decoration: none;}

h2 {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.formc{
     background-color: #15172b;
  border-radius: 20px;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  width: 320px;
  margin:auto;
  margin-top:5%;
    
}


.formb{
     background-color: #15172b;
  border-radius: 20px;
  box-sizing: border-box;
  min-height: 500px;
  padding: 20px;
  width: 80%;
    margin:auto;
  margin-top:5%;
    
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}
.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: #303245;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}


.cut {
  background-color: #15172b;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholder {
  color: #65657b;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}

.input:focus ~ .placeholder {
  color: #dc2f55;
}

.submit {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  // outline: 0;
  text-align: center;
  width: 100%;
}


.logoutt {
  background-color: #FF0000;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  // outline: 0;
  text-align: center;
  width: 100%;
}

.buttons {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  // outline: 0;
  text-align: center;
  width: 100%;
}


.print {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  // outline: 0;
  text-align: center;
  width: 100%;
}
.print p{color: #eee; padding-top: 10px; font-weight: bold;}

.logoutt p{color: #eee; padding-top: 10px; font-weight: bold;}
.buttons p{color: #eee; padding-top: 10px; font-weight: bold;}

.submit:active {
  background-color: #06b;
}

.icon{width: 40px;
    float: left;
    margin-top: 3px;
    margin-left: 5px;}
    
    
.icon2{width: 30px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}    

.icon3 {
    width: 30px;
    float: left;
    margin-top: 9px;
    margin-left: 11px;
}

.icon4 {
    width: 30px;
    margin-top: 9px;
}
    
.add_person{

    border: 1px solid #FFFFFE;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;}
    
.add_person p{    
    
    color: #fff;
    text-align: right;
}


.add_person:hover{background-color:#004666;}
    
.view_person{

    border: 1px solid #FFFFFE;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;} 
    
.view_person p{    
    
    color: #fff;
    text-align: right;
}    

.view_person:hover{background-color:#004666;}

th {
  border: 1px solid;
  padding:10px;
}

td {
  border: 1px solid;
  padding:10px;
}

table {
  border: 1px solid;
  margin: auto;
  margin-top:80px;
}
.searchbox{width:80% !important; margin:auto !important;}

.search{width: 100%;
    margin: auto;
    display: block;
    background-color: #08d;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 10px;

  // outline: 0;
  text-align: center;
    
}

.zoneh{height: 35px;}
.col-sm-6{
    margin: auto;
    display:inline-block;
}
.sponzor img{width:100%;}
.sponzor {text-align:center;}

.logoc{    margin: auto;
    width: 60%;}
hr{    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
    color:#ffffff;
}    