﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: url("/Content/Images/Ryder_LEAP_Main_BG.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.button-primary {
    max-width: 1920px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar {
        height: 60px;
    }
 
    .login-btn {
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .login-btn {
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
}


@media (max-width: 844px) {
    .login-btn {
        margin-top: 10px;
        margin-right: 35px !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 1280px) {
    .login-btn {
        margin-top: 10px;
        margin-right: 100px;
        margin-bottom: 10px;
    }
}


@media (max-width: 1920px) {
    .login-btn {
        margin-top: 10px;
        margin-right: 70px;
        margin-bottom: 10px;
    }
}

@media (min-width: 300px) {
    .login-btn {
        margin-top: 35px !important;
        margin-right: 70px;
        margin-bottom: 10px !important;
    }
}

.login-btn {
    float: right;
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 15px 8px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    width: 100px;
    margin-top: 25px;
    margin-right: 80px;
}

.login-btn:hover {
    float: right;
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 15px 8px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    width: 100px;
    margin-top: 25px;
    margin-right: 80px;
}

.login-again-btn {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 15px 8px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100px;
    margin-top: 25px;
}

.login-again-btn:hover {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 15px 8px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100px;
    margin-top: 25px;
}

#okta-sign-in.auth-container .button-primary {
    background: #cf172f !important;
    background: -o-linear-gradient(top, #cf172f 0%, #cf172f 100%) !important;
    background: -ms-linear-gradient(top, #cf172f 0%, #cf172f 100%) !important;
    background: linear-gradient(#cf172f, #cf172f) !important;
    border-color: #cf172f !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1) !important;
    color: #fff !important;
}

    #okta-sign-in.auth-container .button-primary:active,
    #okta-sign-in.auth-container .button-primary:focus,
    #okta-sign-in.auth-container .button-primary:hover {
        background: #cf172f !important;
        background: -o-linear-gradient(top, #cf172f 0%, #cf172f 100%) !important;
        background: -ms-linear-gradient(top, #cf172f 0%, #cf172f 100%) !important;
        background: linear-gradient(#cf172f, #cf172f) !important;
        border-color: #cf172f !important;
        box-shadow: none !important;
        cursor: pointer;
        text-decoration: none;
    }

#okta-sign-in.auth-container input[type=submit]:focus {
    border-color: #cf172f !important;
    box-shadow: 0 0 8px #cf172f !important;
}


.content-hr {
    border: 0;
    margin: 1.35em auto;
    max-width: 100%;
    background-position: 50%;
    box-sizing: border-box;
    position: relative;
    border-bottom: 5px solid red;
    width: 70%;
}

.home-truck {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
    border: 10px solid white;
    max-width: 90%;
    margin-top: 20px;
}

.home-card {
    background: hsla(0, 0%, 100%, 1);
    background: radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 80%, 1) 100%);
    background: -moz-radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 80%, 1) 100%);
    background: -webkit-radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 80%, 1) 100%);
    text-align: center;
    color: red;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
    border: 10px solid white;
    width: 20%;
    min-width: 200px;
    height: 180px;
    float: inline-start;
    margin: 15px auto 15px auto;
    padding: 5px 5px 15px 5px;
}

.home-card-wrapper {
    border: 5px solid lime;
    width: 90%;
    margin: auto;
    padding: initial;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hides help button on Okta Login Widget */
a.link.js-help {
    display: none !important;
}