/* @charset "UTF-8"; */
/*
#background {
  background-image: url('../images/Group 2839_x2.jpg');
}

.info form{
  display: inline-flex;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 30px;
}
*/
.login-wrapper-options {
  display: flex;
}

.login-wrapper-options > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-wrapper-options > div > p {
  flex: 1;
}

@media only screen and (max-width: 1650px) {
    .ginfo form#login div:nth-child(2)
    {
      flex-direction: column;
    }
    .ginfo form#login div:nth-child(2) div:first-child {
        border-left: 1px solid lightgray;
    }
  }

/*
@media only screen and (max-width:800px)
{
    .info form{
        margin-left:0%;
        margin-right:0%;
    }
}

.info form div:first-child {
  padding-right: 10%;
  min-width: 200px;
}

input#access {
  display: none;
}

input[type="text"],input[type="password"] {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
  border: none;
  background-color: #303030;
  color: white;
}

input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active {
    border-bottom: 2px solid #800000;
    margin-bottom: 10px;
    outline: none;
}
*/

/* --- media queries --- */
/*
@media only screen and (max-width: 800px)
{
    .info form{
      display: block;
    }

    .info form div:first-child {
	  padding-right: 0;
      min-width: none;
	}
}
*/

/*
body {
    margin: 0px;
    background: url("../images/bk2.jpg");
    background-color: #f6f6f6;
    background-attachment: fixed;
}
#video-library {
    margin-top: 30px;
    width: 100%;
}
#container {
    width: 600px;
    margin: auto;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 4px #000000;
    margin-bottom: 25px;
}
#header-img {
    height: 150px;
    margin: auto;
    margin-bottom: 20px;
    width: 600px;
}
#textbox {
    background-image: url("images/n2ncuonline-macbook.png");
    background-repeat: no-repeat;
    background-position: right 5px;
    background-size: 400px auto;
    min-height: 210px;
    margin-right: 20px;
}
#textbox-items {
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 25px;
}
#textbox-header {
    font-size: 20px;
    color: #606060;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 20px;
}
#main-body {
    padding: 15px;
}
#main-body hr {
    color: #FFFFFF;
}
#main-body ul {
    list-style: square;
    text-align: justify;
    margin-top: 0px;
}
#main-body ul li {
    margin-bottom: 8px;
    text-align: justify;
}
#main-body ul li a{
    color: #5a0000;
}

.main-body-header {
    color: #5a0000;
    font-size: 22px;
}

.main-body-subheader {
    margin-top: 19px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3em;
    color: #606060;
    font-weight: bold;
}

.password {
    color: #5A0000;
    line-height: 1.3em;
    margin-bottom: 20px;
    text-align: center;
    font-size: 19px;
}

#button-newAccount {
    margin-left: 38px;
}
.button {
    background-color: #5a0000;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 17px;
    font-size: 20px;
    box-shadow: 0px 0px 4px #000000;
    text-align: center;
}

#links {
    color: #606060;
    font-size: 9.3px;
    font-weight: normal;
    line-height: 1.3em;
    font-stretch: condensed;
}

#links a{
    color: #5a0000;
}

form#recovery {
    display: table-cell;
}

form p{
    font-size: 13px;
}

form input#submit, a#newAccountButton, a#recovery {
    background-color: #5a0000;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 17px;
    font-size: 14px;
    box-shadow: 2px 2px 4px #000000;
    text-align: center;
    border: 0px solid #000000;
    border-radius: 4px;
}

form input#email {
    height: 24px;
    width: 180px;
}

form#login input#password {
      height: 24px;
      width: 162px;
}

form#recovery input#password {
      height: 24px;
      width: 134px;
}


form input#access {
    height: 24px;
    width: 144px;
}

a#newAccountButton {
    position: relative;
    left: 60px;
}

.error {
    color: red;
    font-size: 11pt;
    line-height: 16pt;
}

#footer {
    padding: 0px 0px 10px 0px;
    text-align: center;
    color: #b0b0b0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    font-stretch: condensed;
}

#footer a{
    color: #5a0000;
    font-size: 11px;
    padding: 0px 10px 0px 10px;
    position: relative;
    top: -4px;
    text-decoration: none;
}

#newAccountForm {
    border: 1px solid grey;
    color: #333;
    padding: 8px;
}

.ui-widget-overlay {
    background: #AAA;
    orphans: 0.5;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

#dialog-form {
    display: none;
}

form input {
    height: 28px;
    padding: 0px 8px 0px 8px;
    width: 245px;
    margin-top: 4px;
    margin-bottom: 12px;
}

form fieldset {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 0px 12px 8px;
}

form input {
    height: 28px;
    padding: 0px 8px 0px 8px;
    width: 285px;
    margin-bottom: 12px;
}

form fieldset {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 0px 12px 8px;
}

form p#directions_access {
    color: #333;
    font-style: italic;
    position: relative;
    left: 75px;
    top: -20px;
    font-size: 8pt;
}
*/
