*{
	/* Resetting the default styles of the page */
	margin:0;
	padding:0;
}

html{
	overflow:auto;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:0.825em;
	color:#333;
	background-color: #fff;
	/*background:url("img/bg.png") repeat-x #222222;*/
	font-family:Arial, Helvetica, sans-serif;
}

#carbonForm{
	/* The main form container */
	background-color:#fff;
	/*border:1px solid #080808;*/
	margin:0px auto;
	padding:20px;
	
	/*-moz-box-shadow:0 0 1px #444 inset;
	-webkit-box-shadow:0 0 1px #444 inset;
	box-shadow:0 0 1px #444 inset;*/
}

#carbonForm h1{
	/* The form heading */
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:40px;
	font-weight:normal;
	padding:10px 0;
	text-align:center;
}

.fieldContainer{
	/* The light rounded section, which contans the fields */
	background-color:#fff;
	/*border:1px solid #0E0E0E;*/
	padding:20px 10px;
	
	/* CSS3 box shadow, used as an inner glow */
	/*-moz-box-shadow:0 0 20px #292929 inset;
	-webkit-box-shadow:0 0 20px #292929 inset;
	box-shadow:0 0 20px #292929 inset;*/
}

#carbonForm,.fieldContainer,.errorTip{
	/* Rounding the divs at once */
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}


.formRow{
	height:35px;
	padding:10px;
	position:relative;
}

.label{
	float:left;
	padding:0 20px 0 0;
	text-align:right;
}

label{
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:14px !important;
	letter-spacing:1px;
}

.field{
	float:left;
}

.field input{
	/* The text boxes */
	border:1px solid white;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	padding:4px 5px;
	background:url("img/box_bg.png") repeat-x scroll left top #FFFFFF;
	outline:none; /* Preventing the default Safari and Chrome text box highlight */
}

.signupButton{
	/* The submit button container */
	text-align:center;
	padding:30px 0 10px;
}

#submit{
	/* The submit button */
	/* border:1px solid #f4f4f4;
	height:40px;
	text-indent:-9999px;
	width:110px; */
	text-transform:uppercase;
	cursor:pointer;
	font-size: .8rem;
	padding: .5rem 1.6rem;
	border-radius: .125rem;
	
	/* background:url("img/submit.png") no-repeat center center #d0ecfd; */
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#submit.active{
	/* Marking the submit button as active adds the preloader gif as background
	background-image:url("../img/preloader.gif"); */
}

#submit:hover{
	background-color:#dcf2ff;
	border:1px solid white;
	color: #000000;
}

input:hover,
input:focus{
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.errorTip{
	/* The error divs */
	background-color:#970F08;
	color:white;
	font-size:10px;
	height:26px;
	letter-spacing:0.4px;
	margin-left:20px;
	padding:5px 0 5px 10px;
	position:absolute;
	text-shadow:1px 1px 0 #555555;
	width:200px;
	right:-130px;
}


/* The styles below are only necessary for the styling of the demo page: */

#footer{
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px;
	color:#eee;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Alert */
.alert-danger {
      color: #721c24;
      background-color: #f8d7da;
      border-color: #f5c6cb;
      font-size: 15;
    }

    .alert-danger hr {
      border-top-color: #f1b0b7;
    }

    .alert-info {
      color: #0c5460;
      background-color: #d1ecf1;
      border-color: #bee5eb;
      font-size: 15;
    }

    .alert-info hr {
      border-top-color: #abdde5;
    }

    .alert-info .alert-link {
      color: #062c33;
    }

/* invaild text field */
.invalid-feedback { font-size: 13px; }    

.clipboard {
	font-size: 13px;
	display: table-cell;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.clipboard[readonly] {
	background-color: #fff;
}

.clipboard-btn {
	padding: 6px 12px;
	font-size: 13px;
	line-height: 20px;
	background-color: #eee;
	background-image: linear-gradient(#fcfcfc,#eee);
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

.btn-div {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
}

/* @media break point */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#carbonForm { width: 100% }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	#carbonForm { width: 100% }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#carbonForm { width: 700px; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	/*#carbonForm { width: 700px; }*/
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	/*#carbonForm { width: 700px; }*/

}