* {
  box-sizing: border-box;
}

/* django message */
#message-box {
  width: 1440px;
  height: 210px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -720px;
  z-index: 2;
}
/* style for message */
.alert {
  background-color: #508dd7;
}
.message-text {
  font-family: Lato, sans-serif;
  font-size: 21px;
  color: #ffffff;    
}
span.close-msg {
  color:#fff; 
  font-size:40px; 
  font-weight:50; 
  cursor: pointer;
}

.form_content table {
    width: 100%;
}
.form_content td {
  display: block;
}

.registration_form_heading {
  font-size: 16px;
  font-family: 'Roboto';
  color: #333333;
  margin: 10px 0px 0px 0px;
  font-weight: bold;
}

.registration_form_table input {
    margin: 4px 0px 0px 0px;
}

.error_text {
    font-size: 14px;
    font-family: Roboto;
    color: #ff0000;
    margin: 0;
    padding: 0;
}

#id_alias,
#id_country,
#id_state,
#id_taxId_0,
#id_taxId_1,
#id_email,
#id_username,
#id_password1,
#id_password2,
#id_new_password1,
#id_new_password2 {
    width: 100%;
    height:30px;
    border-radius: 4px;
    border: solid 1px #a5a5a5;
    font-size:15px;
}

.login_text {
    position: absolute;
    top: 5%;
    right: 15%;
    font-size: 12px;
    z-index: 2;
}

.login_text a {
    color: #000000;
    font-family: 'Roboto';
}
.login_text a:hover {
    color: #73cdd8;
}

.column {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.left {
    width: 50%;
    background-color: #F5F5F5;
    left: 0;
}

.right {
    width: 50%;
    right: 0;
}

.centered {
    padding: clamp(70px, 10%, 100px);
    position: absolute;
    width: 100%;
}

.middle {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: clamp(70px, 10%, 100px);
}

.aina_logo {
    position: relative;
    width: auto;
    float: right;
    padding-right: 10%;
    padding-bottom: 20px;
}

.aina_logo img {
    height: 80px;
}

.content {
    width: 100%;
    float: left;
}

.info_table {
    border: 0px;
    margin-bottom: 20px;
}

.info_table tr td {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 10px;
}

.check_mark {
    vertical-align: top;
    height: 20px;
}

.check_mark_text {
    font-size: 16px;
    padding-left: 20px;
    font-family: 'Roboto';
}

.content_header {
    font-size: 30px;
    font-family: 'Oswald';
    color: #333333;
}

.registration_header {
    font-size: 35px;
    font-family: 'Oswald';
    color: #333333;
}

.form_content {
    text-align: left;
}

.form_content label {
    font-size: 16px;
}

.register_button {
    width: 250px;
    height: 40px;
    background-color: red;
    border: 0;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Roboto';
    color: #ffffff;
}

.register_text {
    font-size: 16px;
    font-family: 'Roboto';
    color: #333333;
}

.register_text small {
    font-size: 14px;
    font-family: 'Roboto';
    color: #333333;
}

.register_text a {
    color: #000000;
}

.register_text a:hover {
    color: #73cdd8;
}

.bottom_text {
    font-size: 16px;
    font-family: 'Roboto';
    bottom: 0;
}

.bottom_text a {
    color: #000000;
}

.bottom_text a:hover {
    color: #73cdd8;
}

.aina_subtext {
   margin-top: 5px;
   font-size: 14px;
   font-family: 'Roboto';
   color: #333333;
}
/*
#msg-box {
  position: absolute;
  width: 1440px;
  height: 210px;
  background-color:  #444444; 
  display: none;
}
.cbox {
    padding: 20px 30px;
}
.close-mbox {
  border: none;
  cursor: pointer;
  color:#fff;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.6;
  }
.close-mbox:hover {
  opacity: 1;
}
.msg-header {
  font-family: Lato, sans-serif;
  font-size: 21px;
  color: #ffffff;    
}
.msg-p {
  font-size:16px;
  font-family: Lato, sans-serif;
  color: #ffffff;
}
*/

.form-text li {
  font-family: Roboto;
  font-size: 14px;
  color: #333333;
}

