@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: "Raleway", sans-serif;
  background-repeat: no-repeat;
}

.register {
  margin-top: 20px;
  font-size: 15px;
}

.toRegister {
  color: blue;
}

.container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container .top:before,
.container .top:after,
.container .bottom:before,
.container .bottom:after {
  margin-left: 300px;
  transform-origin: -300px 50%;
  opacity: 1;
}

.imgCont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0px;
  flex-basis: 40%;
}

.top:before,
.top:after,
.bottom:before,
.bottom:after {
  content: "";
  display: block;
  position: absolute;
  width: 200vmax;
  height: 200vmax;
  top: 50%;
  left: 50%;
  margin-top: -100vmax;
  transform-origin: 0 50%;
  z-index: 10;
  opacity: 0.65;
}

.top:before {
  transform: rotate(45deg);
  background: #e3ec38;
}

.top:after {
  transform: rotate(135deg);
  background: #ecd713;
}

.bottom:before {
  transform: rotate(-45deg);
  background: #ecef5a;
}

.bottom:after {
  transform: rotate(-135deg);
  background: #f3ec1a;
}

.center {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  opacity: 1;
  color: rgb(51, 51, 51);
}

.center input {
  width: 100%;
  padding: 15px;
  margin: 5px;
  border-radius: 1px;
  border: 1px solid #ccc;
  font-family: inherit;
}

.loginAlumnosbody {
  background-color: #558fdc;
}

.loginProfesoresbody {
  background-color: #e3bb29;
}

.boton_primario {
  display: inline-block;
  background: #55c2da;
  border: 0;
  border-radius: 50%;
  padding: 10px 16px;
  color: white;
  font-weight: bold;
}

.boton_primario:hover {
  cursor: pointer;
}

.boton_primario:active {
  transform: scale(.95);
}
