html,body,div,span,object,canvas,footer,header,section{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}

@font-face 
{
    font-family: "Candara_Reg";
    src: url("../fonts/candara/Candara.ttf");
}

body
{
    width: 100% !important;
    background-image: url('../images/black.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    top: 0;
    left: 0;
    font-family: 'Candara_Reg' !important;
}

#secLandingLogoContainer
{
    margin-top: 6%;
    margin-left: 35%;
    height: 30%;
    width: 30%;
}

#secLandingLogoHolder
{
    
}

#secLandingLogo
{
    width: 70%;
    margin-left: 15%;
    height: 100% !important;
}

#secLandingContainer
{
    height: auto;
    width: 20%;
    margin-left: 40%;
}

#frmLanding
{
    margin-top: 5%;
    
    text-align: center;
}

#frmLanding label
{
    font-family: 'Candara_Reg' !important;
    font-size: 18pt;
    color: white;
}

#frmLanding button
{
    background-color: transparent;
    color: white;
    border: 3px solid white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    padding-top: 1%;
    font-family: 'Candara_Reg' !important;
    font-size: 18pt;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%; 
    margin: auto;
    width: 100%;
    height: 50px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#frmLanding button:hover
{
    background-color: white;
    color: darkgoldenrod;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}