.device-register {
    display: flex;
    width: 280px;
    height: 110px;
    position: absolute;
    top: 30px;
    left: 0px;
}

.device-register__first {
    width: 15px;
    background: #cd087c;
    opacity: .33;
}

.device-register__second {
    width: 30px;
    background: #cd087c;
    opacity: .66;
}

.device-register__third {
    width: 100%;
    background: #cd087c;
    color: white;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 545px) {
    .device-register {
          display: none;
    }
}
