body {
  /*background: #eee !important;*/

  	/*font-family: 'Montserrat', Helvetica, sans-serif;
  	background: -webkit-linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);
  	background:    -moz-linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);
  	background:     -ms-linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);
  	background:      -o-linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);
  	background:         linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);*/

  /*  font-family: 'Abril Fatface', cursive;
  	background: -webkit-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
  	background:    -moz-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
  	background:     -ms-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
  	background:      -o-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
  	background:         linear-gradient(90deg, #65997d 10%, #fccb6e 90%);*/

 /* background: #649173; /* fallback for old browsers */
   /* background: -webkit-linear-gradient(to left, #649173 , #DBD5A4); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to left, #649173 , #DBD5A4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: url('/consultor/images/pattern.svg'),linear-gradient(to right, #034023 0, #44991d 100%);



}
.base{
  height:100%;
  width:100%;
  overflow:hidden;
  text-decoration-color: #ffffff;
  background-image: url('app/css/images/pattern.svg'),linear-gradient(to right, #034023 0, #44991d 100%);
  background-color: #ffffff;
  text-align: center;
  color: #ffffff;
}
.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  /*margin-bottom: 30px;*/
  font-size: 30px;
  text-align: center;
}

.form-signin-pie {
  /*margin-bottom: 30px;*/
  font-size: 12px;
  text-align: center;
  font: bold;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.logo
{
    height: 150px;
    width: 150px;
    align-content: center;
    align-items: center;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
