﻿@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
    background-image: url('/images/login_flag.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    /*font-family: 'Numans', sans-serif !important*/
}

.atag {
    color: #ba141e !important;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    margin: 5px;
    background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span {
    font-size: 3em;
    margin-left: 10px;
    color: black;
}

    .social_icon span:hover {
        color: #ba141e;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group .input-group-prepend span {
    width: 50px;
    background-color: #ba141e;
    color: white;
    border: 0 !important;
    height: 100%;
    border-end-end-radius: 0px !important;
    border-end-start-radius: 5px !important;
    border-start-end-radius: 0px !important;
    border-start-start-radius: 5px !important;
}

.input-group-text {
    display: flex;
    align-items: center; /* Vertically centers the icon */
    justify-content: center; /* Horizontally centers the icon */
}

.form-control {
    border-end-end-radius: 5px !important;
    border-end-start-radius: 0px !important;
    border-start-end-radius: 5px !important;
    border-start-start-radius: 0px !important;
}

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: #ba141e;
    border-radius: .5rem;
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
