@charset "utf-8";
/* CSS Document */
.headline-brd{
	text-transform:uppercase;
	color: #141414;
}
h1.headline-brd{
text-transform:none;
}
.visibility-container {
    background-color: #f5f5f5;
}

h3,h2{
color:#fff;
}

h2.title::after {
    background: #fff none repeat scroll 0 0;
    bottom: -10px;
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
h2.title {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.step{
	width:350px;
	/*height:283px;*/
	height:320px;
	padding:20px;
	color:#fff;
}

.step > ul{
	padding: 0;
}
.step > ul > li{
	color:#fff;
	margin-top: 5px;
	font-size:14px;	
}

.step11{
	background:#3497d9;	
}
.step22{
	background:#e85935;
}
.step33{
	background:#cf9a21;
}
.step4{
	background:#afbf30;
}
.step5{
	background:#545454;
}

.welcome-skymethods-box{
	width:96%;
	
	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:320px;
}

.step2, .step3{
display:none;
}
.lists-v2 i {
    color: #fff !important;
}
.top-content > div > div > ul >li >i{
color:#3498db  !important;
}
.set-rgntraing{
	margin-top:25px;
}
@media only screen and (max-width: 767px) {
.step {
    width: 100%;
    height: 100%;
	margin-bottom:20px;
}
.content-sm {   
    margin-top: 40px;
}
.welcome-skymethods-box{
		width:90%;
		padding:20px;
	}
	.set-rgntraing{
	margin-top:0px;
}
}


