 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
   color: #A7A7A7;
   opacity: 1;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #30373B;
}
@font-face {
  font-family: fonarto;
  src: url(Fonarto.ttf);
}

.fonarto_s {
  font-family: fonarto !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 20px;
}

hr {
  width: 200px;
  background: none;
  margin: 0 auto;
  border-bottom: 4px solid;
  border-image:linear-gradient(140deg, #266a35 50%, #ffffff 75%);
  border-image-slice: 1;
}

label {
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}

input {
  font-size: 16px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.button {
  color: #fff;
  background-color: #7AB55C;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 25%;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

.button:focus, .button:hover {
  background-color: #66A148;
  text-decoration: none;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button[disabled] {
  background-color: #8EC970;
}

.main {
  max-width: 520px;
  text-align: center;
  padding: 10px;
  position: relative;
  width: 450px;
  min-height: 500px;
  background: #00000000;
  box-shadow: 25px 25px 75px rgb(0 0 0 / 25%), 10px 10px 70px rgb(0 0 0 / 25%), inset 5px 5px 10px rgb(0 0 0 / 50%), inset 5px 5px 10px rgb(255 255 255 / 20%), inset -5px -5px 15px rgb(0 0 0 / 56%);
  border-radius: 50px;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  height: 65vh;
}

.header {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
}

.form {
  text-align: left;
}

.form-input {
  float: left;
  display: inline-block;
  width: 75%;
  padding: 10px 15px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #A7A7A7;
  border-radius: 3px 0 0 3px;
  transition: border-color ease-in-out .15s;
}

.form-submit {
  float: left;
  border-radius: 0 3px 3px 0;
}

.message {
  padding-top: 5px;
  padding-bottom: 5px;
}

.message--success {
  color: #7AB55C;
}

.message--error {
  color: #C23628;
}

.ag_logo{
  width: 35%;
}

.alert-success{

  color: darkgreen;
}
.invalid-feedback{
  color: red;
}