html {
    min-height: 100% !important;
    height: 100% !important;
}
body {
    min-height: 100% !important;
    background-size: cover !important;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
}

.tr_container {
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(39, 39, 39, 0.3);
  box-shadow: 0 3px 5px rgba(0,0,0,0.19),inset 0 0 16px rgba(200,200,200,0.38);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.48);
  margin-bottom: 20px;
}
.white_text {
    color: #FFFFFF;
}
.top_text {
    font-size: 16pt;
}
.mid_text {
    font-size: 18pt;
}
.btm_text {
    font-size: 12pt;
}
@media (min-width: 480px) {
    .top_text {
        font-size: 18pt;
    }
    .btm_text {
        font-size: 14pt;
    }
}
@media (min-width: 768px) {
    .top_text {
        font-size: 24pt;
    }
    .btm_text {
        font-size: 16pt;
    }
}
@media (min-width: 992px) {
    .top_text {
        font-size: 26pt;
    }
    .btm_text {
        font-size: 16pt;
    }
}
@media (min-width: 1200px) {
    .top_text {
        font-size: 30pt;
    }
    .btm_text {
        font-size: 16pt;
    }
}
.sub-company {
    font-family: 'Orbitron', sans-serif;
}
.btm_right {
    padding-top: 6%;
}

#forgot {
    margin-top: 40px;
    margin-bottom: 40px;
}

.logo {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.logo img {
    width: 80%;
}

.modal-dialog {
    width: 90%;
}

#modal_License {
    overflow: hidden;
}

#modal_License div.container {
    width: 100%;
}

@media (min-width: 992px) {
    #modal_License {
        width: 40%;
        left: 30%;
    }
}


