.jumbotron {
    background-image: url(/assets/img/pms/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.jumbotron .logo {
    height: 100px;
}

.formContainer {
    margin-top: -100px;
    background-color: #e6e6e6;
}

.container-logo {
    position: absolute;
}

.color-grey {
    color: #4d4d4d;
}

.color-blue {
    color: #00a1df;
}

.color-green {
    color: #6eb43f;
}

.btn-primary {
    background-color: #00a1df;
}

.bottom-column {
    position: absolute;
    bottom: 120px;
    right: 0;
}

.tiny {
    line-height: 11px;
    font-size: 10px;
    display: inline-block;
}

#marketing {
    margin-top: 0;
}

#terms {
    margin-top: 8px;
}

.display-3 .display-1 {
    font-size: 6.8rem;
}

.font-weight-400 {
    font-weight: 400;
}


@media screen and (max-width: 767px) {
    .formContainer {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .jumbotron .text-right {
        text-align: center!important;
    }
    
    .jumbotron .px-5 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .jumbotron .bottom-column {
        display: table;
        margin: auto;
        position: relative;
        bottom: 0;
    }
    
    .container-logo {
        position: relative;
    }
}



/* modal styling */
.modal-dialog {
    background-image: url(/assets/img/pms/bg-vale.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal img {
    max-height: 25px;
}

.modal-dialog .modal-content {
    background-color: transparent;
}

.modal-dialog .modal-header {
    border-bottom: 0;
}

.modal-dialog .modal-footer {
    border-top: 0;
}

/* responsive modal */
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 700px;
    }
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


/* min responsive width */
body {
    min-width: 470px;
}