﻿body {
    margin-top: 65px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #7f7f7f;
}

#forgotmessage {
    position: relative;
    margin-top: 30px;
}

#forgotemail {
    position: relative;
    margin-top: 65px;
}

#forgotOptions, #resetOptions{
    position: relative;
    margin-top: 62px;
}

#forgotConfirmationmessage {
    position: relative;
    margin-top: 60px;
}

#forgotConfirmation2message {
    position: relative;
    margin-top: 63px;
}

#forgotConfirmationClose {
    position: relative;
    margin-top: 63px;
}

#forgotConfirmationResend {
    color: #d9272e;
}

#resetPasswordConfirmationMessage {
    position: relative;
    margin-top: 60px;
}

#resetPasswordConfirmationMessage2 {
    position: relative;
    margin-top: 63px;
}

#resetPasswordConfirmationBacktoLogin {
    position: relative;
    margin-top: 73px;
}

#registerEmail {
    position: relative;
    margin-top: 49px;
}

#registerPassword, #resetPassword {
    position: relative;
    margin-top: 40px;
}

#registerConfirmPassword, #resetConfirmPassword{
    position: relative;
    margin-top: 40px;
}

#registerCreateAccount {
    position: relative;
    margin-top: 53px;
}

#registerMessage {
    position: relative;
    margin-top: 45px;
    font-size: 15px;
    border: none;
}

#registerSignIn, #registerTerms, #registerPrivacyPolicy {
    color: #d9272e;
    cursor: pointer;
}

#registerPasswordIcon, #registerConfirmPasswordPasswordIcon, #resetPasswordIcon, #resetConfirmPasswordPasswordIcon {
    position: absolute;
    right: 0;
    bottom: 6px;
    cursor: pointer;
}

#accessDeniedMessage, #ConfirmedEmailMessage {
    position: relative;
    margin-top: 16px;
}

#navLogo {
    width: 149px;
    height: 32px;
}

.btn50 {
    height: 50px;
    width: 184px;
}


.external-providers {
    position: relative;
    text-align: left;
    left: 50%;
    margin-top: 24px;
    width: 400px;
    margin-left: -200px;
}

#logoutBtn {
    position: relative;
    float: left;
}

#logoutCancelBtn {
    position: relative;
    float: right;
}

#logoutText {
    text-align: center;
    padding-top: 16px; 
    border-top: 1px solid #bfbfbf;
}

#logoutFieldset {
    position: relative;
    margin-top: 32px;
}


.logout-tile {
    width: 464px;
    height: 245px;
    position: absolute;
    left: 50%;
    margin-left: -232px;
    padding: 32px;
}

.Text-B24 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 33%;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #7f7f7f;
}

    .checkmark:after {
        position: absolute;
        content: "";
        left: 9px;
        top: 9px;
        height: 0px;
        width: 0px;
        border-radius: 5px;
        border: solid #d9272e;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(0deg) scale(0);
        -ms-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
        opacity: 1;
    }

input:checked ~ .checkmark {
    background-color: transparent;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    border: 2px solid #7f7f7f
}

    input:checked ~ .checkmark:after {
        -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        opacity: 1;
        left: 4px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid #d9272e;
        border-width: 0 2px 2px 0;
        background-color: transparent;
        border-radius: 0;
    }

#loginBtn {
    width: 100%;
    height: 50px;
    margin-top: 60px;
    font-family: 'Open Sans', sans-serif;
}

#loginWithSSOSeparator {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    margin: 8px 0px;
}

#loginWithSSOSeparator::before,
#loginWithSSOSeparator::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

#loginWithSSOBtn {
    width: 100%;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    align-content: center;
}

#loginCB {
    position: absolute;
    left: 0px;
    bottom: 33%;
    height: 18px;
    width: 18px;
    z-index: 2000;
}

#logInRememberMeLabel {
    position: relative;
    Left: 16px;
    font-weight: normal;
}

#forgot-password {
    position: absolute;
    right: 0px;
    color: #7f7f7f;
}

#LoginFoot {
    position: relative;
    text-align: left;
    margin-top: 24px;
    font-size: 11px;
    font-weight: normal;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.icon-banner {
    position: relative;
    display: inline;
    padding-left: 10px;
    padding-top: 25px;
}

.fwred {
    color: #d9272e;
}

.form-group {
    border: none;
    margin-top: 60px;
    margin-bottom: 0px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #BFBFBF;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.fwgray {
    color: #7f7f7f;
}

.ficon-banner {
    position: relative;
    padding-left: 10px;
    padding-top: 24px;
}

.fwcenterPanel {
    position: relative;
    width: 400px;
    margin: auto;
    margin-top: 5%;
    z-index: 1500;
}

#fleetworthyLoginLogo {
    width: 400px;
}

.icon {
    position: relative;
    top: -10px;
}

input[type="checkbox"] {
    opacity: 0;
}

    input[type="checkbox"]:focus {
        opacity: 0;
    }


.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants .grant img {
        width: 100px;
        height: 100px;
    }

    .grants .grant .clientname {
        font-size: 140%;
        font-weight: bold;
    }

    .grants .grant .granttype {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .created {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .expires {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant li {
        list-style-type: none;
        display: inline;
    }

        .grants .grant li:after {
            content: ', ';
        }

        .grants .grant li:last-child:after {
            content: '';
        }

.centerText {
    text-align: center;
}

/* MOBILE STYLES */

@media all and (min-width:0px) and (max-width: 600px) {
    .fwcenterPanel {
        width: 90%;
    }

    #navLogo {
        display: none;
    }

    #fleetworthyLoginLogo {
        width: 90%;
    }
}
