<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

* {
  margin: 0;
  padding: 0;
}

.button {
  width: 100px;
  background: #295100;
  display: block;
  margin: 0 auto;
  margin-top: 1%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.button:hover {
  background: #2288bb;
}

#login {
  width: 460px;
  margin: 0 auto;
  margin-top: 1px;
  margin-bottom: 1%;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #login {
    width: 200px;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 2%;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    border-radius: 5px;
  }
}

#triangle {
  width: 0;
  border-top: 12x solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #3399cc;
  border-left: 12px solid transparent;
  margin: 0 auto;
}

#login h1 {
  background: #3399cc;
  padding: 20px 0;
  font-size: 140%;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

/*form{
  background:#f0f0f0;
  padding:6% 4%;
}*/

/*input[type="text"],input[type="password"],input[type="number"],input[type="tel"],input[type="email"],option{
  width:100%;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  border-radius: 5px;
  padding:4%;
 // font-family:'Open Sans',sans-serif;
  font-size:100%;
  font-style: normal;
  font-weight: bold;
  color:black;
    
}*/
.login_enter {
  width: 100%;
  background: #fff;
  margin-bottom: 4%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 4%;
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
  color: black;
}
.bold {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
}
fieldset {
  text-align: center;
  border: 1px solid;
  border-color: transparent;
}
legend {
  padding: 0.2em 0.5em;
  border: 1px #1c94c4;
  font-weight: bold;
  font-size: 16px;
  display: block;
  background-color: rgb(205, 216, 205);
  color: white;
}
.legend_main {
  padding: 0.2em 0.5em;
  border: 1px #1c94c4;
  font-weight: bold;
  display: block;
  background-color: #daa520;
  color: white;
  text-align: center;
  font-size: 18px;
}
hr {
  border: 1px solid;
  border-color: buttonface;
}
input[type="submit"] {
  width: 100%;
  background: green;
  border: 0;
  padding: 4%;
  font-size: 100%;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

input[type="submit"]:hover {
  background: #2288bb;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*body {
  background: #c1bdba;
  font-family: 'Titillium Web', sans-serif;
}*/

.form a {
  text-decoration: none;
  color: #1ab188;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.form a:hover {
  color: #179b77;
}

.form {
  padding: 20px;
  max-width: 700px;
  margin: 20px auto;
  border-radius: 4px;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0 auto;
  padding-bottom: 10px;
  /*  width: 506px;*/
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.tab-group li a:hover {
  background: #0a0 !important;
  color: #ffffff;
}
.tab-group .active a {
  background: #0a0 !important;
  color: #ffffff;
}

.tab-content &gt; div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}

label {
  position: relative;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  left: 13px;
  color: black;
  float: left;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 15px;
}
label .req {
  margin: 2px;
  color: red;
}
.req {
  margin: 2px;
  color: red;
}
label .req1 {
  margin: 2px;
  color: red;
}
.req1 {
  margin: 2px;
  color: red;
}
.req2 {
  margin: 0px;
  padding-right: 100px;
  font-size: 20px;
  color: red;
}

label.active {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  left: 2px;
  text-align: left;
  font-size: 14px;
}
label.active .req {
}

label.highlight {
  color: black;
}

input,
textarea,
select {
  font-size: 15px;
  display: block;
  width: 100%;
  /* height: 100%; */
  padding: 5px 10px;
  background: none;
  border-radius: 5px;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: black;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
/*option{
    color:black;
}*/
input:focus,
textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 20px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
  padding: 1px;
}
.top-row &gt; div {
  float: left;
  width: 48%;
  margin-right: 4%;
  padding: 1px;
}
.top-row &gt; div:last-child {
  margin: 0;
}
/*.button-align-right{
     float: right;
}
.button-align-left{
     float: left;
}*/
.button {
  background-color: green;
  border-color: #4cae4c;
  color: #ffffff;
  -webkit-user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  float: right;
  margin-right: 25px;
  /*  -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            -webkit-appearance: none;*/
}
.button:hover,
.button:focus {
  background: lightseagreen;
}

.button-block {
  display: block;
  width: 50%;
  /*  height:30px;*/
  text-align: center;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.error {
  color: red;
  float: right;
  font-size: 12px;
}
#login,
#signup,
#forgot_password {
  background: #f0f0f0;
  padding: 5% 5%;
  border-radius: 10px;
}

#imgdiv {
  width: 160px;
  float: left;
  margin-left: 20px;
}
#reload {
  float: right;
  margin-right: 40px;
}

body {
  margin-bottom: 60px; /*Margin bottom by footer height */
}
.footer {
  position: relative;
  left: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  /*color: white;*/
  text-align: center;
  background-color: #f5f5f5;
}
html {
  overflow-y: auto;
  position: relative;
  /*min-height: 100%;*/
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.forgot_form {
}
</pre></body></html>