body
{
    background: #f7edee;
    color: Black;
    font-family: 'RobotoDraft' , 'Roboto' , sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title
{
    padding: 20px 0;
    text-align: center;
    letter-spacing: 2px;
}
.pen-title h1
{
    margin: 0 0 10px;
    font-size: 35px;
    font-weight: 300;
}
.pen-title span
{
    font-size: 12px;
}
.pen-title span .fa
{
    color: #33b5e5;
}
.pen-title span a
{
    color: #33b5e5;
    font-weight: 600;
    text-decoration: none;
}

/* Form Module */
.form-module
{
    position: relative;
    background: #ffffff;
    max-width: 320px;
    width: 100%;
    border-top: 5px solid #b10212;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}
.form-module
{
    display: none;
    padding: 40px 40px 40px 40px;
}
.form-module:nth-child(2)
{
    display: block;
}
.form-module h2
{
    margin: 0 0 20px;
    color: #736c6c;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.form-module div
{
    margin: 0 0 20px;
}

.form-module div input
{
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.form-module div input:focus
{
    border: 1px solid #d41021;
    color: #333333;
}
.loginbtn
{
    cursor: pointer;
    background: #b10212;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.loginbtn:hover
{
    background: #d41021;
    color: #ffffff;
}
.loginbtn:focus
{
    border: 1px solid #d41021;
    color: #ffffff !important;
}
.form-module .cta
{
    background: #f2f2f2;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0px;
}
.form-module .cta a
{
    color: #333333;
    text-decoration: none;
}

.toggle1
{
    cursor: pointer;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #d41021;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.bottom-text
{
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: Gray;
}

.bottom-text a
{
    text-decoration: none;
    font-size: 14px;
    color: Gray;
}
