@import url('https://fonts.googleapis.com/css?family=Numans');
body {
    height: 100%;
    font-family: 'Numans', sans-serif;
}

input::-webkit-calendar-picker-indicator {
    display: none;
  }

.bg {
    width: 100%;
    /* background: url('/images/bg13.jpg') no-repeat center center fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}

.black-background{
    background: black;
}

.logcard {
    height: 310px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    z-index: 1;
}

.logcard2 {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    z-index: 1;
}

.card-header h3 {
    color: white;
}

.input-group-prepend span {
    width: 40px;
    background-color: #044e70;
    color: black;
    border: 0 !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: #2e99ca;
    width: 100px;
}

.login_btn:hover {
    color: white;
    background-color: #056592;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

/* BACKGROUND PICTURE */

html, body {
    margin: 0;
    padding: 0;
}

.background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}
@media  (max-width: 994px) {
    .input-custom1{
        height: 40px;
        font-size: 14;
    }
}
@media  (max-width: 768px) {
    .logcard {
        width: 90%;
    }
}