body, html {
    width: 100%;
    height: 100%;
    margin: auto;
    font-family: "Source Sans Pro", sans-serif;
    background-color: #f4f5f7;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none
}

.ta-wrapper {
    display: flex;
    width: 100%;
    height: 100%
}

.ta-wrapper .ta-content {
    margin: auto;
    width: 450px;
    justify-self: center;
    align-self: center;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding: 10px 50px 15px;
    border: 1px solid #eaeaea
}

.ta-wrapper .ta-content-logo {
    margin: auto;
    width: 450px;
    justify-self: center;
    align-self: center;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding: 50px 50px 15px;
    border: 1px solid #eaeaea
}

.ta-wrapper .ta-header {
    text-align: center
}

.ta-wrapper .ta-header img {
    height: 60px
}

.ta-wrapper .ta-body {
    text-align: center
}

.ta-wrapper .ta-body .description {
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px auto
}

.ta-wrapper .ta-body .title {
    margin-top: 30px;
    font-size: 24pt;
    font-weight: 400;
    color: #064676
}

.ta-wrapper .ta-body .btn-primary {
    padding: 5px 15px;
    height: 35px;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background-color: #00b4dd;
    cursor: pointer
}

.ta-wrapper .ta-body .link {
    color: #00b4dd
}

.ta-wrapper .ta-body .link:hover {
    cursor: pointer;
    text-decoration: underline
}