﻿html {
    font-size: 16px;
}

body {
    background-color: #000;
    margin: 0px;
    padding: 0px;
    line-height: 1.44 !important;
    font-weight: 500 !important;
    overflow-x: hidden;
}

a {
    color: white;
    text-decoration: none;
}

a:hover,a:focus {
    color: white;
    text-decoration: underline;
}

.main-bg {
    color: #fff;
    min-height: 100vh;
    height: 100%;
    padding: 3em;
}

.main-image {
    background-image: url("../images/autocrib-bg.png");
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
    opacity: 0.85;
    z-index: -1;
}

.container {
    padding-bottom: 25px;
}

.card {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 48px;
    max-width: 450px;
    max-height: 650px;
    background: #191919;
}

.img-holder {
    width: 100%;
    height: auto;
    margin: 1rem auto;
    max-width: 575px;
    filter: drop-shadow(3px 4px 6px black);
}

.img-holder .logo {
    width: 100%;
}

.welcome-text .display-3 {
    font-size: 8rem;
    line-height: 1.0;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    filter: drop-shadow(3px 4px 6px black);
    font-family: "Barlow", sans-serif;
}

.welcome-text .h2 {
    font-size: 1rem;
    font-weight: 400;
    filter: drop-shadow(3px 4px 6px black);
    letter-spacing: 0.29vw;
}

.validation {
    margin-top: 4px;
    padding-top: 4px;
    display: block;
    white-space: normal;
}

.login-header {
    color: black;
}

a.text-danger-link {
    text-decoration: underline;
}

.btn-red {
    background: #EC2224 !important;
    border-color: #EC2224 !important;
    color: #FFF !important;
}

.login-header-text1 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    width: 320px;
}

.login-header-text2 {
    font-size: 13px;
}

.login-page-error-message {
    color: red;
    font-weight: normal;
    font-family: sans-serif;
}

.modal-content {
    border-radius: 10px;
}

.btn-transparent {
    background-color: transparent;
    border-color: transparent;
}

.btn-transparent:hover {
    color: #FFF;
    background-color: #333333;
}

@media (min-width: 300px) {
    body {
        font-size: .9rem;
    }

    .welcome-text .display-3 {
        font-size: 6.5rem;
    }
}

@media (min-width: 768px) {
    body {
        font-size: .9rem;
    }

    .welcome-text .display-3 {
        font-size: 7rem;
    }
}

@media (min-width: 1920px) {
    body {
        font-size: .9rem;
    }
}

@media (min-width: 2560px) {
    body {
        font-size: 1rem;
    }
}

@media (min-width: 3840px) {
    body {
        font-size: 1.1rem;
    }
}
