@import url(https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Open+Sans:wght@300;400;500;600&display=swap);
a {
  text-decoration: none !important;
  color: #2a2f5b; }
  a:hover {
    text-decoration: underline;
    color: #04843f; }

body {
  font-family: 'Lora', sans-serif;
  background: #F3F3F3;
  font-size:13px;
  letter-spacing: 0.2px; }

html {
  height: 100%; }

body {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #f5f5f5; }

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#main {
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center; }

.main-column {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; }

#mainLeft {
  background: #24785a;
  background: linear-gradient(75deg, #24785a 0, #25966e 55%, #e7e706 100%);
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-left: 32px;
  padding-right: 32px; }

#margin-right {
  background: #ededed; }

#textLogo {
  color: #fff;
  transition: all .5s;
  text-decoration: none; }
  #textLogo h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700; }

.desc {
  max-width: 600px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8; }

.btn-custom {
  background: #e0ff63;
  border-radius: 5px;
  color: #000 !important; }
  .btn-custom:hover {
    background: #c1e047; }

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 24px; }
  .form-signin .checkbox {
    font-weight: 400; }
  .form-signin .form-floating:focus-within {
    z-index: 2; }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

@media screen and (max-width: 1200px) {
  #mainLeft {
    width: 40% !important; }

  #mainRight {
    width: 60% !important; } }
@media screen and (max-width: 1000px) {
  #main {
    width: unset; }

  #mainLeft {
    display: none; }

  #mainRight {
    width: 100vw !important;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center; } }
@media screen and (max-width: 576px) {
  #mainRight {
    width: unset !important; } }

/*# sourceMappingURL=signin.css.map */
