



.bar{
    padding: 5px;
    text-align: center;
    background: #838383;
    color: white;
    font-size: 20px;
}

.bar1{
     width: 200px;
   background:#838383;

    
}

.bar1{
    padding: 5px;
    text-align: center;
    background: #1b5b76;
    color: white;
    font-size: 20px;
    
     
}

.dd{
     background-color: rgb(220,220,220);
      color: blue;
      font-size: 6px;
    
}
#dropbtn {
  background-color:F2E6FF;
  color: white;
  font-size: 12px;
 
  width: 800px;
  text-align:left;
  
}
p{
    font-size: 12px;
    
}

.buttons {
  text-align:justify;
}
.buttons:after {
  content:'';
  display:inline-block;
  width:99.5%;/* generates an extra transparent line */
}
/* makeup*/
.buttons {
  min-width:45em;
  padding: 1.2em 1em 0;
  box-shadow:0 0 5px;
  margin:1em;
  border-radius:0.25em;
}
    
 
.account-wall{
    font-size: 11px;
    text-align:left;
    margin-top: 40px;
    padding: 20px 10px 20px 10px;
    background-color:  #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
 
.login-title{
    color: #555;
    font-size: 22px;
    font-weight: 400;
    display: block;
}
 
.profile-img{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
 
.select-img{
    border-radius: 50%;
    display: block;
    height: 75px;
    margin: 0 30px 10px;
    width: 75px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
 
.select-name{
    display: block;
    margin: 30px 10px 10px;
}
 
.logo-img{
    width: 300px;
    height: 100px;
  
}

.ratio{
     text-align: right;
      margin-left: 50px;

    
}

.dashform {
    max-width: 500px;
    margin: 10px auto;
    padding: 10px 20px;
    background: white;
    border-radius: 0px;
    font-size: 12px;
}

.form {
    max-width: 800px;
    margin: 10px auto;
    padding: 10px 20px;
    background: #dedede;
    border-radius: 0px;
    font-size: 12px;
    
    
}


.button{
    margin:5px;
}

.side-text{

 font-size: 11px;

    
}


.text{
    font-size: 13px;
    
   
    text-align:center;
}

.title{
    
    font-size: 22px;
     text-align:center;
    
    
}

.title2{
    font-size: 22px;
    text-align:center;
    
}

.linkset {
    margin-left: 30px;
    text-align:center;
   
}




.errorMessages {
    display: none;
    list-style-type: disc;
    margin: 0 10px 15px 10px;
    padding: 8px 35px 8px 30px;
    color: #B94A48;
    background-color: #F2DEDE;
    border: 2px solid #EED3D7;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.errorMessages span {
    font-weight: bold;
}

.wrapper {
}

body {
    color: #5a5b5c !important;
}

@media (min-width: 300px) {
    .container{
        max-width: 560px;
        background-color: #dedede;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.btn-light {
    background-color: #d0d2d3;
    color: #5a5b5c;
    border: transparent;
}

.box1 {
    background-color: #165b77;
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.search-form .form-group {
  float: right ;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}