html{
    height: 100%;
    min-height: 600px;
}

body{
    padding: 0px;
    margin: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #222;
    background-repeat: no-repeat;
    background-color: #5e5c5d;
    background-image: -moz-linear-gradient(top, #e3e3e3, #5e5c5d); /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e3e3e3), color-stop(1, #5e5c5d)); /* Safari 4+, Chrome 2+ */
    background-image: -webkit-linear-gradient(top, #e3e3e3, #5e5c5d); /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(top, #e3e3e3, #5e5c5d); /* Opera 11.1+ */
    background-image: -ms-linear-gradient(top, #e3e3e3, #5e5c5d); /* IE10+ */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#5e5c5d'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#5e5c5d')"; /* IE8+ */
    background-image: linear-gradient(top, #e3e3e3, #5e5c5d);
}

ul, ol{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1{
    margin: 0px;
}

/**** Global Container - Page ****/
.globalContainer{
    width: 750px;
    height: 450px;
    max-width:750px;
    margin: 0 auto;
    text-align: left;
    padding: 15px 0 50px 0;
}

.intPanel{
max-width:450px;
max-height:450px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #888 3px 3px 8px 0px, #888 -1px -1px 5px 0px;
-moz-box-shadow: #888 3px 3px 8px 0px, #888 -1px -1px 5px 0px;
box-shadow: #888 3px 3px 8px 0px, #888 -1px -1px 5px 0px;
behavior: url(/images/login/PIE.htc);
position: relative;
}

/**** Brand Panel ****/
.intBrandPanel{
    width: 450px;
    height: 450px;
    max-width:450px;
    max-height:450px;
    float: left;
    display: table;
}

.intBrandHolder{
    display: table-cell;
    text-align:center;
    padding-top: 30px;
    max-width:450px;
    max-height:450px;
}

.schoolLogo{
    display: block;
}

.schoolLogo img{
    margin: 0 auto 0;
    width: 390px;
    display: block;
}

/**** Sign In Panel *****/
.intSignInPanel{
    width: 250px;
    background-color: #fff;
    float: right;
    padding: 40px 16px 44px 26px;
    position: relative;
    height: 366px;
}

.signInTitle{
    background: transparent url("/images/login/login-sprite.png") no-repeat 0 0;
    font-size: 18px;
    color: #444;
    font-weight: normal;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}

/**** Input Fields ****/
.signInBox{
    padding-left: 24px;
}

.signInBox label{
    display: block;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    margin-bottom: 3px;
    padding-left: 12px;
}

.signInBox input[type="text"], .signInBox input[type="password"]{
    width: 184px;
    height: 13px;
    outline: none;
    border: none !important;
    background: transparent url("/images/login/login-sprite.png") no-repeat 0 -120px;
    margin-bottom: 18px;
    padding: 6px 12px 7px !important;
    font-size: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.signInBox input[type="text"]:hover, .signInBox input[type="password"]:hover{
    background: transparent url("/images/login/login-sprite.png") no-repeat 0 -150px;
}

.signInBox input[type="text"]:focus, .signInBox input[type="password"]:focus{
    background: transparent url("/images/login/login-sprite.png") no-repeat 0 -180px;
}

/**** Sign In Button ****/
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] *::-webkit-file-upload-button, button{
    border: none;
}

/* ---------- accessible button stylesheet starts here --------- */

/* have an outline displayed on focus */
.btnSignIn:focus {
    outline: thin #000 dotted;
}

/* basic button with gray fallback background, starts a new z-index context */
.btnSignIn {
    background: #959595;
    background: -webkit-linear-gradient(#afafaf, #2a2a2a);
    background: -o-linear-gradient(#afafaf, #2a2a2a);
    background: -moz-linear-gradient(#afafaf, #2a2a2a);
    background: linear-gradient(#afafaf, #2a2a2a);
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 30px;
    left: 0;
    margin: 4px 12px 18px 10px;
    outline: none;
    overflow: visible;
    padding: 0 44px 0 30px;
    position: relative;
    top: 0;
    z-index: 0;
}

/* span with the text, it has no background and is used mainly to have an element to attach the icon to */
.btnSignIn span {
    border: none;
    display: block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
}

/* hide the ugly inner span outline in FF */
.btnSignIn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* image background is provided by the span's :before and :after pseudoelements; z-index -1 to have the background below the span text */
.btnSignIn span:before {
    background: transparent url('https://www.edline.net/images/sleek/bg-btnD36-index-left.png') no-repeat left 50%;    
    content: '';
    display: block;
    height: 37px;
    left: -9px;
    position: absolute;
    right: 25px;
    top: -3px;
    z-index: -1;
}

.btnSignIn span:after {
    background: transparent url('https://www.edline.net/images/sleek/bg-btnD36-index-right.png') no-repeat right 50%;
    content: '';
    display: block;
    height: 37px;
    position: absolute;
    right: -10px;
    top: -3px;
    width: 35px;
    z-index: -1;
}

/* icon is placed in the main button's :after pseudoelement, with z-index: 1 to float above the background */
.btnSignIn:after {
    background: transparent url('https://www.edline.net/images/sleek/icons32/icon-signIn.png') no-repeat left 50%;
    content: '';
    display: block;
    height: 40px;
    outline: none;
    position: absolute;
    right: -16px;
    top: -4px;
    width: 40px;
    z-index: 1;
}


/* on focus, we change the background to blue */
.btnSignIn:focus, .btnSignIn:hover {
    background-color: #2480b3;
    background: -webkit-linear-gradient(#1e3f4d, #2591bd);
    background: -o-linear-gradient(#1e3f4d, #2591bd);
    background: -moz-linear-gradient(#1e3f4d, #2591bd);
    background: linear-gradient(#1e3f4d, #2591bd);
}

/* and have the image background change to blue, too */
.btnSignIn:focus span:before, .btnSignIn:hover span:before {
    background-image: url('https://www.edline.net/images/sleek/bg-btnD36-leftHoverBlue.png');
}
.btnSignIn:focus span:after, .btnSignIn:hover span:after {
    background-image: url('https://www.edline.net/images/sleek/bg-btnD36-rightHoverBlue.png');
}


/* on mouseclick, we change the background to white with a gray text */
.btnSignIn:active {
    background-color: #ddd;
    background: -webkit-linear-gradient(#b2b2b2, #fcfcfc);
    background: -o-linear-gradient(#b2b2b2, #fcfcfc);
    background: -moz-linear-gradient(#b2b2b2, #fcfcfc);
    background: linear-gradient(#b2b2b2, #fcfcfc);
    color: #666;
}

/* and have the image background change to white, too */
.btnSignIn:active span:before {
    background-image: url('https://www.edline.net/images/sleek/bg-btnD36-leftOn.png');
}
.btnSignIn:active span:after {
    background-image: url('https://www.edline.net/images/sleek/bg-btnD36-rightOn.png');
}


/*** Forgot User Name/Password ****/
.forgotLink{
    background: transparent url("/images/login/login-sprite.png") no-repeat 0 -37px;
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 14px;

}

.forgotLink:hover{
    text-decoration: underline;
}

/**** Sign Up ****/
.intActivate{
    background: transparent url("/images/login/login-sprite.png") no-repeat 0 -58px;
    padding-left: 44px;
    font-size: 12px;
    margin-top: 70px;
}

.intActivate div a{
    text-decoration: none;
    color: #4d800b;
    font-weight: bold;
}

.intActivate div a:hover{
    text-decoration: underline;
}

.signUpTitle{
    color: #666;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 4px;
}

.signUpLink{
    color: #666;
}

/**** School Login ****/
.schoolLogin{
    background: url("/images/login/school_login_icon.png") no-repeat;
    padding-left: 44px;
    font-size: 9px;
    margin-top: 10px;
    height: 32px;
}

.schoolLogin div a{
    text-decoration: none;
    color: #73BF10;
    font-weight: bold;
}

.schoolLogin div a:hover{
    text-decoration: underline;
}

.schoolLoginTitle{
    color: #666;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 4px;
}

.schoolLoginLink{
    color: #666;
}

hr {
  border: none;
  height: 1px;
  background-color: #514f50;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("font-icons/fontawesome-webfont.eot?v=3.2.1");
  src: url("font-icons/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("font-icons/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("font-icons/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("font-icons/fontawesome-webfont.svg?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], .m-tooltip:after,
[class*=" icon-"] {
  font-family: FontAwesome !important;
  font-weight: normal !important;
  font-size: inherit;
  font-style: normal !important;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

 /* Stacked and layered icon */
.icon-info-sign:before {
  content: url("/images/login/info-icon.png");
}

/****** alerts *******/
.m-alert {
  position: relative;
  padding: 8px 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-family: arial, sans-serif;
  font-size: 14px;
  width: 730px;
}
  .m-alert a:hover {
    text-decoration: none;
  }
  .m-alert h1 {
    margin-top: 0;
    margin-top: 0;
  }
.m-alert {
  border-width: 1px;
  border-style: solid;
  background-color: #fcfcfd;
  border-color: #959ea6;
  border-color: rgba(149, 158, 166, 0.6);
  color: #555d66;
}
  .m-alert:before {
    /*content: "";*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(149, 158, 166, 0.04);
  }
  .m-alert i {
    color: #959ea6;
    font-size: 135%;
    vertical-align: -7%;
  }
  .m-alert i {
    color: #425b74;
  }
  .m-alert.m-error {
    border-width: 1px;
    border-style: solid;
    /*background-color: #fcfcfd;*/
      background-color: #FEF4F6;
    border-color: #e74b3b;
    border-color: rgba(231, 75, 59, 0.6);
    color: #555d66;
  }
    .m-alert.m-error:before {
      /*content: "";*/
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(231, 75, 59, 0.04);
    }
    .m-alert.m-error i, .m-modal .m-error.m-header i {
      color: #e74b3b;
      font-size: 135%;
      vertical-align: -7%;
    }
