.aim {
  font-size: 30px;
  font-weight: 900;
   font-family: sans-serif;
   letter-spacing: -2px;
   }
.support-p{
  font-weight: 200;
  font-size: 15px;
}
.admin-box-form{
    padding: 25px;
    border-radius: 5px;
    box-shadow: 2px 8px 6px -6px black;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 3px;
    border-style: solid;
   /* border-color: #E26E29; */
    /* border-color: #ca2c92; */
    box-sizing: border-box;
}
.admin-reg-btn {
  color: #777;
    background-color: #e8e9ec;
  border-radius: 3px;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.admin-reg-btn:hover {
   /*  background-color: #E26E29; */
  background-color: #d8d8d8;
  color: #fff !important;
  text-decoration: none;
  }
.admin-box-login{
    box-shadow: 2px 8px 6px -6px black;
    background-color: #fff;
    color: #27324E;
    text-decoration: none;
    padding: 20px 18px 0 15px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 3px;
    border-style: solid;
   /* border-color: #E26E29; */
   border-color: #d8d8d8;

}

.admin-box-reset{
    padding: 25px;
    border-radius: 5px;
    box-shadow: 2px 8px 6px -6px black;
    background-color: #fff;
    width: 100%;
    height: auto;
}
input[type=text]:focus{
  outline: none !important;
  /* border: 1px solid #E26E29; */ 
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 2px #777;
    
}
input[type=email]:focus{
  outline: none !important;
  /* border: 1px solid #E26E29; */ 
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 2px #777;    
}
input[type=password]:focus{
 outline: none !important;
 /* border: 1px solid #E26E29; */ 
  border: 1px solid #d8d8d8;
 box-shadow: 0 0 2px #777;     
}
/*textarea input field color change*/
.input:focus {
    outline: none !important;
 /* border: 1px solid #E26E29; */ 
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 2px #777;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}
.link{
  color: #d8d8d8;
}
.link:hover{
  color: #777;
  text-decoration: none;
}