.terms-of-use-container {
    position: fixed;
    z-index:9999999;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    background-color:rgba(0,0,0,.8);
    dislay:table;
    transition: opacity .3s ease;
    box-sizing: border-box;
    font-family: Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    margin: 0;
}

.terms-of-use-header {

}

.TOU-modal-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.TOU-modal-content {
    height: auto;
    max-height: 100%;
    width: 500px;
    margin: 0 auto;
    background: radial-gradient(ellipse at center,#10567d 0,#064b7a 100%);
    box-shadow: 0 2px 8px rgba(0,0,0,.33);
    transition: all .3s ease;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

.TOU-modal-body {
    padding: 2.6rem 3.4rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1 1 auto;
}

.TOU-modal-body a {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.TOU-signup-modal .TOU-btn {
    text-transform: uppercase;
    height: 44px;
    width: 109px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #09f;
    border-color: #09f;
    font-weight: 700;
    padding: 0.375rem 1.35rem;
}

.TOU-logo {
    margin: -10px auto 0;
    width: 100px;
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.TOU-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.TOU-modal-footer {
    justify-content: center;
    font-size: .625rem;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.05);

    display: flex;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid hsla(0,0%,100%,.1);
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;


}

.TOU-modal-footer a {
    color: #fff;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    text-decoration: none;
}
