/* Made with love by ODD Consulting */

html, body {
    background-image: url('https://getwallpapers.com/wallpaper/full/d/b/a/264961.jpg');
    background-repeat: round;
    height: 100%;
    background-attachment: fixed;
}

.container_signin {
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
}

.card {
    height: 330px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span a {
    font-size: 60px;
    margin-left: 10px;
    color: steelblue;
}

    .social_icon span a:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: steelblue;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.btn.float-right.login_btn {
    color: white;
    background-color: steelblue;
    width: 100px;
}
    .btn.float-right.login_btn:hover {
        color: steelblue;
        background-color: white;
        width: 100px;
    }

.btn.btn-secondary {
    color: white !important ;
    background-color: steelblue !important;
}

    .btn.btn-secondary:hover {
        color: steelblue !important;
        background-color: white !important;
    }