.migration-banner {
	box-sizing: border-box;
    width: 100%;
    min-height: 45px;
    padding: 5px 15px;
    background-color:rgb(230, 92, 0);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
}

.migration-banner .banner-logo {
    height: 30px;
}
.migration-banner .banner-logo img {
	margin: 0 !important;
    width: auto;
    height: inherit;
}
.migration-banner .banner-text {
    text-align: center;
}
.migration-banner span.head {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 0;
}
.migration-banner span.sub {           
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: block;
}

.migration-banner.px500 {
    width: 500px;
    height: 200px;
    overflow: hidden;
    padding: 5px;
}

.migration-banner.px500 .banner-logo {
    height: 40px;
}

.migration-banner.px500 span.head  {
font-size: 22px;
line-height: 24px;
margin-bottom: 10px;
}

.migration-banner.px500 span.sub  {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    }