﻿body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 13px;
    color: #333333;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

html {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
}


A:link {
    text-decoration: none;
    color: #CCCCCC;
    cursor: pointer;
}

A:visited {
    text-decoration: none;
    color: #CCCCCC;
}

A:active {
    text-decoration: none;
    color: #CCCCCC;
}

A:hover {
    text-decoration: underline;
    color: #CCCCCC;
    cursor: pointer;
}

.SignUpSteps {
}




.StepPanel {
    text-align: center;
    margin: 0px auto;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    display: block;
}

    .StepPanel input[type=email], input[type=text], input[type=password] {
        padding: 8px;
        width: 450px;
    }

/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .StepPanel {
        text-align: center;
        margin: 0px auto;
        width: 500px;
        height: 500px;
        position: sticky;
        top: inherit;
        left: inherit;*/
        /*        margin-top: -300px;
        margin-left: -300px;
        display: block;*/
    /*}
    
}*/

.StepPanel input[type=submit] {
    padding: 8px;
    width: 470px;
    height: 50px;
    margin-top: 15px;
    background-color: #2e9dd8;
    border-bottom: none;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: none;
}

.StepPanel input[type=submit]:hover {
    background-color: #207eb0;
}


.Logo {
    margin: 0px auto;
    background-image: url('../Resources/BirdyLogo.png');
    height: 140px;
    width: 140px;
    background-size: contain;
    margin-bottom: 30px;
}

.PanelTitle {
    font-size: 2.8125rem;
    margin-bottom: 25px;
}

.Instructions {
    font-size: 17px;
    margin-bottom: 25px;
}

.Instructions2 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-left: 15px;
    float: left;
}

.Instructions3 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-left: 15px;
    float: left;
}

#lstUseSampleData {
    padding: 8px;
    width: 470px;
    margin-bottom: 25px;
}

.Privacy {
    font-size: 12px;
    margin-top: 25px;
    color: #818181
}

.Resend {
    font-size: 12px;
    margin-top: 25px;
    color: #6d6d6d
}

.Building {
    margin: 0px auto;
    background-image: url('../Resources/Building.gif');
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
    background-position: center;
    margin-top: 40px;
}

.PasswordStrength {
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    height: 25px;
    width: 468px;
    margin-left: 15px;
    background-color: #f8f8f8;
}

.UserPasswordStrength {
    height: 25px;
    font-size: 12px;
    padding-top: 6px;
    text-align: left;
    padding-left: 10px;
}

.UserPasswordStrength.Strength1 {
    background-color: #ff3700;
}

.UserPasswordStrength.Strength2 {
    background-color: #ffac00;
}

.UserPasswordStrength.Strength3 {
    background-color: #fff200;
}

.UserPasswordStrength.Strength4 {
    background-color: #ceff00;
}

.UserPasswordStrength.Strength5 {
    background-color: #2aff00;
}

.NeedHelp {
    margin-top: 20px;
    font-size: 18px;
    color: #0070ac;
}

.NeedHelp a {
    margin-top: 8px;
    font-size: 32px;
    color: #2e9dd8;
    display: block;
}