body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-color: rgb(158, 118, 180);
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background: url(../images/background.png);
    background-size: cover;
    background-position: center center;
}

.card-header {
    max-height: 750px;
    margin-bottom: 16px;
    padding: 24px;
    border-radius: 10px !important;
}

.card-header .btn {
    background: linear-gradient(270deg, #7C479C 0%, #54107D 100.78%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none;
    height: 48px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 80px;
}
.card-body {
    padding: 10px 24px;
    border-radius: 10px !important;
}
.line {
    height: 1px;
    background-color: #000000;
    width: 100%;
    margin-bottom: 16px;
}

.btn-logout {
    border: 1px solid #EB5757;
    color: #EB5757 !important;
    border-radius: 100px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    margin-left: 14px;
    padding: 0 4px;
    height: 24px;
    display: inline-block;
}
.btn-copy,
.btn-copy-short {
    border: 1px solid #007AFF;
    background: #007AFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 72px;
    cursor: pointer;
}
.btn-copy:hover,
.btn-copy-short:hover {
    border: 1px solid #007AFF;
    background: #007AFF;
    box-shadow: none;
}