.shadow
{
    position:absolute;
    margin-top: 550px;
    margin-left: -25px;
    height:5px;
    width:600px;
    border-radius:600px / 25px;
    background-color:#efefef;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(220, 220, 220,0.6);
    -moz-box-shadow: 0px 0px 15px 4px rgba(220, 220, 220,0.6);
    box-shadow: 0px 0px 15px 4px rgba(220, 220, 220,0.6);
}
.contagt-error {
    margin-top: -64px;
}

.form-signin {
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.subtext {
    text-transform: uppercase;
    font-weight: bold;
    margin: 24px 0;
}


.front, .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
}

.front form, .back form {
    padding: 19px 29px;
}

.flip-container, .front, .back {
    margin: 0 auto;
    width: 550px;
}

.flip-container {
    margin-top: 22px;
    perspective: 1000px;
}

.turn {
    transform: rotateY(180deg);
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */    
    top: 42px;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.form-element {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
    background-color: #d5d5d5;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}


.form-signin input {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 7px 9px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;

    display: inline-block;
    height: 20px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.contagt-error {
    width:50%;
    margin:0 auto;
    text-align:center;
}

.subtext {
    color:#9c9c9c;
    text-align:center;
    letter-spacing:4px;
}


.sres {
	list-style-type: none;
	padding-top:5px;
	padding-bottom:5px;
	color:#0088cc;
}

.sres:nth-child(even) {
	background-color:#0b7293;
	padding-left:-15px;
	padding-right:15px;
	margin-left:-10px;
	margin-right:-10px;
	color:#fff;
}

.sres:nth-child(even) > a {
	color:#fff;
}

.sresults {
	position:absolute;
	float:left;
	text-align:center;
	right:30px;
	width:322px;
	overflow:auto;
	padding:10px;
	padding-top:35px;
	top:-100%;
	margin-left:165px;
    background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
			box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin {
    margin:0 auto;
    padding: 19px 29px 29px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.bluebar {
    width:100%;
    height:100px;
    background-color:#0B7293;
    position:fixed;
    z-index:-1;
    left:0px;

    z-index: 0;
    top: 100px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}
