body{
    background-color: #f5f5f5ff;
}

.holder{
    position:fixed;
    top:0;
    left:0;

    height:100%;
    width:100%;
    box-sizing: border-box;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color:#4b3c29;
}

.login{
    text-align: center;
}

.title{
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color:#4b3c29;
    margin-bottom:10px;
}

.logo{
    width:250px;
}

label{
    min-width: 100px;
    float: left;
}

.tlbutton {
    font-family:'Roboto', sans-serif;
    font-size:12px;
    display:inline-block;
    padding: 3px 10px;
    margin: 10px 2px 0 2px;
    border: 1px solid #f77f00ff;
    background-color: #fcbf4990;
    color: #4b3c29;
    cursor:pointer;
    text-decoration: none;
}

.tlbutton:hover {
    background-color:#fcbf49ff;
}

.btmnote {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #495057;
    filter: opacity(0.6);
}

.btmnote:hover{
    filter: opacity(1);
}