body, html {
    height: 100%;
    background:#f1e3bf url(images/home-bg-dark.jpg) no-repeat center center;
    background-size: cover;
}

.flex-container-background {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    width: auto;
    padding:10% 0;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
}

.flex-item {
    margin: auto;
    margin-top: 0px;
    background: #fff;
}

.flex-item-0 {
    margin: auto;
    width: 100%;
    /* background: /* linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));*/
}

.flex-item-1 {
    margin: auto;
    margin-top: 50px;
    background-color: #fff; 
    width: 500px;
    border-radius: 10px;
}

@media screen and (max-width: 540px) {
    .flex-item-1 {
        margin-top: 0px;
        width: 300px;
    }
}

@media screen and (max-width: 340px) {
    .flex-item-1 {
        margin-top: 0px;
        width: auto;
    }
}

h1[id="form_header"] {
    line-height: 60px;
    margin-left: 20px;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    text-align: center;
    color: white;
}

/* Bordered form */
form {
    border:0px solid #f1f1f1;
    border-radius: 0px;
}

h2 {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 20px;
    margin:15px 0;
}

p {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
}

.flex-item-login {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    background-color: transparent;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #212121;
    font-size: 12px;
    background-color: #fff !important;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    padding:5px 5px;
    bottom: 0;
    border: 0;
    box-sizing: border-box;
    border-radius: 3px;
}

/* Set a style for all buttons */
button {
    background-color: #db162f;
    border: none;
    color: white;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 3px;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

.loginclass {
    width: 750px !important;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 4px 6px 14px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 14px -10px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 14px -10px rgba(0,0,0,0.75);
}


.loginclass .signup {font-size:12px;margin-left:15px;font-weight: 600;letter-spacing:0.5px;}
