.typeahead {
    background-color: #fff;
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 302px;
    margin-top: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18px;
}

.tt-suggestion + .tt-suggestion {
    font-size: 14px;
    border-top: 1px solid #ccc;
}

.tt-suggestions .repo-language {
    float: right;
    font-style: italic;
}

.tt-suggestions .repo-name {
    font-size: 20px;
    font-weight: bold;
}

.tt-suggestions .repo-description {
    margin: 0;
}

.twitter-typeahead {
    width: 100%;
}

.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #03739c;
}

footer {
    left: 0px;
    position: fixed;
    bottom: 45px;
    width: 100%
}

footer > div {
    text-align: center;
    font-size: 14px;
}

.footer_div {
    text-align: center;
    background: #F0F0F0;
    color: #666666;
}

body {
    background: #f6f6f6;
}

a, a:hover, a:focus {
    color: #2483ff;
    text-decoration: none;
    font-size: 16px;
}

.form-control, .input, .input-lg {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: #22ac38;
    color: #ffffff;
    width: 100%;
    font-size: 24px;
    border: none;
}

.modal {
    color: #202020;
}

.modal input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #00c152;
}

.modal .captcha {
    height: 45px;
}

.modal .captcha img {
    height: 100%;
}

.modal .form-group label, p {
    font-size: 16px;
    font-weight: inherit;
}

.modal-header {
    text-align: center;
    border-bottom: none;
    padding-top: 50px;
}

.modal-header h4 {
    font-size: 30px;
    font-weight: 500;
    color: #22ac38;
}

.modal-content {
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
}

.modal-backdrop {
    background-color: transparent;
}

.highlight {
    color: #22ac38;
    font-weight: 600;
}

#yw0_button, #yw1_button {
    height: 45px;
    padding-top: 12px;
}

footer {
    color: #979797;
    font-size: 18px;
}

:-moz-placeholder {
    font-style: italic;
    color: #929292;
    opacity: 1;
}

::-moz-placeholder {
    font-style: italic;
    color: #929292;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-style: italic;
    color: #929292;
    opacity: 1;
}

input::-webkit-input-placeholder {
    font-style: italic;
    color: #929292;
    opacity: 1;
}

#login_confirm, #reg_confirm {
    margin-top: 10px;
}
