html {
    background-color: #ffffff;
}

.hsbc-login {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background: #626469;
    border-bottom: 1px solid #fff;
}

.generic-login-info {
    /*color: #fff;*/
    font-size: 15px;
    font-weight: 100;
    margin-right: 100px;
    margin-left: 70px;
	padding-top: 19px;
	padding-left: 16px;
    line-height: 1.5;
    text-align: justify;
}

.generic-login-info-img {
    width: auto;
    height: 70px;
    background-size: cover;
    /*border-radius: 16px;
    padding: 8px;*/
    margin-right: 6px;
	border-radius: 35px;
}

.hsbc-login-info-area {
    height: 50px;
    line-height: 50px;
    display: inline-block;

}

.generic-login-brand-img {
    background-image: url("../images/logo.png");
    height: 26px;
    width: 25px;
    display: inline-block;
}


.generic-login-area {
    /*float: right;*/
	padding-top: 15px;
	padding-left: 16px;
    margin-right: 12px;
    height: 50px;
    line-height: 50px;
    display: flex;
}


.generic-logout-button {
    font-size: 12px;
	color: #fff;
    background-color: #50617b;
    border-color: #50617b;
	display: inline-block;
    /* position: absolute; */
    padding: 6px 12px;
    margin-bottom: 0;
    /* right: 0px; */
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    /* border-radius: 4px; */
	
}

.generic-contact {
    position: relative;
    width: 2180px;
    height: 520px;
    margin: 0 auto;
    padding-top: 169px;
}

.generic-contact-area {
    background-color: #f0edec;
    z-index: 1000;
    width: 1030px;
    height: 225px;
    margin-left: 16px;
}

.generic-contact-area-title {
    padding: 16px;
    font-size: 34px;
    font-weight: 700;
}

.generic-contact-area-subtitle {
	padding-left: 16px;
    font-size: 28px;
    font-weight: 300;
}


.generic-contact-area-button {
    margin: 0 auto;
    margin-top: -20px;
    font-size: 18px;
}

