/*
Default - #eba133
Idea to move to lighter - #fcb244

*/
/* Social icons {{{ */
@font-face {
  font-family: 'fontello';
  src: url('./fontello/font/fontello.eot?75790286');
  src: url('./fontello/font/fontello.eot?75790286#iefix') format('embedded-opentype'),
       url('./fontello/font/fontello.woff?75790286') format('woff'),
       url('./fontello/font/fontello.ttf?75790286') format('truetype'),
       url('./fontello/font/fontello.svg?75790286#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ddg-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* }}} */

html {
    height: 100.1%;
}
body {
    /* padding-top: 60px; */
    background: #e9e9e9;
    color: #323235;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
}

label.checkbox {
    display: inline-block;
    margin-bottom: 10px;
}
label.checkbox input {
    display: inline-block;
    width: 20px;
}



.error {
    padding: 5px;
    display: inline-block;
    color: #df4930;
    font-size: 90%;
}
.success {
    background: #8eb021;
    color: #fff;
    padding: 12px;
    border: 1px solid #7da010;
    display: inline-block;
}
.ddg-icon {
    font-size: 32px;
}
.icon-facebook {
    color: #3b5998;
}
.icon-google {
    color: #df4930;
}
.icon-twitter {
    color: #64ccf1;
}



/* Form Module {{{ */
.form-module {
    position: relative;
    background: #ffffff;
    max-width: 400px;
    width: 100%;
    border-top: 5px solid #eba133;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: 3%;
}
/*.form-module .top-button a {
    color: #fff;
}
.form-module .top-button {
    position: absolute;
    top: -0;
    left: -0;
    background: #eba133;
    width: 110px;
    height: 25px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 11px;
    line-height: 26px;
    text-align: center;
}*/
.form-module .form {
    padding: 40px;
}
.form-module h1 {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    color: #444;
}
.form-module input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 20px 0 0 0;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.form-module input:focus {
    border: 1px solid #eba133;
    color: #333333;
}
.form-module button {
    cursor: pointer;
    background: #eba133;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    margin-top: 40px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.form-module button:hover {
    background: #da9022;
}
.form-module .cta {
    background: #f2f2f2;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}
.form-module .cta a {
    color: #333333;
    text-decoration: none;
}

#agree-terms {
    display: inline-block;
    margin-top: 15px;
    line-height: 15px;
    padding: 5px;
    border: 1px solid #eee;
    background: #fefefe;
}
#agree-terms a,
#agree-terms a:hover,
#agree-terms a:active {
    color: #eba133;
}
/* }}} Form Module */


.social-logins {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: : 20px;
}
.social-logins span {
    display: inline-block;
    margin-bottom: 12px;
}

.g-recaptcha {
    margin-top: 20px;
    margin-bottom: 10px;
}
.g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}



@media screen and (max-width: 600px) {
    body {
        padding: 0px;
        margin: 0px;
    }
    .form-module {
        max-width: none;
        margin: 0px;
    }
}
@media screen and (max-width: 400px) {
    .g-recaptcha {
        transform:scale(0.79);
        -webkit-transform:scale(0.79);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;

    }
}
