.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: #0000AA;
}

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