/******************************************************************************* * Copyright (c) 2019 opnfv. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution, and is available at * http://www.apache.org/licenses/LICENSE-2.0 *******************************************************************************/ .header-container-1 { height: 80px; background-color: #383A35; } .header-container-row { margin-left: 0px; margin-right: 0px; } .header-container-2 { height: 30px; background-color: #383A35; } .header-logo { height: 80px; padding-left: 15px; padding-top: 20px; } .header-title { font-size: 40px; font-weight: bold; color: #fff; padding-top: 25px; } .header-login { margin-top: -20px; margin-right: 10px; } .header-splitline { height: 5px; background-color: #27CFC3; }