html {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
}

body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Sans-Serif;
}

.top-part {
    width: 100%;
    padding: 20px 0 0;
}

.bottom-part {
    background-color: #0073cf;
    height: calc( 100vh - 264px);
    position: relative;
    min-height: 150px;
    display: inline-block;
    width: 100%;
}

.honda-ps-form {
    width: 440px;
    margin: 0 auto;
    position: relative;
    top: 40%;
}

.honda-logo {
    margin: 0 auto;
}

.honda-ps-form label {
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    margin: 0 0 10px;
    display: block;
}

.honda-ps-form input[type="text"] {
    border: none;
    background-color: #fff;
    height: 45px;
    width: 80%;
    float: left;
    font-size: 1.6rem;
    color: #000;
    padding: 10px 10px;
}

.honda-ps-form input[type="submit"] {
    border: none;
    background-color: red;
    height: 45px;
    width: 20%;
    float: right;
    color: #fff;
    font-size: 1.6rem;
}


/* Password: <input type="text" name="password" placeholder="password">
            <input type="submit">*/

.footer {
    width: 100%;
    position: relative;
    background-color: #0073cf;
    height: 124px;
}

.wpt-logo {
    background-image: url('../img/WTPlogo.jpg');
    width: 161px;
    height: 73px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -80px;
}

.copyr-txt {
    margin-top: 15px;
    position: relative;
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
    color: #91b6e4;
}
