/* TMS Auth stylesheet
 * ======================
 * Created by: Peter Richards
 * Created on: 06/01/2021
 * (C) Copyright YingaTech UK Ltd.
 */

/*
 * Auth Page stylings
 */
.tms_auth_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tms_auth_input{
    border-radius:5px;
    border:0;
    margin:5px 0 15px 0;
    padding:10px;
    background:#57555f;
    color:#fff;
    max-width:250px;
    width:90vw;
}

.tms_auth_button{
    margin-top:17px;
}