.connect-container {
    background: linear-gradient(270.12deg, #6603E5 10.87%, #8051BD 98.91%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}

.connect-content {
    display: grid;
    grid-template-columns: 6fr 5fr;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.connect-image-container {
    display: flex;
    align-items: center;
    justify-content: end;
}

.connect-header {
    color: white;
}

.connect-header h2 {
    font-size: 64px;
    line-height: 55px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
    margin-bottom: 0px;
}

#outshifter-blocks-form {
    margin-top: 50px;
    margin-bottom: 50px;
}

#outshifter-blocks-form-token {
    margin-right: 20px;
    width: 300px;
    height: 45px;
    border: none;
}
  
.connect-box-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.box {
    padding: 20px;
    border-radius: 10px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.box p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.box-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.box-button {
    background: #6603E5;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 115px;
    border-radius: 5px;
    transition: all 0.5 ease-in-out;
}

.box-button:hover, .box-button:focus, .box-button:active {
    color: white;
    opacity: 0.8;
}

.connection-checked {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    background: #ECFDF3;
    border-radius: 5px;
    color: #067647;
    height: 35px;
    padding-left: 12px;
    padding-right: 12px;
}

.connection-text {
    font-weight: 600;
    font-size: 14px;
}

.connection-checked:hover {
    cursor: initial;
}

#outshifter-btn-disconnect {
    color: #6941C6;
    font-weight: 600;
    background: none;
    border: none;
}
  
#outshifter-btn-disconnect:hover {
    color: #6941C6;
    cursor: pointer;
}

@media only screen and (max-width: 1400px) {
    .connect-content {
      padding-left: 30px;
    }
}
