html, body {
    font-family: 'Source Sans Pro', sans-serif;
    color:#000;
    background:#FF3D54;
    /* background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(236, 247, 224) 100%); */
}

.baseline{
  color: #000;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.auth-box {
    border-radius: 10px;
    padding:25px;
    width:75%;
    /*min-width:500px;*/
    margin:20px auto;
    background:#fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.2);
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.2);
}

.auth-box .row{
  margin:0;
}

#id_username {
  background-color: transparent;
}

.registration-form-container {
    width: 50%;
    margin: auto;
}

.outer-area {
    margin-top: 25px;
}

.asteriskField{
  color:#EE223A;
}

.btn-primary {
  color: #fff;
  background-color: #EE223A;
  border-color: #EE223A;
}

.btn-primary i {
  padding:0 0 0 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  color: #fff;
  background-color: #C90018;
  border-color: #C90018;
}

a {
    color: #EE223A;
    text-decoration: none;
    background-color: transparent;
}

a:hover,
a:focus,
a:active{
  color:#A10B1D;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(238, 34, 58, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 34, 58, 0.6);
  outline: 0 none;
}

#logo a{
  color:#fff;
  text-decoration:none;
  font-weight: 700;
  color:#fff;
  margin:0;
  padding:0;
}


/* BOOTSTRAP */

.socialaccount_providers{
  padding:0;
}

.socialaccount_providers li{
  list-style:none;
}

.socialaccount_providers li a.socialaccount_provider {
  rem-border: 1px solid #ddd;
  border-radius: .25rem;
  rem-box-shadow: 2px 2px 8px rgba(0,0,0,.7);
  -padding: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  overflow: hidden;
  rem-font-size: 1.2em;
}

.socialaccount_providers li a.socialaccount_provider:hover {
  text-decoration: none;
}

.socialaccount_providers li a.socialaccount_provider.facebook {
  background: #4B67A3; /* technically gradient down to #3A579A */
  color: #fff;
}
.socialaccount_providers li a.socialaccount_provider.facebook:before {
  font-family: FontAwesome;
  font-size: 1.9em;
  content: "\f082";
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

.socialaccount_providers li a.socialaccount_provider.google {
  background: #DE4931;
  color: #fff;
}
.socialaccount_providers li a.socialaccount_provider.google:before {
  font-family: FontAwesome;
  font-size: 1.9em;
  content: "\f1a0";
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}


/* from http://konigi.com/tools/css-sticky-notes */
.sticky {
  -webkit-box-shadow: #DDD 0px 1px 2px;
  position: relative;
  background-color: #F4F39E;
  border-color: #DEE184;
  text-align: center;
  margin: 2.5em 0px;
  padding: 1.5em 1em;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  font-family: Chalkboard, 'Comic Sans';
}
.sticky.taped2:after {
  display: block;
  content: "";
  position: absolute;
  width: 110px;
  height: 30px;
  top: -21px;
  left: 30%;
  border: 1px solid #fff;
  background: rgba(254, 254, 254, .6);
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0 3px rgba(0,0,0,0.1);
}

/* borrowed from http://designshack.net/articles/css/4-fun-css-image-effects-you-can-copy-and-paste/ */
.picture-frame img {
  border: 10px solid #fff;
  -webkit-box-shadow: 3px 0px 0px #777;
  -moz-box-shadow: 3px 0px 0px #777;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.35);
}

.legal{
  font-size:0.9em;
  margin-top:20px;
}
