.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clearfix {
  clear: both;
}

.forgot-email-form {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.75em;
}

.form-login {
  width: 90%;
}

.form-login-forgot {
  margin-left: 0.3em;
}

.student-select {
  margin: 35px 0 0 0;
}

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
/* 16x9 Aspect Ratio */
  padding-bottom: 56.25%;
}
 
 
.iframe-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
