.inner {
    margin: 0 auto;
    max-width: 360px;
}

body {
    font-family: Libre Franklin, sans-serif;
    line-height: 1.3;
    background: #d9e1e2;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

input[type="text"], input[type="password"] {
    border: none;
    border-radius: 4px;
    padding: 12px 18px;
    font-family: Libre Franklin, sans-serif;
    font-size: 1.4rem;
}
button[type="submit"] {
    border: none;
    border-radius: 4px;
    background: #2758a7;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 12px 18px;
    width: 100%;
    color: #fff;
    cursor: pointer;
}
button[type="submit"]:hover{
    background: #c9ae4f;
    color:#3f4144;
}

ul.tml-links {
    padding: 20px 0;
    margin: 0;
    text-align: center;
}
ul li {
    list-style: none;
}
ul li a{
    color: #2758a7;
    font-weight: 600;
}
.page_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    position: absolute;
    translate: 0 -50%;
}
.top {
    padding: 0 0 30px;
}
.tml .tml-action-confirmaction .success, .tml .tml-error, .tml .tml-message, .tml .tml-success {
    border-left: 4px solid #2758a7;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
    display: block;
    margin: 0 0 1em;
    padding: .75em;
    background: #fff;
}
.tml .tml-error {
    border-left-color: #dc3232;
}