/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .

 */


 @import url('https://fonts.googleapis.com/css?family=Lato');

body {
  font-family: 'Lato', sans-serif;
  background: #eeeeee;
}

/* EXHIBITORS REGISTRATION */

#registration_form {
  margin: 20px auto 0 auto;
  padding: 20px;
  width: 780px;
  background: white;
  border: 1px solid #dedede;
  border-radius: 20px;
  text-align: left;
  color: #666;
}

#registration_form h1 {
  text-align: center;
  margin-bottom: 50px;
}

.main_field {
  margin: 0 auto;
  padding: 15px 40px 25px 40px;
  width: 500px;
  background: #dedede;
  margin-bottom: 25px;

}

.field {
  padding: 0;
  margin: 0;
  width: auto;
}

.field_checkbox {
  margin-top: 20px;
  padding: 5px;
  width: 450px;
}

#registration_form input {
  margin: 5px;
  padding: 10px 20px;
  width: 450px;
  height: 20px;
  font-size: 15px;
  border: 0px solid #999;
  background: white;
}

input#exhibitor_postal_code, input#exhibitor_city, input#exhibitor_country, input#exhibitor_phone {
  width: 200px;
}

#registration_form input[type="radio"] {
  width: auto;
  height: auto;
}

input#login_registration_button {
  margin: auto auto;
  text-align: center;
  padding: 10px 20px;
  width: 150px;
  height: 50px;
  background-color: #84b245;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

input#login_registration_button:hover {
  background-color: #5b7b2f;
}
.actions {
  text-align:center;
  margin: 50px auto 0 auto;
  width: 150px;
}

.two-col {
  float: left;
  width: 50%;
}



/* EXHIBITORS LOGIN */

#login_form {
  margin: 0 auto;
  padding: 20px;
  width: 310px;
  background-color: #dedede;
  /*background: rgb(129,175,66);*/
  border-radius: 20px 20px;
  text-align: center;
  color: #666;

}

#login_form h1 {
  font-size: 22px;
  margin: 25px 0 30px 0;
}

#login_form input {
  padding: 10px 20px;
  font-size: 15px;
  border: 0px solid #999;
  background: white;
  width: 250px;
  height: 20px;
}


input#login_button, input#forgotten_password_button {
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 150px;
  height: 50px;
  /*background-color: #ababab;*/
  background-color: #84b245;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

input#forgotten_password_button {
  width: 310px;
}

input#login_button:hover, input#forgotten_password_button:hover {
  /*background-color: #666;*/
  background-color: #5b7b2f;
}


p.login_notice {
  font-weight: bold;
}

p.login_success {
  font-weight: bold;
  color: green;
}

p.login_error {
  font-weight: bold;
  color: rgb(220,0,0);
}

td.align_center {
  text-align: center;
}

#lang {
  text-align: center;
}

.img_lang {
  width: 25px;
  height: 15px;
  margin: 0 5px;
}

#login_logo {
  margin: 45px auto 15px auto;
  padding: 0;
  width: 126px;
  height: 73px;
  background-image:url('/img/logo.png');
  background-repeat: no-repeat;

}

#login_register {
  color: red;
  text-decoration: none;
}

#login_register:hover {
  text-decoration: underline;
}
