/* NOT PART OF uADMIN THEME */
/*html{
  background: #f1f1f1;
  font-family:'Open Sans', Arial, sans-serif;
}*/
/* NOT PART OF uADMIN THEME */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  background: #f9f9f9; }

body {
  color: #444; }

.login {
  min-width: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4em; }

.login * {
  margin: 0;
  padding: 0; }

#login {
  width: 320px;
  padding: 8% 0;
  margin: auto; }

#login h1 {
  text-align: center;
  font-size: 2em;
  display: block;
  font-weight: 600; }

#login h1 a {
  /*background: url("https://cdn.lrswebsolutions.com/wsadmin/img/ws_icon.png");*/
  background: url("../images/antilles-logo.svg");
  background-position: center top;
  background-repeat: no-repeat;
  color: #999;
  height: 80px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 auto 25px;
  text-decoration: none;
  text-indent: -9999em;
  outline: 0;
  overflow: hidden;
  display: block; }

#loginform {
  margin: 20px 0;
  padding: 26px 24px 26px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 5px solid #ddd;
  /*box-shadow:0 1px 3px rgba(0,0,0,.13);*/ }

#loginform p {
  margin-bottom: 0; }

#loginform label {
  color: #777;
  font-size: 14px;
  display: block;
  margin: 0;
  transition: all .2s ease;
  cursor: pointer; }

#loginform input[type="text"],
#loginform input[type="email"],
#loginform input[type="password"] {
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  font-size: 24px;
  line-height: 1;
  width: 100%;
  padding: 3px;
  margin: 2px 6px 16px 0;
  display: block;
  box-sizing: border-box;
  color: #555;
  transition: all .2s ease;
  outline: none; }

#loginform input[type="text"]:focus,
#loginform input[type="email"]:focus,
#loginform input[type="password"]:focus {
  border-color: #999 !important;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px; }

#loginform input[type="submit"] {
  font-family: 'Open Sans', sans-serif;
  height: 30px;
  line-height: 28px;
  padding: 0 12px 2px;
  vertical-align: baseline;
  background: #428bca;
  border: 1px solid #357ebd;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  white-space: no-wrap;
  box-sizing: border-box;
  font-size: 13px;
  margin: 0;
  float: right;
  transition: all .2s ease; }

#loginform input[type="submit"]:hover {
  border: 1px solid #285e8e;
  background: #3276b1; }

#loginform select {
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  font-size: 18px;
  line-height: 1;
  width: 100%;
  padding: 3px;
  margin: 2px 6px 16px 0;
  display: block;
  box-sizing: border-box;
  color: #555;
  transition: all .2s ease;
  outline: none; }

#loginform select:focus {
  border-color: #999 !important;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px; }

#loginform .altCTA {
  float: left;
  height: 30px;
  line-height: 28px;
  margin-top: 1px; }

#loginform .altCTA {
  float: left;
  height: 30px;
  line-height: 28px;
  margin-top: 1px; }

#loginform .submit {
  float: right;
  height: 30px;
  line-height: 28px; }

.login p {
  line-height: 1.5;
  font-size: 13px; }

.login a {
  color: #777;
  text-decoration: none;
  transition: all .2s ease; }

.login a:hover {
  color: #428bca; }

#backto {
  display: none;
  margin-bottom: 12px;
  padding: 0 29px;
  overflow: hidden; }
  #backto span {
    float: left; }
  #backto .arrow {
    width: 13px;
    margin: 0 5px 0 0; }
  #backto .sitename {
    width: calc(100% - 18px); }

p.version {
  padding: 0 29px;
  display: block;
  font-size: 11px;
  opacity: .6;
  margin-bottom: 29px;
  text-align: center; }

.alert {
  margin: 20px 0;
  padding: 15px 24px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 1px 5px; }

.alert-success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

/*# sourceMappingURL=authenticate.css.map */
