 	/*header start*/
    #block-one {
      background: #F0F2F5;
      min-height: 200px;
      border: 1px solid dotted;
      padding-top: 100px;
      padding-bottom: 100px
   }

   .quates {
      background: #4A3C9A;
      height: 200px;
      padding: 0px;
      margin: 20px 0px;
   }

   .quatestext {
      font-size: 20px;
      padding-top: 59px;
      color: #fff;
   }

   .quateslink {
      color: #fff !important;
      margin-left: 124px;
      border: 1px solid #fff;
      padding: 10px;
   }

   .footer-gd-16 li {
      display: block;
      list-style: none;
      margin: 10px 0;
   }

   .footer-gd-16 li a {
      color: #656f7b;
      font-weight: normal;
      font-size: 15px;
      line-height: 25px;
      padding: 0;
      text-transform: capitalize;
   }

   input[type="text"],input[type="password"],
   select.form-control {
      background: transparent;
      border: none;
      border-bottom: 1px solid #00000052;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
   }

   input[type="text"]:focus, input[type="password"]:focus,
   select.form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   .loginlogo{
      background: #ffffff;
      min-height: 281px;
   }
   .loginlogo img{
      height: 80px;
      width: 185px;
      margin-top: 90px;
   }
   .logocover{
      border: 1px solid #0c0c0c5e;
      background: #fff;
      padding: 0;
      margin: 0;
      border-radius: 15px;
   }
   .modifybtn{
      border-radius: 20px;
      color: #3d9ea0;
      background: #fff;
      border: 1px solid;
   }
   .btn-primary:hover {
      color: #fff;
      background-color: #3D9EA0;
      border-color: #3D9EA0;
   }
   .logolefttext{
      margin-top:60px;
   }
 



   @media only screen and (max-width: 768px) {
      .logolefttext{
      margin-top:10px;
   }

      .loginlogo{
         min-height: 120px;
      }
      #textcenter {
         text-align: center;
      }
      .loginlogo img {
         height: 100%;
         width: 100%;
         margin-top: 10px;
      }
   }
   @media screen and (max-width: 420px) {
      .quateslink {
         margin-left: 1px !important;
      }

   }