﻿.k-form-fieldset {
    border-style: none;
}

    .k-form-fieldset .k-icon {
        font-size: 1.55em;
        margin: .15em;
        cursor: pointer;
    }

.k-form-legend {
    border-style: none !important;
}

.k-form-hint, .k-form-error {
    font-style: normal;
}

.account-login .k-label.k-form-label {
    color: #000 !important;
    text-align: center !important;
    font-size: 1.1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    font-family: Verdana !important;
}

.account-login-container {
    background-color: white;
    padding: 1em;
    height: 26.125rem;
}

.account-login {
    font-family: sans-serif;
    display: grid;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

.k-textbox {
    width: 22.5rem !important;
    height: 2rem;
    flex-shrink: 0;
}

.k-form-submit {
    background-color: #04AA6D;
    color: white;
    padding: 0.75rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    margin: 0.75rem 0 0;
    flex-shrink: 0;
    border-radius: 0.5rem;
    background: #00A854;
    border: #00A854;
    cursor: pointer;
    font-family: Verdana;
}

.k-form-submit:focus {
    background-color: #006B36;
}

.k-form-buttons {
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
}

.center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.k-form-field-wrap .k-focus {
    border: 1px solid #BEBEBE !important;
}

.logotext {
    color: #083F0A;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: normal;
    float: right;
    margin-right: 0.9rem
}