body {
background: #7A5BD5;
    height: 100%;

}

html {
	height: 100%
}

#main {
	height: 100%;
	background: url(../img/login_redesign_artwork.png) no-repeat right top;
    background-size:contain;
/*     min-width: 1024px; */
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}



.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

 h2 {
 font-size: 3vmin;
 text-align: center
}


#reset {
	background:#fff;
	width: 72vw;
	margin-top: 6vw;
	padding-bottom: 4vw;
	opacity:.9;
}
#reset-container {
	height: 70%;
	overflow: hidden;
}

#reset-container {
	padding: 6vmin 14vw;
	background: transparent;
	
}
#reset p {
	margin-left:3vw;
	font-size: 1.3vw;
	margin-right:3vw;
}

#reset-left {
	width: 50%;
	float:left;
	margin-left:3vw;
	margin-top:1vw;
}

#reset-right {
	width:28vw;
	float:right;
	margin-right:3vw;
	margin-top: .8vw;
}

#reset-right p {
	margin-top: 0;
	font-size: 1.3vw;
line-height:1.6vw;
}

#reset-left .row {
	display: block;
	margin-bottom: 1vmin
}

#reset-left label {
	width: 9vw;
	display: inline-block;
	font-size:1.3vw;
}

#reset-left button {
	background: #258A29;
	color: #fff;
	padding: 1vmin 4vmin;
	border: 0;
	text-align: center;
	opacity:1;
	font-size: 1.3vw;
	margin-top: 1vw;
}

#reset-left button:hover {
	background: #31aa35
}

reset-left .button {
	text-align: center
}

#reset-left input,
#reset-left select {
	width: 23vw;
	height: 2vw;
}
.reset-error{
	color:red;
	font-weight:bold;
}
#reset h2 {
	padding-bottom: 1vw;
	font-size: 2vw;
	margin-top: 0vw;
	padding-top: 1vw;
	background:#5c44a0;
	color:#fff;
}
#reset h3 {
	padding-left: 3vw;
	font-weight: bold;
	margin-bottom: -1vw;
	font-size: 1.3vw;
}
#reset button {
	background: #5c44a0;
	color: #fff;
	padding: 1vmin 4vmin;
	border: 0;
	text-align: center;
	opacity:1;
	font-size: 1.3vw;
	margin-top: 1vw;
}

#reset button:hover {
	background: #5c44a0
}

#reset .button {
	text-align: center
}

#loginform {
	position: absolute;
	top: 22vh;
	left: 17vh;
	width: 60vh
}

#loginform input[type="text"] {
	width: 47.7vh;
	padding: .4vh
}

#loginform input[type="password"] {
	width: 47.7vh;
	padding: .4vh
}

#loginform input[type="submit"] {
	background: #6249AA;
	border: 0;
	width: 29.2vh;
	padding: 1vh 0;
	color: #fff;
	display: inline-block;
	margin-top: 4vh
	
}

#loginform label {
	display: block;
	color: #fff;
	font-size: 2vh;
	font-weight: lighter
}

#loginform div {
	/*margin-top: 1.8vh*/
}

#logo img {
	width: 62.3vh;
	margin: 0 0 3vh -11.1vh;
	
}

#forgotpassword {
	color: #fff;
	text-decoration: underline;
	font-size: 2vh;
	display: inline-block;
	width: 19vh;
	text-align: right;
	padding: 0;
	margin: 0
}

#footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%

}

#footer a {
	color: #fff
}

#footermenu {
	display: inline-block;
	padding: 0;
	margin: 0;
	
}

#footermenu li {
	text-align: center;
	display: inline
}

#footermenu li a {
	text-decoration: none;
	font-size: 3vh;
	font-weight: lighter;
	margin-left: 3vh
}

#footermenu li a:hover {
	text-decoration: underline
}
#headerdetail {
	text-align: center;
	background: rgba(94, 70, 163, .75);
	line-height: 4vh;
	height: 5vh;
	color: #fff;
	padding: 15px;
}

#headerdetail a {
	color: #fff;
	line-height: 5vh;
}

#headerdetail img {
	width: 250px;
}

#footerdetail {
	background: #5E46A3;
	width: 100%;
	line-height: 4vh;
	height: 5vh;
	font-size: 2vh
}

#footerdetail a {
	text-decoration: none;
		line-height: 5vh;

}

#footercreditmenu {
	padding: 0;
	margin-left: 2vh
}

#footercreditmenu li {
	text-align: left;
	display: inline-block;
	float: left;
	margin-right: 2vh
	}
	
#footercreditmenu a:hover {
	text-decoration: underline
}

#credit {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	right: 2vh;
	line-height: 5vh;
	color: #fff;
	font-size: 2vh
	
}

#logintips {
    margin: 1vw 7vw;
	height: 20vw;
	overflow:auto;
	line-height:1.3;
}

.schoolMenu
{
   /* margin: 0px 0 0 79px;*/
    position:absolute;
    z-index:1;
    border: 1px solid gray;
    width: 18.5vw;
    background-color:White;
    max-height:300px;
    overflow: auto;
}
.schoolMenu ul {
  list-style-type: none;
    margin: 0;
    padding: 0;
}
.schoolMenu ul li {
  margin: 0 0 0 6px;
    padding: 1px 0;
    line-height:18px;
}
.schoolMenu a.noselection {
    color:Gray;
    cursor:default;
}
.schoolMenu a:hover {
    text-decoration:none;
}

a.ddHandle {
    background: white; 
    width:.5vw;
    height:.5vh;
    cursor:pointer;
    margin-left:-2vw;
    font-size:1vw;
    color:#333;
    text-decoration:none;
   
}
a.ddHandle:hover
{
    background: gray;
    cursor:pointer;
    text-decoration:none;
    
}