.reset-bridge {
    float: right;
    cursor: pointer;
}
.restart-bridge {
    float: right;
    cursor: pointer;
}
.restart-bridge > img {
    width: 30px;
    height: 30px;
    padding-left: 5px;
}
.qrCode-label {
    text-align: center;
    margin-left: 40px;
    margin-top: 10px;
}
.qrCode-label > div:first-child > div {
    position: relative;
    display: inline-block;
}
.qr-code-label > div > div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.qr-code-label > div > div:last-child {
    height: 200px;
}
.button-layout-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-layout-div button {
    background-color: #1e5d91;
    border-radius: 15px;
    border: none;
    height: 30px;
    width: 150px;
}
.code-input-div {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.code-input-div div {
    margin-left: 5px;
}

.qr-code-label2 {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.qr-code-expire-message {
    font-size: small;
    color: #666;
    margin-top: 20px;
}

.qr-code-label2 > p {
    line-height: 1.5;
    text-align: center;
}

.qr-code-label2 > p > br {
    margin-bottom: 15px;
}

/* RESPONSIVE PART */
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 500px) {
}
@media only screen and (max-width: 450px) {
}
@media only screen and (max-width: 350px) {
}
