.container {
    padding-top: 100px;
}

.dotted-line {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100px;
    bottom: 0;
    left: 57%;
    border-left: 1px dotted #ccc;
    height: 480px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc !important;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc !important;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #ccc !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #ccc !important;
}

::placeholder { /* Most modern browsers support this now. */
    color:    #ccc !important;
}

.or-login-with {
    position: absolute;
    text-align: center;
    width: 100%;
    padding-right: 30px;
    bottom: 78px;
}

.or-login-with span {
    background: white;
    padding: 0px 20px;
    color: #287fce;
    font-weight: bold;
}

.fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google-plus {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.social-login-separator {
    border-left: 2px solid #ccc;
    position: absolute;
    right: -4px;
    height: 38px;
    bottom: 7px;
}

@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
}



body {
    font-family: helvectica-lt-std;
}

.form-control {
    height: 40px;
    border-radius: 0px;
}