﻿body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	/*background-color:#00B1DD;*/
    background-color:rgba(255, 255, 255, 0.4);
	
}
/*.border {
	border: 1px solid #bcbdb8;
}
.login-heading {
	font-family: "trebuchet MS";
	font-size: 15px;
	line-height: 100px;
	color: #8f8784;
	text-decoration: none;
	text-align:left;
	
}
.login-label {
	font-family: "trebuchet MS";
	font-size: 13px;
	line-height: 50px;
	color: #8f8784;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
}
a.login-lk {
	font-family: "trebuchet MS";
	font-size: 13px;
	line-height: 40px;
	color: #8f8784;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
}
a.login-lk:hover {
	font-family: "trebuchet MS";
	font-size: 13px;
	line-height: 40px;
	color: #ec1a3d;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
}*/





*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.form-2 {
    background: #1C3451 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
    color: #7e7975;
    height: 200px;
    
    padding: 16px;
    position: relative;
    width: 400px; 
}


.form-2 h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form-2 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: 'Lato', Calibri, 
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-2 input[type=text]:hover,
.form-2 input[type=password]:hover {
    border-color: #CCC;
}

.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    width: 99%;
    height: 38px;
    float: left;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, 
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;
}





/*              */
.lbllogin{
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
    color:#ffffff;
}

.lbllogin i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

#circle {
	width: 250px;
	height: 250px;
	background: #ffffff;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
}
