div {

    max-width: 750px;
    border-radius: 18px;
    transition: opacity 1s ease-out;
    opacity: 1;
}
a {
    word-wrap: break-word;
}
#logo {
  width: 300px;
  min-height: 75px;
  background: #00c7b1;
  background-size: contain;
}
#environemnt-holder {

    color: red;
    text-align: left;
    padding-left: 130px;
}
.fieldset {
    border: ridge;
    padding: 5px;
    margin: 0 auto;
}
#content {
    margin: 0 auto;
    display: block;
    clear: both;
    padding: 0px;
    font-style: normal;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: center;
}


label {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 0.75em;
    width: 9em;
}
input {

    border-radius: 333px;

}


select {

    border-radius: 333px;
}
button {
    background: #00c7b1;
    width: 125px;
    height: 36px;
    color: #fff;
}
#iframe-dimenstions {
    padding-top: 10px;
}
#iframe-wrap {
    position: absolute;
    min-width: 360px;
    min-height: 250px;
    top: 50px;
    left: 35%;
    background: #fff;
}
.remove {
    width: auto;
    height: auto;
    background: #FF0000;
    color: #000;
    float: right;
    width: 25px;
}
span.tooltip {
    float: right;
    height: 25px;
    width: 25px;
}
div#tooltip {
    width: 150px;
    position: fixed;
    right: 594px;
    background: rgba(59, 54, 136, 0.62);
    padding: 10px;
    display: none;
}
div#QRcodeDiv {
    text-align: center;
}
iframe#qriframe {
    border: none;
}