body {
    background: radial-gradient(ellipse at center, #fcfcfc 0, #f5f5f5 100%);
    font-family: "Montserrat", sans-serif;
}

h1 {
    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: 400px;
    /* alt 
    position: relative;
    */
    /* neu */
    position: absolute;
    /* neu */
    left: 50%;
    top: 50%;
    /* neu */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* alt 
    transform: translateY(-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;
}

.intro {
    display: none;
}

.divider {
    display: none;
    position: absolute;
    left: -9999px;
}

.create {
    display: none;
    position: absolute;
    left: -9999px;
}

.buttons {
    padding-top: 0.5cm;
}

#forgotPassword {
    display: none;
    position: absolute;
    left: -9999px;
}

#ifbPwdReset {
    padding-top: 1cm;
    padding-bottom: 0.5cm;
}

#ifbPwdReset a {
    color: #BF1D2D;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
    .login-window {
        padding: 5%;
        width: 90%;
        height: 100%;
    }
    input {
        width: 95%;
        margin: 8px auto;
    }
    p.my-ifb {
        margin-top: 64px;
    }
}

#next {
    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: 2px;
    text-decoration: none;
    cursor: pointer;
    z-index: 20;
    padding-left: 40px;
    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#next[disabled] {
    cursor: no-drop;
    pointer-events: none;
    box-shadow: none !important;
    filter: grayscale(100%);
    opacity: 0.3;
}

#next:before {
    font-family: 'FontAwesome';
    content: '\f054';
    padding: 5px;
    position: relative;
    font-size: 90%;
}

#next: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-logo {
    position: fixed;
    bottom: 0;
    right: 0;
}

#passwordtoggler {
	position: absolute;
	top: 10px;
	right: 10px;	
	cursor: pointer;
}

.entry-item:nth-child(2) {
	position: relative;
}

#password {
	margin: 0px;
}