﻿.wrapper {
    margin-top: 15%;
}

.warningHeader {
    color: #444444;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.87px;
    line-height: 43px;
}

.netigateLogo {
    margin-top: 20px;
    height: 60px;
}

#subHeaderContainer {
    margin-top: 16px;
}

#copyRightContainer {
    margin-top: 25px;
}

#copyRight {
    color: #888888;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.38px;
    line-height: 19px;
}

#subHeader {
    color: #888888;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.38px;
    line-height: 19px;
}

#successCenterLink {
    font-weight: 600;
    cursor: pointer;
}

.fal {
    height: 37px;
    width: 33px;
    color: #888888;
    font-family: "Font Awesome 5 Pro";
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.98px;
    line-height: 37px;
    margin-bottom: 31px;
}

[data-hide="True"] {

    display: none;

}

/* Mobile */
@media only screen and (max-width: 768px) {

    .warningHeader{
        font-size: 16px;
        line-height: unset;
        letter-spacing: unset;
        font-weight: 600;
    }

    #subHeader {
        font-size: 12px;
        font-weight: 400;
    }

    .netigateLogo{
        margin-top: 50px;
        height: 30px;
    }

    #copyRight{
        font-size: 12px;
    }

    .wrapper{
        margin-top: 25%;
    }

}