body {
    height: 100vh;
    background: linear-gradient(121deg, #1497D9 30%, #37BAEB 57%, #43BEC6 89%);
    color: #FFFFFF;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-text, .form-text-title, .form-fieldset>label, .form-action>a{
    color: #FFFFFF !important;
}

footer>div:nth-child(1) {
    text-align: center;
}

select {
    padding: 10px 15px;
    border-radius: .35rem;
    min-width: max-content;
    cursor: pointer;
    color: black;
    background-color: #fff;
    margin: 10px 0 0 0px;
}

#coderesendlink {
    color: #fff;
    text-decoration: underline;
}

#qrCode img {
    margin-left: auto;
    margin-right: auto;
    width: 60% !important;
}

a {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
}

input, select, textarea {
    max-width: initial;
}

.card-container {
    max-width: 600px;
    border-radius: 20px;
    background-color: #02323F;
    border-color: #02323F;
}

.text-info {
    display: none;
}

.row {
    margin: 0 20px!important;
}

.btn-default {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #43BEC6;
    margin: 3px;
    border: none;
}

.smalllogo {
    height: 100px;
    background-image: url("../images/IMaaSWeb-large.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 20px 0;
    background-color: #02323F;
}

.logo {
    height: 160px;
    background-image: url("../images/IMaaSWeb-large.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 20px 0;
    background-color: #02323F;
}

.footer-content {
    z-index: 100;
}

.headercontent{
  font-weight:bold;
  font-size:14px;
}