﻿* {
    padding:0;
    margin:0;
   
}
input[type=text]:focus, textarea:focus
        {
            border: 2px solid red;
background-color: #FEFED5;
        }
.customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td, .customers th {
  border: 1px solid #ddd;
  padding: 2px;
  font-size:15px;
  font-weight:400;
  text-align:center;
}

.customers tr:nth-child(even){background-color: #f2f2f2;}

.customers tr:hover {background-color: #ddd;}

.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1BBA93;
  color: white;
  text-align:center;
  
}



body {
  /*background:linear-gradient(to right, #78a7ba 0%, #385D6C 50%, #78a7ba 99%);*/
  background-image: url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  
 
}


.signup-form {
  font-family: "Roboto", sans-serif;
  width:100%;
  margin:10px auto;
  background:linear-gradient(to right, #ffffff 0%, #fafafa 50%, #ffffff 99%);
  border-radius: 10px;
}

.form-header  {
  background-color: #EFF0F1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form-header h1 {
  font-size: 25px;
  
  color:#666;
  padding:10px 0;
  
}

.form-header .for-search{
    border-bottom:1px solid #cccccc;
}

.form-body {
  padding:5px 40px;
  color:#666;
}

.form-group{
  margin-bottom:20px;
}

.form-body .label-title {
  color:#1BBA93;
  font-size: 17px;
  font-weight: bold;
}

.form-body .form-input {
    font-size: 17px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    text-align: left;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: white;
    outline: none;
}



.horizontal-group .left{
  float:left;
  width:49%;
}

.horizontal-group .right{
  float:right;
  width:49%;
}

input[type="file"] {
 outline: none;
 cursor:pointer;
 font-size: 17px;
}

#range-label {
 width:15%;
 padding:5px;
 background-color: #1BBA93;
 color:white;
 border-radius: 5px;
 font-size: 17px;
 position: relative;
 top:-8px;
}


::-webkit-input-placeholder {
 color:#d9d9d9;
}

/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.form-footer {
 clear:both;
}

.signup-form .form-footer  {
  background-color: #EFF0F1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding:10px 40px;
  text-align: right;
  border-top: 1px solid #cccccc;
}

.form-footer span {
  float:left;
  margin-top: 10px;
  color:#999;  
  font-style: italic;
  font-weight: thin;
}

.btn {
   display:inline-block;
   padding:10px 20px;

   font-size:17px;
   border:none;
   border-radius:5px;
   color:#bcf5e7;
   cursor:pointer;
}
.btn1 {
   display:inline-block;
   padding:4px 8px;
   font-size:14px;
   border:none;
   border-radius:5px;
   cursor:pointer;
   text-decoration:none;
}

.btn:hover {
  background-color: #169c7b;
  color:white;
}