@charset "utf-8";
/* CSS Document */
.breadcrumbs-v3 {
    z-index: 1;
    padding: 85px 0 !important;
    position: relative;
}
.welcome-skymethods-box{
	width:555px;
	height:407px;	
	position:absolute;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    text-align: center;
	background: #fff;
	padding:45px;
}

input[type="text"],input[type="password"] {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #e2e2e2;
    color: #000;
    display: block;
    padding: 9px;
    width: 100%;
	font-size:15px;
	margin-bottom:10px;
}
input[type="button"],input[type="submit"] {     
	background-color:#3F9FDD;
	color:#FFFFFF;
    display: block;
	border:none;
    padding: 9px;
    width: 100%;
	font-size:15px;
	font-weight: bold;
}

.top-content{
padding-bottom:250px;
}

.padding-top{
	margin-top:400px;
}

.step2, .step3{
display:none;
}
@media all and (max-width: 550px) {	
	.welcome-skymethods-box{
		padding:20px;
		width:91%;
	}
	.tag-labels > .label{
		margin-bottom:10px;
	}
}