html, body {
    padding: 0;
    margin: 0;
    height:  100%;
    background-color: #F7F8F9;
}

* {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

a {
    color: #006AE1;
}

.main {
    min-height: 100%;
    position: relative;
}

.header {
    height: 50px;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.logo {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.cvent {
    background: url("./cvent-logo.svg");
    height: 18px;
    width: 83px;
    margin-left: 24px;
    margin-top: 16px;
    margin-bottom: 18px;
    margin-right: 17px;
}

.line {
    box-sizing: border-box;
    height: 24px;
    width: 1px;
    border: 1px solid #1A2026;
}

.passkey {
    height: 24px;
    width: 91px;
    color: #006AE1;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-left: 15px;
}

.line-gradient {
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #0071F2 0%, #00CA9D 100%);
}

.container {
    padding: 0 60px;
}

.content {
    margin-bottom: 90px;
}

.card {
    height: 374px;
    width: 1176px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.06);
    margin: auto;
}

.message-layout {
    display: inline-flex;
    flex-direction: row;
}

.come-back-img {
    background: url("./enter-illustration.png");
    height: 375px;
    width: 375px;
}

.invalid-url {
    height: 40px;
    width: 748px;
    color: #24333F;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 37.5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.cvent-passkey-explain {
    width: 745px;
    color: #1C232B;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
}

.if-you-have-any-ques {
    height: 28px;
    width: 745px;
    color: #1A2026;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17.5px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.cvent-passkey-status {
    height: 17px;
    width: 265px;
    color: #006AE1;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: right;
    margin-left: 650px;
    margin-top: 500px;
}

.passkey-url {
    height: 37px;
    width: 747px;
    color: #006AE1;
    letter-spacing: 0;
    line-height: 15px;
}

.block {
    margin: 20px 0;
}

.footer {
    height: 81px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
}

.cvent-footer {
    background: url("./images/ux/login/cvent-logo.svg");
    height: 18px;
    width: 83px;
    margin-top: 8px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.address {
    height: 19px;
    width: 696px;
    color: #1A2026;
    font-family: Rubik;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 16.25px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 8px;
}

.terms-of-use-priva {
    height: 25px;
    width: 696px;
    color: #006AE1;
    font-family: Rubik;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    margin-top: 1px;
}