body {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 400;
}
.login{
  background-color: #FDFDFD;
  padding: 30px 50px;
  border-radius: 10px;
}
h1{
    padding-bottom: 16px;
    font-weight: 400;
}
.btn:active{
box-shadow: none;
}


*, :before, :after {
  box-sizing: border-box;
}
a{
  font-size: 21px;
  cursor: pointer;
  
}
.text {
  font-family: "Source Sans Pro";
   font-size: 14px;
   text-align: center;
   color: #383838;
}
a:hover{

}
.group {
  position: relative;
  margin: 40px 0;
  background: none;
}
textarea {
  resize: none;
}
input, textarea {
  max-width: 100%;
  font-family: 'Source Sans Pro', sans-serif !important;
  height: auto !important;
  margin-bottom: 0 !important;
  background: none;
  background-color: transparent !important;
  color: #000000 !important;
  font-size: 18px !important;
  padding: 10px 10px 10px 5px !important;
  display: block !important;
  width: 320px !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #c6c6c6 !important;
  box-shadow: none !important;
}
input ::placeholder{
  font-size: 18px;
  color: #c6c6c6;
}
input:focus, textarea:focus {
  outline: none !important;
}
input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-family: 'Source Sans Pro', sans-serif !important;
  top: -14px !important;
  font-size: 12px !important;
  color: #383838 !important;
}
input:focus ~ .bar:before, textarea:focus ~ .bar:before {
  width: 320px !important;
}
input[type="password"] {
  letter-spacing: 0.3em !important;
}
label {
  font-family: 'Source Sans Pro', sans-serif !important;
  color: #c6c6c6;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 300ms ease all;
}
.bar {
  max-width: 100%;
  position: relative;
  display: block;
  width: 320px;
}
.bar:before {
  max-width: 100%;
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: black;
  transition: 300ms ease all;
  left: 0%;
}
.btn {
  text-shadow: none;
  border: none;
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-blue , {
  padding: 0px 6px;
  border: solid;
  border-color: #256AB3;
  background: #F5F5F5 !important;
  color: #256AB3;
  border-width: 1px;
}

.btn-submit{
  font-family: 'Source Sans Pro', sans-serif !important;
  padding: 10px 46px;
  background: #FC7526 !important;
  color: white;
  font-size: 16px;
}
.btn:hover {
  color: white !important;
  /* box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12); */
}
.btn-blue ,.btn-blue:hover {
    margin-right: 10px;
  padding: 0px 6px;
  border: solid;
  border-color: #256AB3 !important;
  background: white !important;
  color: #256AB3 !important;
  border-width: 1px;
}
.btn-blue a{
  color: #0088cc;
}
/* .btn.btn-link {
  background: #2196f3;
  color: #d3eafd;
}
.btn.btn-link:hover {
  background: #0d8aee;
  color: #deeffd;
}
.btn.btn-submit {
  background: #2196f3;
  color: #bce0fb;
}
.btn.btn-submit:hover {
  background: #0d8aee;
  color: #deeffd;
}
.btn.btn-cancel {
  background: #eee;
}
.btn.btn-cancel:hover {
  background: #e1e1e1;
  color: #8b8b8b;
}
.btn-box {
  text-align: center;
  margin: 50px 0;
} */

.mTop65{
    margin-top: 65px;
}
.mTop20{
  margin-top: 20px;
}
.mTop30{
  margin-top: 20px;
}
.mTop40{
  margin-top: 40px;
}
.mTop200{
margin-top: 200px;
}
.mTop100{
  margin-top: 100px;
}