@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
    background-image: url('../../img/fondo_estrellas.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
    margin: 0;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 470px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(11, 61, 145, 0.85) !important;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.card-header h3 {
    color: white;
}

.logo-saludpol {
    width: 120px;
    margin-bottom: 10px;
}

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

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #00b0f0;
}

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

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

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

.remember {
    color: white;
}

.login_btn {
    color: white;
    background-color: #00b0f0;
    width: 100px;
    font-weight: bold;
}

.login_btn:hover {
    background-color: white;
    color: #0b3d91;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
    color: #00b0f0;
    text-decoration: none;
}
