@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);

body, html, button, select, textarea {
    font-family: 'Roboto';
    font-weight: 300;
    color: #838383;
    font-size: 11px;
    line-height: 1.35;
}

body, html { height: 100% }

body {
    background: url('/images/login-bg-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

body, html, button, select {
    text-align: center;
    text-transform: uppercase
}

h1 {
    font-family: 'Roboto';
    font-weight: 600;
    padding: 32px 0;
    margin: 0
}

h2 {
    font-family: 'Roboto';
    font-weight: 600;
    padding: 0;
    margin: 0
}

h1 strong, h2 strong {
    font-family: 'Roboto';
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 0
}

h1 span {
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px
}

h2 span {
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 18px
}

h3 {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    margin: 18px 0
}

h4 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    margin: 12px 0
}

h5 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 11px;
    margin: 4px 0
}

h6 {
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: none;
    font-size: 11px;
    margin: 4px 0
}

.checkbox {
    text-align: center;
    height: 30px;
    margin-left: auto;
    width: 272px;
    margin-right: auto
}

.login-submit-button {
    width: 100%;
    max-width: 300px;
    background-color: #f8536c;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .5px;
    border: 0;
    display: inline-block;
    padding: 12px 0;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s linear;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.login-submit-button:hover, .login-submit-button:focus {
    background-color: #DE3551
}

.sign-up-header, .sign-in-header {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #565656;
    font-weight: 600
}

.icons-img {
    height: 50px
}

.panel {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panel .sign-in-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px
}

.signin-hr {
    color: #f0f0f0;
    margin-top: 0;
    margin-bottom: 30px
}

.signin-hr + span {
    text-transform: none;
}

.signin-hr + span a {
    color: #888;
    letter-spacing: .3px;
    font-size: 12px;
    font-weight: 400
}

.panel-body {
    max-width: 500px;
    padding-left: 0;
    padding-right: 0
}

.form-element {
    width: 60%
}

.need-account {
    margin-top: 30px;
    margin-bottom: 12px;
    text-align: center
}

.form-toggle {
    color: #888;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    max-width: 250px;
    letter-spacing: .5px;
    margin-top: -45px
}

.group {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

.devices-images {
    text-align: center
}

.container {
    font-family: 'Roboto';
    width: 600px;
    margin: 30px auto 0;
    display: block;
    background: #FFF;
    padding: 10px 50px 50px
}

h2 {
    text-align: center;
    margin-bottom: 50px
}

h2 small {
    font-weight: normal;
    color: #888;
    display: block
}

.footer {
    text-align: center
}

.footer a {
    color: #53b2c8
}

.group {
    position: relative;
    margin-bottom: 30px
}

input {
    font-size: 12px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    max-width: 300px;
    border: 0;
    border-bottom: 1px solid #f9a61a
}

input:focus {
    outline: 0;
    border-bottom: 0
}

label {
    color: #999;
    font-size: 12px;
    letter-spacing: .5px;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 12px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 12px;
    color: #f9a61a;
    font-family: 'Roboto'
}

.input-label {
    font-weight: normal
}

.bar {
    position: relative;
    display: block;
    width: 300px
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #f9a61a;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.bar:before {
    left: 50%
}

.bar:after {
    right: 50%
}

input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae
    }
    to {
        width: 0;
        background: transparent
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae
    }
    to {
        width: 0;
        background: transparent
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264ae
    }
    to {
        width: 0;
        background: transparent
    }
}

form#referral, form#go {
    padding-bottom: 0;
    margin-bottom: 0
}

form#forgot-password-form {
    margin-top: 30px !important
}

.radio label, .checkbox label {
    text-transform: capitalize
}

#footer-toggle-links {
    padding: 30px 0
}

#footer-toggle-links p {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    margin: 0
}

#forgot-password-form-button, #sign-up-forgot {
    height: 45px;
    line-height: 45px;
    width: 300px;
    background-color: #f8536c;
    font: Roboto;
    color: #fff;
    margin-top: 20px;
    width: 60%;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    min-height: 36px;
    max-height: 42px;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 76%;
    max-width: 300px;
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s linear
}

@media all and (max-width: 400px) {
    .accounts-container .card-heading-checkout {
        font-size: 15px
    }
}

@media all and (max-width: 1030px) {
    input#accepted_terms {
        margin-left: -33px
    }
}

@media all and (max-width: 400px) {
    .form-toggle {
        max-width: 180px
    }
}

@media all and (max-width: 330px) {
    .form-toggle {
        max-width: 130px
    }
}

@-moz-document url-prefix() {
    input#accepted_terms {
        left: -11px
    }
}
.panel .msg {
    color: red; text-align: center;
    margin-bottom: 25px;
    text-transform: none;
}

.panel input {
    color: #555;
}