a.linkpage{
    float: left;    
    text-align: left;
    line-height: 1.0;
    color: #00BFFF;
    font-weight: normal;
    font-size: 10pt;
}
input[type=submit]  {
	width: 100%;
	height: 38px;
	margin-top: 14px;
	padding: 0px 20px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background-color: #FD5603;
	border: 1px #FD5603 solid;
	opacity: 1;
	cursor: pointer;
}
input[type=submit]:hover {
    background-color: #FC7F4A;
    border: 1px #FC7F4A solid;
}
input[type=submit]:focus {
    outline: none;
    box-shadow:none !important;
}
.Container-Gallery {   
    padding-top: 130px;
}
.form-wrapper {
    width : 100%;
    background-color: white;
}
.login-wrapper {
    width : 100%;    
    padding-left: 25px;
    padding-top: 30px;
    line-height: 1.7;
    padding-right: 50px;
    padding-bottom: 30px;
}
.v-line { 
    border-right: 1px solid gray; 
    height: 150px; 
    position : relative;   
    top:25%;
    padding-left: 100%
}
.img-position {
    padding-top: 107px;
    padding-left: 40px;
}
.obj-Distance{
    padding : 20px;
}