﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

* {
    font-size: inherit;
    color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

    *:focus {
        outline: none;
    }

.social-btns p {
    display: block;
}

.social-btns a {
    text-decoration: none;
}

.social-btns img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.social-btns button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.social-btns a:hover {
    text-decoration: underline;
}

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

    .social-btns .btn:before {
        top: 90%;
        left: -110%;
    }

    .social-btns .btn .fa {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .social-btns .btn.facebook:before {
        background-color: #3b5998;
    }

    .social-btns .btn.facebook .fa {
        color: #3b5998;
        margin: 5px;
    }

    .social-btns .btn.twitter:before {
        background-color: #3cf;
    }

    .social-btns .btn.twitter .fa {
        color: #3cf;
    }

    .social-btns .btn.google:before {
        background-color: #dc4a38;
    }

    .social-btns .btn.google .fa {
        color: #dc4a38;
    }

    .social-btns .btn.dribbble:before {
        background-color: #f26798;
    }

    .social-btns .btn.dribbble .fa {
        color: #f26798;
    }

    .social-btns .btn.skype:before {
        background-color: #00aff0;
    }

    .social-btns .btn.skype .fa {
        color: #00aff0;
    }

    .social-btns .btn:focus:before,
    .social-btns .btn:hover:before {
        top: -10%;
        left: -10%;
    }

    .social-btns .btn:focus .fa,
    .social-btns .btn:hover .fa {
        color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.social-btns {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
}

    .social-btns .btn {
        display: inline-block;
        background-color: #fff;
        width: 75px;
        height: 75px;
        line-height: 90px;
        margin: 0 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 28%;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
        opacity: 0.99;
    }

        .social-btns .btn:before {
            content: '';
            width: 120%;
            height: 120%;
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .social-btns .btn .fa {
            font-size: 50px;
            vertical-align: middle;
            margin: 5px;
        }

#loginForm {
    margin-top: 30%;
}

.btn {
    border-radius: 0;
    height: 40px;
    font-size: 20px;
}



.form-control {
    height: 45px;
}

.btn-primary {
    background-color: #03afee;
    border-color: #00aeee;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.hover {
        background-color: #3b5997;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #3c5997;
    }

.valSummary {
    background-color: red;
    color: white;
    padding: 15px;
}
