﻿body, html {
    margin: 0px;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 20px;
}

input, body, html {
    font-family: 'Merriweather', serif;
}

h1 {
    font-weight: bold;
    color: #000000;
    font-size: 17px;
    margin: 0px 0px 10px;
}

a {
    text-decoration: none;
    color: #5A5A5A;
}

footer {
    height: 50px;
    color: #5A5A5A;
    line-height: 50px;
    padding: 0px 25px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 12px;
    text-align: center;
}

#divCenterContent {
    width: 426px;
    margin: 40px auto 40px auto;
}

#divBoxContent {
    background-color: #F8F8F8;
    border: 1px solid #949494;
    padding: 30px 30px 22px 30px;
}

.clBostonGlobe_Textbox {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #949494;
}

.clBostonGlobe_LoginButton {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #6B6B6B;
    background-color: #DBDBDB;
    padding: 10px;
    cursor: pointer;
}

    .clBostonGlobe_LoginButton:hover {
        background-color: #C4C4C4;
    }

.clBostonGlobe_GenericButton {
    font-size: 13px;
    font-weight: bold;
    width: 140px;
    height: 35px;
    background-color: #FBFBFB;
    border: 1px solid #949494;
    cursor: pointer;
    padding: 10px;
    color: #000000;
}

    .clBostonGlobe_GenericButton:hover {
        background-color: #D8D8D8;
    }

/*Placeholder CSS*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #B0B0B0;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #B0B0B0;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #B0B0B0;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B0B0B0;
}
