/* Styling for the Trash Flow Logo on the login page login.php 
 * This is kept in a separate file so that it can be read in last and only applied to login.php. 
 */

@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');

#tf-logo-container {
    height: 70px;
    padding-top: 20px;
}

#tf-label-container {
    display: flex;
    height: 50px;
    margin: 0;
    padding-left: 12px;
    width: 294px;
}

#tf-label-container h1 {
    font-family: "Catamaran", "Times New Roman", serif;
    font-size: 30pt;
    font-weight: 900;
    margin: 0;
}

#tf-logo-container h5 {
    color: #a4c93f;
    font-family: "Catamaran", "Times New Roman", serif;
    font-size: 16pt;
    font-weight: 900;
    margin: 0;
    text-align: center;
    width: 300px;
}