.reset-bridge {
    float: right;
    cursor: pointer;
}
.restart-bridge {
    float: right;
    cursor: pointer;
}
.restart-bridge > img {
    width: 30px;
    height: 30px;
    padding-left: 5px;
}
.qrCode-label {
    margin-left: 40px;
    margin-top: 10px;
}
.qrCode-label > div > div:first-child {
    width: 200px;
    height: 200px;
    position: relative;
    padding: 0;
}
.qrCode-label > div > div:first-child > img:first-child {
    position: relative;
    top: 0;
    left: 0;
}
.qrCode-label > div > div:first-child > img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.qrCode-label > div > div:last-child {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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;
}

/* 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) {
}
