/* colors

dark grey   : rgba(51, 51, 51, 1)
ligher grey : rgba(136, 136, 136, 1)
PAX red: #cc2f49

*/

/* mobile */
@media (max-width: 575.98px){

    .card { box-shadow: none; border: none}

    .form-control {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
    }

    .btn {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
        font-weight: 400;
        display: block;
        width: 100%;
    }

    .login-desktop { display:none }
	
	.login-wrapper { background-image: none }
    
    .login-box { 
        margin-top: 1rem;
        margin-bottom: 2rem;
        background: white;
    }

    .footer-desktop { display:none }

    .footer-mobile { color: rgba(51, 51, 51, 1); margin-bottom: 3rem }
}


/* Desktop */
@media (min-width: 575.98px){

    .login-mobile { display:none }

	.login-wrapper {
		background-image: url("/img/office-blur.jpg");	
		height: 100%;
		width: 100%;
		position: fixed;
    }

    .login-box { padding: 15px; margin-top:2rem }
    .login-box a:visited, .login-box a:link, .login-box a:hover, .login-box a {text-decoration: none; color: rgba(51, 51, 51, 1); }

    .login-element {
        padding-bottom: 5px;
        padding-right: 20px;
        padding-left: 20px
    }

    .footer-mobile { display:none }

    .footer-desktop {
        background: rgba(0, 0, 0, .30);
        color: white;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 1rem;
    }

    .footer-desktop a:link, .footer-desktop a { text-decoration: none; color: white }

    .footer-desktop a:hover { background-color: #cc2f49 }

    .footer-desktop p { font-size: .8em } 
}

@media(max-height: 750px){
    .footer-desktop {
        display: none;
    }
}

/* consistent styles across viewpoints */

body { font-family: 'Roboto', sans-serif }

button { margin-top: 1rem; margin-bottom: 1rem; font-weight: 400 }

.logo { width: 160px; height: 160px; margin: 20px }

.login-title {
    font-weight: bolder;
    font-size: 2.2rem;
    color: rgba(51, 51, 51, 1);
}

.login-form { margin-top: 1rem }

.login-label { color: rgba(136, 136, 136, 1) }

.login-small { color: rgba(136, 136, 136, 1) }

.password-checkbox { margin-top: -.5rem; color:rgba(136, 136, 136, 1) }

.password-forgot, .password-forgot:hover, .password-forgot:active, .password-forgot:visited{
    color: rgba(136, 136, 136, 1);
    text-decoration: none;
    font-weight: bold;
}

.reset-button { font-weight: 400 }

label {color: rgba(51, 51, 51, 1)}

.fake-button {
    color: #cc2f49;
    background-color: white;
    border-color: #cc2f49;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.fake-button-link:link, .fake-button-link:visited, .fake-button-link:active { text-decoration: none; }

.fake-button-link:hover { color: white; background-color: #cc2f49; }