/*! Tequila v3.0.0 | MIT License | http://github.com/thinkxl/tequila.scss */
body {
    margin: 0;
    color: #333;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.618;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
#bodywrap {
    position: relative;
    text-align: center;
}
img {
    margin-top: 4em;
    max-width: 50%;
}
.content {
    width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
}
.insidebox{

}

button {
    display: inline-block;
    padding: .8em 2.75em;
    margin: 0 0 1em;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: nowarp;
    line-height: 1;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background-color: #3498db;
}

    button:hover {
        color: #fff;
        text-decoration: none;
        background-color: #2383c4;
    }

h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.125;
    text-rendering: optimizeLegibility;
}

h2 {
    font-size: 2.118rem;
}
.passwordTestResults {
    
    border-radius: 6px;
    padding: 10px;
    font-size: 13px;

}
    .passwordTestResults i {
        margin-top: 0px;
    }

    .passwordTestResults span {
        margin: 0px;
    }

i.accept {
    color: #4c9c4c !important;
    cursor: pointer;
    background: white;
    border-radius: 16px;
    font-size: 14px;
}

i.delete {
    color: #e84d4d !important;
    cursor: pointer;
    background: white;
    border-radius: 16px;
    font-size: 14px;
}

.password-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f7f8f9;
}

.settings-pagenote {
    color: #333;
    border: 1px solid #666;
    font-size: 12px;
    border-radius: 6px;
    padding: 10px;
}

.settings-opt-title {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

button.change-password {
    margin: 8px;
    padding: 6px 13px;
    border-radius: 3px;
    border: thin solid #5f5f5f;
    cursor: pointer;
    color: #fff;
    background-color: #325271;
    font: 400 13.3333px Arial;
}
.ui-dialog {
    background: #fff;
    padding: 10px;
    border: thin solid #ddd;
    box-shadow: 1px 2px 13px 0px #00000073;
}
