body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

.single-getpass header,
.single-getpass footer {
    display: none;
}

.getpass {
    background-color: #000;
    color: #fff;
}

.getpass-container {
    padding: 20px 0;
    max-width: 1170px;
    margin: auto;
}

.getpass-box {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 30px;
}

.getpass-box .website {
    color: red;
    font-weight: bold;
}

.getpass-note {
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.getpass h1 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #337ab7;
    text-align: center;
    font-weight: normal;
}

.getpass-title {
    font-size: 20px;
    color: #ffff00;
    display: block;
    margin: 8px 0;
    line-height: 34px;
}

.getpass-sub {
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 6px 12px;
    transition: all .3s;
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px;
}

.getpass ul {
    padding-left: 20px;
}

.getpass-container .text-key {
    user-select: none;
    width: 200px;
    min-height: 28px;
    color: white;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #302e2e;
    font-size: 14px;
    border: 1px solid #3a3a3a;
    padding: 1px 2px;
}

.getpass-container .btn-key {
    background: #595a5d;
    color: #fff;
    border: 1px solid #595a5d;
    height: 28px;
    text-align: center;
    padding: 1px 6px;
    cursor: pointer;
    font-size: 14px;
}

.wrap-main {
    display: inline-flex;
    align-items: center;
    width: max-content;
}

.swal2-title {
    justify-content: center;
}