.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #87cefa;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

body {
  background-color: #87cefa;
}

.login {
  background-position: center;
  font-family: 'Ubuntu', sans-serif;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

.main {
  background-color: #FFFFFF;
  width: 500px;
  height: 500px;
  margin: 3% auto;
  border-radius: 1.5em;
  box-shadow: 0px 11px 35px 2px #87cefa;
}

.main1 {
  background-color: #FFFFFF;
  width: 500px;
  height: 600px;
  margin: 7em auto;
  border-radius: 1.5em;
  box-shadow: 0px 11px 35px 2px #87cefa;
}

.sign {
  padding-top: 10px;
  color: #2b498e;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 23px;
}

.un {
  width: 76%;
  color: rgb(38, 50, 56);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  border: 2px solid #c2cee9;
  margin-bottom: 50px;
  margin-left: 46px;
  text-align: center;
  margin-bottom: 27px;
  font-family: 'Ubuntu', sans-serif;
}

form.form1 {
  padding-top: 40px;
}

.pass {
  width: 76%;
  color: rgb(38, 50, 56);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  border: 2px solid #c2cee9;
  margin-bottom: 50px;
  margin-left: 46px;
  text-align: center;
  margin-bottom: 27px;
  font-family: 'Ubuntu', sans-serif;
}


.un:focus,
.pass:focus {
  border: 2px solid #87cefa !important;

}

.submit {
  cursor: pointer;
  border-radius: 5em;
  color: #fff;
  background: linear-gradient(to right, #2b498e, #2b498e);
  border: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: 'Ubuntu', sans-serif;
  margin-left: 35%;
  font-size: 13px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.forgot {
  text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
  color: #2b498e;
  padding-top: 15px;
}

a {
  text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
  color: #2b498e;
  text-decoration: none
}

.trouble-login-label {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #483d8b;
  margin-left: 5%;
}

.buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*   padding: 2em 0em; */
}

.btn {
  background-color: #6495ED;
  color: white;
  padding: 16px 25px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 18px;
  display: block;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 15px;
  max-width: 160px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.btn:hover {
  text-decoration: none;
}

.btn+.btn {
  margin-left: 20px;
}

/*btn_background*/
.effect01 {
  color: #2b498e;
  border: 4px solid #2b498e;
  box-shadow: 0px 0px 0px 1px #2b498e inset;
  background-color: #FFF;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.effect01:hover {
  color: #FFF;
  border: 4px solid #2b498e;
  background-color: #2b498e;
  box-shadow: 0px 0px 0px 4px #2b498e inset;
}

/*btn_text*/
.effect01 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}

.effect01:hover span {
  letter-spacing: 0.13em;
  color: #FFF;
}


.option-sep {
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  margin: 30px 0;
  text-transform: uppercase;
}

.option-sep:before {
  background: #d6d9da;
  content: "";
  height: 1px;
  right: 50%;
  margin-right: 28px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.option-sep:after {
  background: #d6d9da;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: 28px;
  position: absolute;
  top: 50%;
  width: 100%;
}
