﻿.body {
    font-family: Verdana;
}

.Page {
    width: 98% !important;
    background-color: #FFF;
    padding-top: 80px;
    top: 75px;
    left: 5px;
    font-family: Verdana;
    margin-bottom: 10px;
}

.auto-style1 {
    height: 60px;
    width: 70px;
    margin-left: 10px;
    margin-top: 4px;
    align-items:start;
}

input[type="text"]:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #2ecc71;
    border-color: #2ecc71;
    outline: 0;
}

input[type="password"]:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #2ecc71;
    border-color: #2ecc71;
    outline: 0;
}


.topnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: snow;
    color: white;
    height: 70px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #e5e5e5;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: snow;
    color: black;
    height: 60px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #e5e5e5;
}

.footerstyle {
    margin-top: 23px;
    margin-left: 10px;
    text-align: center;
    font-size: 15px;
}

.heading h2 {
    margin: 0;
    font-size: 1.2em;
    color: white;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    width: 524px;
}

.full {
    position: relative;
    left: 800px;
    top: 160px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    width: 570px;
    height: 436px;
    margin-left: 0px;
}

.heading {
    font-size: 26px;
    width: 93%;
    /*height: 45px;*/
    background: #2ecc71;
    border: 1px solid #00b44c;
    box-shadow: inset 0 1px #97fcc2;
    padding: 10px 20px;
}

.heading1 {
    border-style: none;
    border-color: inherit;
    border-width: thin;
width: 538px;
    height: 343px;
    background-color: white;
    padding: 10px 10px;
    align-items: center;
}

.otp {
    border-top: 1px solid #9b9b9b;
}

input[type=text], input[type=email], input[type=password] {
    width: 439px;
    height: 27px;
    padding: 7px 7px 7px 7px;
    color: #5e5e5e;
    font-weight: 400;
    margin: 10px 0;
    border: 1px solid #c4c4c4;
    border-radius: 0 6px 6px 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
    font-family: "Open Sans", "Helvetica-Neue", Helvetica, Arial;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

input {
    font-size: 120%;
}

    input[type=submit] {
        background-color: #2ecc71;
        color: white;
        /*font-size: 18px;*/
        /*padding: 12px 20px;*/
        border: none;
        cursor: pointer;
        border-radius: 8px;
    }

        input[type=submit]:hover {
            background-color: black;
        }

.square {
    height: 41px;
    width: 44px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 6px 0px 0px 6px;
}

.grid_6 {
    color: #222;
    font-family: "Open Sans", "Helvetica-Neue", Helvetica, Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 3%;
    position: absolute;
    top: 200px;
    left: 155px;
}

.h2.subheadline {
}

i.check:before {
    content: "6";
    font-size: 1.35em;
    color: #14A0D2;
    margin-right: 0.5em;
}

ul.no-list li {
    margin-bottom: 1em;
}

.LoginError {
    color: red;
    font-weight: bold;
    background-color:yellow;
}