﻿body {
    background: radial-gradient(ellipse at center, #fcfcfc 0, #f5f5f5 100%);
    font-family: "Montserrat", sans-serif;
}

h1, h2 {
    margin: 0;
    font-weight: 500;
    color: #BF1D2D;
}

p {
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 14px;
}

label {
    display: none;
}

input {
    padding: 8px;
    font-size: 15px;
    display: block;
    margin: 8px 0;
    width: 380px;
}

    input:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-color: #bf1d2d;
        outline-style: auto;
        outline-width: 5px;
    }


.login-container {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,f5f5f5+100 */
    background: rgb(252, 252, 252);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(252, 252, 252, 1) 0%, rgba(245, 245, 245, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252, 252, 252, 1) 0%, rgba(245, 245, 245, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(252, 252, 252, 1) 0%, rgba(245, 245, 245, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.login-window {
    font-family: "Montserrat", sans-serif;
    padding: 20px;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background-color: #F1F1F1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.my-ifb {
    font-size: 16px;
    color: #7A7A7A;
    margin: 0;
}


.ifb-logo {
    position: fixed;
    bottom: 0;
    right: 0;
}

.body-content {
    margin-top: 110px;
}

/*ifb main CSS, Buttons*/


.error-page {
    color: #4e4e4e !important;
}

.page-header .fa {
    color: #BF1D2D !important;
}

.error-page a:hover {
    color: dodgerblue !important;
}

.error-header {
    font-size: 1.2em;
}

.additional-error-wrapper {
    margin-top: 5em;
}

.error-request-id {
    font-style: italic;
}

/*IFB BUTTON*/

.buttons {
    padding-top: 2em;
}

.ifb-button {
    display: inline-block;
    background-color: #bf1d2d;
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    text-decoration: none;
    height: 35px;
    border-radius: 17.5px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 0.5em;    
    cursor: pointer;
    z-index: 20;   
    border: 2px solid #bf1d2d;
    padding: 4px 12px 4px 0;
    font-size: 16px;
    /*width: 125px;*/
    position: relative;
    transition: background-color 0.2s ease, color 0.1s ease, box-shadow 0.3s, border-color 0.3s;
}

button.ifb-button[disabled] {
    cursor: no-drop;
    pointer-events: none;
    box-shadow: none !important;
    filter: grayscale(100%);
    opacity: 0.3;
}

.ifb-button:before {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 90%;
    position: relative;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.ifb-button:hover {
    background-color: #c81e2f;
    color: #fff;
    text-decoration: none;
    border: 2px solid #c81e2f;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 2px 5px 0 rgba(208, 30, 30, 0.1);
}

.ifb-button:active {
    color: #fff
}

.no-left-padding {
    padding-left: 0 !important;
}

.my-2 {
    margin: 1.5em 0;
}

@media (max-width : 500px) {
    .error-second-col {
        margin-top: 2em;
    }

    .login-window {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        width: auto;
        transform: none;
        box-shadow: none;
    }
}