@font-face {
    font-family: Bold;
    src: url(../fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
    font-family: Light;
    src: url(../fonts/RobotoCondensed-Light.ttf);
}
@font-face {
    font-family: Regular;
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}

body {
  background-image: linear-gradient(to right, #3ca55c, #c8bf5e);
  background-size: cover;
  color: #525050 !important;
  font-family: 'Regular';
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;* background: url("../images/bg-main.jpg") 50% fixed; */
  
}

.text-def{
  color: #5f5f5f;
}

.align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* helpers/grid.css */

/* .grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  max-width: 20rem;
  width: 90%;
} */
.panel-success {
  border-radius: 5px;
  /* background-color: #4ea152; */
  background-image: linear-gradient(to right, #69ad5d, #9cb75d);
  /* background-image: linear-gradient(to right, #5b9d51, #809b49); */
  /* background-image: linear-gradient(to right, #3ca55c, #b5ac49); */
}
.panel-body {
  padding: 50px 30px 50px 30px;
  /* box-shadow: 5px 10px 75px #7f8370; */
}
/* helpers/hidden.css */

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* helpers/icon.css */

.icons {
  display: none;
}

.icon {
  display: inline-block;
  fill: #606468;
  font-size: 16px;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

/* layout/base.css */

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  height: 100%;
}



/* modules/anchor.css */

a {
  color: #eee;
  outline: 0;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

/* modules/form.css */

input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color:#606468;
}

input[type='submit'] {
  cursor: pointer;
}

.form {
  margin: -14px;
  margin: -0.875rem;
}

.form input[type='password'],
.form input[type='text'],
.form input[type='button'],
.form button,
.form input[type='submit'] {
  width: 100%;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
  margin: 0.875rem;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}

/* modules/login.css */

.login {
  color: #eee;
}

.login label,
.login input[type='text'],
.login input[type='password'],
.login input[type='button'],
.login button,
.login input[type='submit'] {
  border-radius: 0.25rem;
  padding: 16px !important;
  padding: 1rem;
}

.login label {
  background-color: #90c191;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 20px !important;
  padding-left: 1.25rem !important;
  padding-right: 20px !important;
  padding-right: 1.25rem !important;
}

.login input[type='password'],
.login input[type='text'] {
  background-color: #FFF !important;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #e0dede;
}

.login input[type='password']:focus,
.login input[type='password']:hover,
.login input[type='text']:focus,
.login input[type='text']:hover {
  background-color: #FFF !important;
  color:#606468;
}

.login input[type='submit'],input[type='button'],button {
  background-color: #2c902f;
  color: #eee;
  font-weight: 700;
  text-transform: uppercase;
}

.login input[type='submit'],input[type='button'],button:focus,
.login input[type='submit'],input[type='button'],button:hover {
  background-color: #369837;
}

.input-group-addon:first-child {
    border-right: 0;
    background: #2c902f;
    border : 1px solid #2c902f;
    color: #fff;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 20px;
}

.input-group {
  width: 100%;
}

/* modules/text.css */

p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.text--center {
  text-align: center;
}

.m-bot{
  margin-bottom: 20px;
}

.text-title{
  font-family: 'bold';
  color: #fff;
}




* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/ login loading /

#loading-wrapper {
 position: fixed;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-color: #000;
 z-index: 500;
 display: none; 
}


/*#loading-content {
}*/

#loading-content {
  position: relative;
  width: 60px;
  height: 60px;
  border: 15px solid #fff;
  margin-top: 237px;
  border-top-color: #3c763d;
  border-bottom-color: #3c763d;
  border-radius: 50% !important;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}



@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


