@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

body {
    outline: none;
    width: 100%;
    height: 100%;
    margin: 50px auto;
    background: -webkit-linear-gradient(to left, #186a8f, #0c3154);
    background: linear-gradient(to left, #186a8f, #0c3154);
    /* font-family: 'Exo 2', sans-serif !important; */
    font-family: 'Roboto Condensed', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    box-sizing: border-box;
  }
  footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size:0.8em;
  }
  .card-footer {
    padding: .75rem 1.25rem !important;
    background-color: rgba(0,0,0,.03) !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
    height:40px !important;
}
  #wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  
  #box {
    width: 380px;
    height: auto;
    margin: 50px auto;
    background: #fff;
    border: thin solid #ededed;
    -webkit-box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,1);
    box-shadow:0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,1);
  }
  #box-register {
    width: 640px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border: thin solid #ededed;
  }
  .col-lg-6{
      flex: none !important;
  }
  #box img {
    width: 55%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 30px 0 0px 0;
  }

  #box-register img {
    width: 52%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    padding-bottom: 15px;
    margin-bottom: 35px !important;
  }
  
  #box h3, #box-register h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0 15px 0;
    font-size: 0.75em;
    color: #015b7e;
  }

  
  #box form, #box-register form {
    width: 100%;
    height: auo;
    margin: 0 auto;
    text-align: center;
  }
  
  #box form input, #box form select, #box-register form input, #box-register form select {
    display: inline-block !important;
    width: 260px !important;
    height: 50px !important;
    margin: 5px auto !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    font-size: 0.9em !important;
    border: 1px solid #cccccc !important;
    transition: all 0.2s ease !important;
  }
  #box form input:focus, #box-register form input:focus, #box-register form select:focus {
    border: thin solid #489ad8 !important;
  }
  #box-register form select{
    font-size: 0.75em !important;
    font-weight: 600 !important;
    color: #6c757d !important;
    text-transform: uppercase;
    width:100% !important;
  }
  
  ::placeholder {
    color: #ccc;
    font-weight: 700;
    font-size: 0.8em !important;
    text-transform: uppercase;
  }
  .text-danger{
    text-transform: uppercase;
    text-align: center;
    font-size: 0.7em;
    margin: 20px 0 5px 0;
  }
  #box a, #box-register a {
    display: block;
    margin: 0;
    padding: 5px 0 15px 0;
    width: 260px;
    height: 20px;
    margin: 0 auto;
    text-align: right;
    text-transform: uppercase;
    font-size: 0.7em;
    color: #ccc;
    font-weight: 400;
  }
  
  #box form .connection-button, #box-register form .connection-button {
    width: 260px;
    height: 50px;
    background: #015b7e;
    border: none;
    outline: none;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.7em;
    transition: all 0.2s ease;
    margin-top:15px;
  }

  #box .signup, #box-register .signup {
    width: 100%;
    height: auto;
    border: none;
    background: #f5f5f5;
    outline: none;
    margin: 0 auto;
    padding: 20px;
    display: block;
    color: #666;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.9em;
  }
  #box .signup p, #box-register .signup p{
    margin-bottom: 0 !important;
  }
  #box .signup p, a, #box-register .signup p{
    font-size: 0.9em;
    text-decoration: none;
  }
  
  #box .signup p, #box-register .signup p {
    color: #ccc;
  }
  
  #box .signup a, #box-register .signup a {
    text-decoration: none;
    color: #015b7e;
    font-size: 1em !important;
  }
  .connection-button{
      border: none !important;
  }
  .label-connection{
    padding-left: !important;
    margin-bottom: -5px;
    text-transform: uppercase;
    font-size: 0.7em;
    margin-top: 5px;
    color: #666666;
    text-align:left;
    width: 260px !important;
  }
  .separator{
      height: 10px;
  }
  #site-footer {
    font-size: 85%;
    background-color: white;
    -webkit-box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,0.05);
      box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,0.05);
    text-align:center;
    position: fixed;
    padding: 10px;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
  }