﻿body{
  padding-top: 0px;
  padding-bottom: 0px;
}

.search-container{
  width: 95px;
  height: 5px;
  display: flex;
  margin: 29px auto;
}

input#search-bar{
  margin: 0 auto;
  width: 100%;
  height: 20px;
  padding: 0px 0px 0px 5px;
  font-size: 0.9rem;
  border: 1px solid #D0CFCE;
  outline: none;
  &:focus{
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
    &::-webkit-input-placeholder{
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &::-moz-placeholder {
      transition: opacity 0.45s ease; 
  	  opacity: 0;
     }
    &:-ms-placeholder {
     transition: opacity 0.45s ease; 
  	 opacity: 0;
     }    
   }
 }

.search-icon{
  position: relative;
  float: right;
  width: 0px;
  height: 0px;
  top: -1px;
  right: 0px;
}