﻿@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
    /*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');*/
    /*background-image: url('../../Images/banner_login.jpeg');*/
    /*background-image: url('../../Images/BANNER_LOGIN_NEW.png');*/
    background-image: url('../../Images/Plataforma_HG_BANNER.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    /*font-family: 'Numans', sans-serif;*/
    font-family: 'Alliance No.1', sans-serif;
    /*filter: blur(2px);*/
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 350px;
    max-width: 380px;
    width: 90%;
    background-color: #E8E8E8;
    padding: 40px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-login span {
    /*width: 20%;*/
    background-color: white;
    /*color: white;*/
    /*border: 0 !important;*/
    /*border-radius: 70px 70px 70px 50px;*/
    border: none;
    border-left: 7px outset #5d984a;
    border-radius: 4px 0px 0px 4px;

    /*border-right: black 3px solid;*/
}
.input-group-login input {
    background-color: white!important;
    border: none;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: white;
    background-color: #5D984A;
    /*width: 100px;*/
    font-size: 10px;
    font-weight: 600;
}

    .login_btn:hover {
        color: #bad5b0;
        /*background-color: #BAD5B0;*/
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }
