﻿*,
*:before,
*:after {
  box-sizing: border-box;
}

#signup h1 {
    color: white;
    font-size: 29px;
}
.h1 {
    font-size: 29px;
}
html {
  overflow-y: scroll;
}

body {
  background: #c1bdba;
  font-family: 'Titillium Web', sans-serif;
}
a {
  text-decoration: none;
  color: #1ab188;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: #179b77;
}

.form {
  background: rgba(19, 35, 47, 0.9);
  padding: 20px;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
.tab-group .active a {
  background: #1ab188;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: block;
}

.tab-content-login {
    border: solid 2px #f5f5f5;
    padding: 20px 25px;
}

h1 {
  text-align: center;
  color: #ffffff;
  /* font-weight: 300; */
  margin: 0 0 30px;
}

label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
label .req {
  margin: 2px;
  color: #1ab188;
}

label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input,
textarea {
  font-size: 17px;
  display: block;
  width: 100%;
  /*height: 100%;*/
  padding: 10px 10px;
  background: white;
  /* background-image: none; */
  border: 1px solid #ffffff;
  color: #000000;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 20px;
}

.field-wrap input {
    /*color: white;*/
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}
.pad-top {
    /* margin: 0 0 0 10px; */
}
.signup-or {
    /* margin-top: -55px; */
    margin-right: -15px;
    /* background: #add3e8; */
    /* padding: 12px 0; */
    z-index: 9;
    position: relative;
    font-size: 20px;
}
.icon-sosial{
    padding: 0 0 0 10px;
}
#signup #signup-intro-message p {
    color: #4a4a4a;
    font-size: 20px;
}
.pad-bottom-large {
    margin-bottom: 47px;
}
.signup-text {
    color: #4a4a4a;
    float: right;
    clear: both;
}
#signup h1 {
    font-size: 44px!important;
    margin-bottom: 0;
    padding-bottom: 0!important;
}
.signup-left {
    padding-right: 50px;
}
.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #05B0D7;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
   box-shadow: 0 4px 10px 4px rgba(120, 121, 121, 0.3);
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}
input.login {
    background: none repeat scroll 0 0 #4f4e4c;
    border: 0 none;
    color: #FFF;
    display: block;
    font-size: 13px;
    margin: 26px 243px 0;
    outline: 0 none;
    padding: 6px 28px;
    width: auto;
}

    input.login:hover {
        border: 0;
        outline: 0;
        background: #6e6e6e;
        cursor: pointer;
    }

    input.login:focus {
        border: 0;
        outline: 0;
    }

input[type=checkbox].check {
    display: none;
}

input[type=checkbox].check + label {
    color: #BBB;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 242px 24px;
    width: 223px;
}

input[type=checkbox].check + label span {
    font-size: 18px;
}

input[type=checkbox].check + label span:before {
    display: inline-block;
    margin: 0 8px 0 0;
    cursor: pointer;
    float: left;
    font-family: FontAwesome,sans-serif;
    content: "\f096";
}

input[type=checkbox].check:checked + label span:before {
    font-family: FontAwesome,sans-serif;
    content: "\f046";
    color: #4f4e4c;
}

.terms-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    visibility: hidden;
}

    .terms-window:target {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .terms-window > div {
        background: none repeat scroll 0 0 #FFF;
        height: 80%;
        margin: 8% 22% auto;
        overflow-y: scroll;
        overflow-x: auto;
        padding: 40px;
        position: relative;
        width: 55%;
    }

    .help-window p span, .terms-window p span {
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        width: 100%;
        padding: 20px 0 8px;
        color: #4f4e4c;
    }

.help-window p span {
    padding: 0 0 8px;
}

a.close {
    color: red;
    font-size: 22px;
    line-height: 25px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-decoration: none;
    top: 8px;
    width: 26px;
}

a.close:hover {
    color: red;
    text-decoration: none;
}

.help {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 22px;
}

a.help {
    color: #bbb;
    text-decoration: none;
}

    a.help:active, a.help:focus, a.help:hover {
        color: #ff2424;
        text-decoration: none;
    }

.help-window {
    position: absolute;
    width: 220px;
    height: auto;
    top: -190px;
    right: -82px;
    bottom: auto;
    left: auto;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    visibility: hidden;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
}

    .help-window:target {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .help-window > div {
        width: auto;
        position: relative;
        margin: 0;
        padding: 22px;
    }

a.close2 {
    color: #bbb;
    line-height: 25px;
    position: absolute;
    right: 10px;
    top: 17px;
    left: auto;
    bottom: auto;
    text-align: center;
    width: 24px;
    text-decoration: none;
    font-size: 14px;
}

    a.close2:hover {
        color: #4f4e4c;
    }

.need-help {
    color: #bbb;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

    .need-help span {
        font-family: FontAwesome,sans-serif;
        color: #ff2424;
        font-size: 13px;
        display: inline-block;
        width: 24px;
    }

.help-window:after, .help-window:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid rgba(187,187,187,.6);
}

.help-window:after {
    bottom: -8px;
    margin-left: -10px;
    border-top: 8px solid #fff;
}

a.close-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.help-window p, .terms-window p, p.intro {
    color: white;
    display: inline-block;
    font-family: 'Segoe UI',Verdana,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.help-window p, .terms-window p {
    margin: 0 0 10px;
}

p.intro {
    margin: 10px 0;
}

.field-wrap input[type=checkbox]{
    width: 50px;
    height: 20px;
    float: left;
    margin: 12px 0 0 0;
}
p.fsize16 {
    font-size:16px;
}
.img-ajax-loader-signin{float:left;margin-left:135px;margin-top:-33px;display:none}
.capcha {
    width: 100%;
}
p.black {
    color:black;
}
.signup-form-column {
    /*border-left: 1px solid #b2bec6;*/
    padding: 0 40px;
}




.btn-link {
    text-decoration: underline;
    margin: -2px 0 0 0;
    padding: 0
}

.btn-link:hover {
    text-decoration: none
}

.container-content {
    /*background-color: #fff;*/
    padding:4em 0
}

.main-content {
    margin-top: 3em
}

@media(max-width: 767px) {
    .main-content {
        margin-top:1em
    }
}

.main-content.payments {
    margin-top: -1em
}

.text-primary {
    color: #000
}



@media(min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:0
    }
}

@media(max-width: 767px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:15px
    }

    .nav.navbar-nav.navbar-right.pull-right {
        margin-top: 3px;
        font-size: .75em
    }

}



.navbar-brand,.navbar-nav>li>a {
    text-shadow: none
}


.navbar-secondary {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-top: 50px;
    border-radius: 0;
    margin-bottom: 0
}

.navbar-secondary {
    background-color: #3b606b
}

.navbar-secondary li a {
    color: #fff
}

.navbar-secondary .nav>li>a:focus,.navbar-secondary .nav>li>a:hover {
    background-color: #3b606b;
    text-decoration: underline
}

.navbar-secondary .nav.navbar-right>li>a:focus,.navbar-secondary .nav.navbar-right>li>a:hover {
    background-color: #324349
}

.navbar-secondary .nav.navbar-right>li {
    background-color: #324349;
    padding: 15px 0;
    margin-top: 0
}

.navbar-secondary .navbar-nav>li {
    margin-top: 15px;
    border-right: solid 1px #fff
}

@media(max-width: 768px) {
    .navbar-secondary .navbar-nav>li:first-child {
        margin-left:-15px
    }
}

.navbar-secondary .navbar-nav>li:last-child {
    border-right: 0
}

.navbar-secondary .navbar-nav>li a {
    padding-top: 0;
    padding-bottom: 0
}

.side-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.side-nav a {
    color: #555
}

.side-nav li {
    margin: .4em 0
}

.side-nav .selected a {
    font-weight: 800
}

.side-info-panel {
    background-color: #ebebeb;
    padding: 15px 12px;
    margin: 20px 0
}

.side-info-panel-heading {
    font-size: 1.4em;
    font-family: 'Roboto',sans-serif;
    margin-bottom: .4em;
    font-weight: 800
}

.side-info-panel-heading .fa {
    margin-top: .2em;
    color: #555
}

.side-info-panel-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #555
}

.side-info-panel-key,.side-info-panel-value {
    display: inline-block
}

.side-info-panel-key {
    width: 80px
}

.btn-primary {
    background: #148dcd
}

.btn-primary:hover {
    background: #006894
}

.btn-default {
    color: #0d88bc;
    background-color: #05b0d7;
    border: 1px solid #3092c1
}

    .btn-default:hover {
        color: #0d88bc;
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0,#e7f4f9 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e7f4f9));
        background: -webkit-linear-gradient(top,#fff 0,#e7f4f9 100%);
        background: -o-linear-gradient(top,#fff 0,#e7f4f9 100%);
        background: -ms-linear-gradient(top,#fff 0,#e7f4f9 100%);
        background: linear-gradient(to bottom,#05b0d7 0,#68d2fb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e7f4f9',GradientType=0);
        border: 1px solid #3092c1
    }

@media(max-width: 767px) {
    #footer p {
        display:block
    }

    #footer ul {
        margin-top: 0
    }
}

#footer .footer-primary-nav li a {
    color: #000;
    text-decoration: none;
    margin-right: 1em;
    font-size: 1.2em
}

#footer .footer-primary-nav li a:hover {
    text-decoration: underline
}

#footer .footer-primary-nav li {
    border-right: solid 1px #000
}

#footer .footer-primary-nav li:last-child {
    border-right: 0
}

#footer .footer-primary-nav,#footer .footer-secondary-nav {
    padding: 0;
    display: block
}

#footer .footer-primary-nav li,#footer .footer-secondary-nav li {
    margin-left: 0;
    margin-right: 1em;
    color: #000
}

.footer-brand {
    background: url('https://www.nexmo.com/assets/img/nexmo-logo--blue.svg') no-repeat;
    display: inline-block;
    height: 21px;
    background-position: left center;
    background-size: contain;
    text-indent: -9999px;
    width: 115px;
    margin-top: 25px
}

@media(max-width: 767px) {
    .footer-brand {
        margin-bottom:2em
    }

    #footer .footer-primary-nav li,#footer .footer-secondary-nav li {
        margin-bottom: 1em
    }
}

#main {
    /*padding-bottom: 4em*/
}

fieldset {
    margin: 1em 0
}

fieldset.verify-support-services {
    margin-top: -8px;
    margin-bottom: -10px
}

.verify-support-services .help-block.form-error {
    display: none
}

.form-control {
    font-size: 16px
}

.form-control-feedback {
    margin-right: .6em
}

.hint {
    margin-top: 1.2em;
    font-size: .9em
}

.has-error .form-error,.signup-nojs-error,.verify-support-services-error .form-error {
    margin-top: 2px;
    margin-bottom: 0;
    padding: 2px
}

.verify-support-services-error .form-error,.signup-nojs-error {
    color: #a94442
}

.form-info {
    background-color: #effaff;
    margin-top: 0;
    padding: 1em;
    display: inline-block
}

.phone-info {
    margin-top: -15px;
    margin-left: 15px;
    width: 94%
}

.has-success .form-info {
    color: #787878
}

.has-success .form-info.password-info {
    display: none
}

.has-success .form-info.website-info {
    display: none
}

.has-success .form-info.phone-info {
    display: none
}

.has-error .form-info {
    display: none
}

.input-group-addon:hover {
    cursor: pointer;
    cursor: hand
}

.textarea-field-alert {
    margin-top: .3em;
    margin-right: .8em!important
}

.question-help {
    float: right;
    position: absolute;
    margin-left: -52px;
    margin-top: 9px;
    color: #ababab
}

.question-help:hover {
    cursor: help
}

.popover.popover-normal {
    max-width: 300px
}

.popover {
    max-width: 100%;
    background-color: #f5f5f5;
    border-radius: 0
}

.popover.bottom>.arrow:after {
    border-bottom-color: #fff
}

#form-verify {
    margin-top: 3em
}

#form-verify input.form-control[type=text] {
    font-size: 2em;
    text-align: center
}

#error-message-wrapper .form-error,#form-verify .help-block.form-error {
    background-color: #fff2f2;
    margin-top: 1em;
    padding: 1em;
    color: #a94442;
    display: inline-block
}

#error-message-wrapper,#error-message-wrapper-static {
    position: initial
}

#error-message-wrapper .form-error {
    width: 100%
}

@media(min-width: 768px) {
    .form-group-verify {
        padding-right:0
    }

    .col-sm-6 {
        width: 100%
    }
}

@media(max-width: 991px) {
    .form-group-verify [type=submit] {
        margin-top:1em
    }
}

@media(min-width: 992px) {
    .form-group-verify.button-container {
        margin-top:-46px
    }

    .col-sm-6 {
        width: 50%;
    }
}

.has-error .select2-container .select2-selection--single,.has-error .form-error .select2-container .select2-selection--single {
    border-color: red
}

.has-success .select2-container .select2-selection--single {
    border-color: #3c763d
}

.has-success .form-control {
    border-color: #ccc
}

.has-success .form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.select2-container .select2-selection--single {
    height: 46px!important;
    border: 1px solid #ccc;
    font-size: 16px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.6em
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px
}

.select2-search__field {
    display: none
}

section.amount {
    margin-top: 1em
}

section.amount a,section.add-payment a {
    text-decoration: underline
}

section.amount a:hover,section.add-payment a:hover {
    text-decoration: none
}

section.amount span.amount-text {
    margin-right: 3em;
    font-size: 1.2em
}

section.add-payment {
    margin-top: 2em
}

section.add-payment h2 {
    font-size: 1.6em
}

section.add-payment h3 {
    font-size: 1.2em;
    margin-top: 5px
}

p.content-p {
    margin: 6px 13px 11px 13px
}

.payment-info {
    margin-bottom: 2em
}

.payment-info th {
    font-weight: normal;
    padding-right: 3em;
    font-size: 13px
}

.payment-info td {
    font-size: 13px
}

.payment-info .balance th,.payment-info .balance td {
    padding-top: 1em;
    font-weight: 800
}

.modal label {
    font-size: 1.2em;
    font-weight: 100
}

.modal-title {
    font-size: 1.8em
}

.modal-body,.modal-header {
    padding: 30px 30px 0 30px
}

.modal-header {
    border-bottom: 0
}

.modal-footer {
    border-top: 0;
    padding: 30px
}

.modal-title-success {
    color: #588215
}

hr {
    border-top: 1px solid #000
}

.spacer20 {
    margin-top: 20px
}

.alert-success {
    background: 0
}

.alert-success,.text-success {
    color: #588215
}

.alert-success p {
    display: table-cell
}

.navbar {
    margin-botton: 0
}

.popover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1)
}

@media(min-width: 1600px) {
    /*#main {
        padding-top:100px
    }*/
}

/*#signup {
    padding-top: 70px
}*/

@media(min-width: 1600px) {
    #signup-content2 {
        margin-top:-100px
    }
}

#registration-form2 {
    background-color: #f2f4f5;
    padding: 30px 30px 0 30px
}

#services_required {
    margin-top: 8px
}

#signup-content {
    width: 98%;
    margin-bottom: 0;
    margin-top: 0
}

@media(min-width: 992px) {
    #registration-form {
        width:90%;
        margin-left: 10%
    }
}

#registration-form>.row:nth-child(7)>div>.popover {
    width: 132px;
    height: 115px
}

.intl-tel-input>.popover {
    width: 170px;
    height: 145px;
    padding: 5px 10px 0 0
}

#signup-content>div>h1 {
    font-size: 28px;
    padding-top: 35px;
    padding-bottom: 20px
}

#signup-content>div>p {
    /*font-size: 22px*/
}

#signup-content>div>ul>li {
    /*font-size: 18px;*/
    font-family: averta-thin
}

.password-form-group,.signup-explain-text {
    margin-bottom: 0
}

#pass-popover>div {
    padding-left: 10px;
    padding-top: 10px;
    color: #787878
}

.intl-tel-input .country-list .country .dial-code {
    display: none
}

input.form-control {
    padding-top: 7px;
    box-shadow: none
}

.flag-container:hover {
    border: 0
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    background-color: #fff;
    border-right: 1px solid rgba(0,0,0,0.2)
}

.intl-tel-input {
    width: 100%
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto
}

.selected-dial-code {
    padding-top: 3px
}

.popover-content {
    display: inline;
    font-size: 14px;
    padding: 0
}

#pass-popover>ul {
    list-style-type: none
}

#pass-popover>ul>li {
    padding-left: 0
}

ul .fail {
    list-style-type: disc;
    margin-left: 2px;
    margin-right: -2px
}

.success:before {
    list-style: none;
    font-family: FontAwesome;
    content: "\f00c";
    color: #2db276;
    margin-left: -16px;
    margin-right: 5px
}

@-moz-document url-prefix() {
    .intl-tel-input>.popover {
        height: 145px
    }
}

#password .popover-content {
    padding: 0
}

@media(min-width: 992px) {
    /*#signup {
        min-height:52em
    }*/

    #signup>#main>.login-content>div>form>.row>.col-md-6:first-child {
        padding-right: 5px
    }
    /*.social-google {
        background-color: #D43C26;
        border: solid 1px #D43C26;
        color: #fff;
        font-size: 20px; 
        border-radius: 100%; 
        padding: 10px 8px 10px 8px; 
    }*/
    .last {
        text-align: center;
        font-size: 15px;
        margin-left: 10%;
    }
}

@media(max-width: 992px) {
    #signup-content>div>h1 {
        padding-top:0;
        padding-bottom: 20px
    }
    /*.social-google {
        background-color: #D43C26;
        border: solid 1px #D43C26;
        color: #fff;
        font-size: 20px; 
        border-radius: 100%; 
        padding: 10px 8px 10px 8px; 
    }*/
}

#signup>#main>.login-content>div>form>.row>.form-group>.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    background-color: #fff
}

#phone {
    padding-bottom: 7px;
    padding-left: 96px
}

.pin-row {
    margin-left: -30px
}

.pin-row>.has-error>.form-error {
    display: none!important
}

#login {
    margin-top: 0
}

.sign-up-button {
    width: 99px;
    height: 41px;
    background-color: #148dcd;
    border-radius: 3px!important;
    border: 0;
    font-size: 14px;
    color: #fff;
    padding: 12px 15px!important
}

.sign-up-button:hover,.sign-up-button:focus {
    background-color: #117bb4!important;
    color: white
}

#login h1 {
    text-align: center;
    font-family: averta-thin;
    color: #4a4a4a;
    font-size: 44px
}

#loginForm {
    margin-top: 70px
}

.form-group input {
    border-radius: 2px
}

.form-group input[type="submit"] {
    border-radius: 40px;
    border: 0;
    font-size: 14px;
    padding: 8px
}

.form-group input[type="submit"]:hover {
    background-color: #117bb4
}

.no-margin-bottom {
    margin-bottom: 0
}

#forgot_link {
    margin-top: 6px
}

.social-buttons {
    height: 40px;
    /* width: 100%; */
    /*border-radius: 3px!important;*/
    /* padding: 7px 7px 8px 8px!important; */
    text-decoration: none;
    color: #fff;
}

.social-buttons:hover,.social-buttons:focus {
    text-decoration: none;
    color: #fff
}

@media(max-width: 720px) {
    .social-buttons {
        width:100%;
        margin-bottom: 15px;
        margin-left: -40px;
    }
    /*.social-google {
        border-radius: 25px;
        margin: 0 auto;
    }*/
    #loginForm {
        margin-top: 0
    }
    .signin-or {
        margin-right: 28%;
    }
    .last {
        margin-left: 0;
    }
}

.social-buttons img {
    margin-bottom: 3px;
    padding-bottom: 2px;
    margin-left: 8px;
    margin-top: 2px
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
    .navbar-default .navbar-toggle {
       margin-top: 10px;
    }
    .logo {
        margin-top: 0;
    }
    .social-buttons {
        width:100%;
        margin-bottom: 15px;
        margin-left: -40px;
    }
    /*.social-google {
        border-radius: 25px;
        margin: 0 auto;
    }*/
}
@media (min-width: 250px)
{
    .navbar .logo p {
        margin: 0;
    }
    .navbar-default {
        padding-top: 0;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
    }
    #signup-content {
        width: 100%;
        margin:0;
    }
    .signup-form-column {
        /*border-left: 1px solid rgb(178, 190, 198);*/
        padding:0;
    }
}
@media(min-width: 768px) {
    .navbar-default .navbar-nav>li {
        margin-left: 23px;
    }
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 22px;
    }
    .login-content {
        width:39.2%
    }
    .homelogin {
        padding-bottom: 140px;
    }
    .signin-or {
        margin-right:36%;
    }
}
.or-use {
    margin-top: 30px;
    margin-bottom: 15px
}

.or-use-text {
    text-align: center;
    margin-top: -8px
}

.or-use-border {
    width: 40%;
    border-top: 1px solid #b2bec6
}
.social-github {
    background-color: #fff;
    border: solid 1px #4285f4;
    color: #9b9b9b;
}

.social-github:hover,.social-github:focus {
    background-color: #f5f5f5;
    color: #9b9b9b;
}

.social-google {
    color: #9b9b9b;
    border: 1px solid #4285f4;
    background-color: #FFF
}

.social-google:hover,.social-google:focus {
    background-color: #f3f6f9;
    color: #9b9b9b
}
/*.social-github {
    background-color: #264D91;
    border: solid 1px #4285f4;
    color: #fff;
    font-size: 20px;
    border-radius: 45px;
    padding: 10px 15px 10px 15px;
}

.social-github:hover,.social-github:focus {
    background-color: #fff;
    color: #264D91;
}

.social-google:hover,.social-google:focus {
    background-color: #fff;
    color: #D43C26;
}*/

.social-linkedin {
    background-color: #0077b5;
    border: 0
}

.social-linkedin:hover,.social-linkedin:focus {
    background-color: #005983
}

#signup h1 {
    font-size: 44px!important;
    margin-bottom: 0;
    padding-bottom: 0!important
}

#signup-intro-message {
    z-index: 99;
    margin-bottom: 10px;
    box-shadow: 6px 6px 25px #8e8e8e;
}

#signup #signup-intro-message p {
    color: #4a4a4a;
    font-size: 20px
}

#email-exists {
    font-size: 13px;
    color: #a94442
}

.signup-left {
    padding-right: 50px
}

.signup-left-icons {
    margin-right: 30px
}

.signup-or {
    margin-top: -55px;
    margin-right: -11px;
    /*background: #b0d5e8;*/
    padding: 12px 0;
    z-index: 9;
    position: relative
}
.signin-or {
    margin-top: -43px;
    background: #bcdbef;
    padding: 12px 0;
    z-index: 9;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #808080;
}
.no-pad-bottom {
    margin-bottom: 0!important
}

.header-links-signup {
    font-size: 16px!important;
    color: #148dcd!important;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0ms
}

.header-links-signup:hover {
    color: #2e2e2e!important
}

.signup-text {
    color: #4a4a4a;
    float: right;
    clear: both
}

@media(min-width: 992px) {
    .navbar-header {
        margin-top: 10px;
    }
    .navbar-nav {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .signup-form-column {
        /*border-left:1px solid #b2bec6;*/
        padding: 0 40px;
    }
    .signin-or {
        margin-right: 30%;
    }
    .push-md-6 {
        left: 45.33333%;
    }
    .pull-md-6 {
        right: 27.33333%;
    }
    .moveleft{margin-left:10%}
}

@media(max-width: 992px) {
    .social-buttons {
        width:100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .moveleft{}
    /*.social-google {
        border-radius: 25px;
        margin: 0 auto;
    }*/
    .signup-left-icons {
        float: none!important;
        margin-right: 0;
        padding: 0
    }

    .signup-left-icons-div {
        margin: 0;
        width: 100%
    }

    .signup-text {
        float: left
    }

    #signup {
        padding-top: 30px
    }
    .homelogin {
        padding-bottom: 140px;
    }
}

@media(max-width: 320px) {
    /*.container-content {
        min-height:93em!important
    }*/
    .homelogin {
        padding-bottom: 0;
    }
    .signin-or {
        margin-right: 18%;
    }
}
.modal-header {
    background-color: #148dcd
}

.modal-header h4 {
    color: white
}

.modal-header button.close {
    margin-top: -2px;
    font-size: 28px;
    color: white;
    opacity: 1
}

.modal-header,.modal-body {
    padding: 10px 30px 10px!important
}

.modal-title {
    font-size: 1.4em!important
}

.modal-footer button {
    border-radius: 2px;
    border: 0
}

.modal-footer button.btn-default {
    border: 1px #ccc solid
}

.navbar-brand-footer {
    background-position-x: center!important;
    width: 100%!important
}
.homelogin {
    margin-top: -40px; padding-top: 290px;background: url(/Content/Themes/images/bglogin.jpg) no-repeat; background-position-y: -410px; 
}

i#showpass {
    position: absolute;
    top: 15px;
    right: 25px;
}
#replaycode a{
    color: red;
    font-size: 22px;
    font-style: italic;
    text-decoration: none;
}
#replaycode{text-align:center}