﻿#auth-form {
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 20px #ccc;
    text-align: center;
    background-color: white;
    margin-top: 70px;
    margin-bottom: 70px;
    overflow: hidden;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    #auth-form form, #auth-form .form {
        padding: 5px 15px;
        font-size: 1.5em;
    }

    #auth-form .k-input {
        width: 100%;
        height: auto !important;
        font-size: inherit !important;
    }

        #auth-form .k-input input {
            padding: 10px 15px;
            font-size: inherit !important;
            height: auto !important;
        }

    #auth-form .logo-img {
        height: auto !important;
        width: 100% !important;
    }

    #auth-form .logo-header {
        height: auto;
    }

    #auth-form .k-button {
        padding: 10px;
        height: auto;
    }

    #auth-form .toggle-password {
        top: 6px;
    }

.toggle-password {
    cursor: pointer !important;
    position: absolute;
    left: calc(100% - 1.1em - 36px);
    padding: 10px 16px;
    z-index: 10;
}

.tab-profile .toggle-password {
    left: calc(100% - 36px);
}


/*This is how to plcae eye icon only using css*/
/*.k-widget:has(.password-field):after {
    color: red;
    content: "\f06e";
    width: 44px;
    height: 24px;
    font-family: FontAwesome;
}*/

.form-wrapper .row:not(:last-of-type) {
    margin-bottom: 4px;
}

.form-wrapper label {
    line-height: 29.98px;
}

.form-wrapper {
    padding: 0 15px;
    border: 1px solid #03a0b5;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
}

    .form-wrapper input:not(.k-checkbox):not(.k-radio), .form-wrapper textarea {
        width: 100%;
    }

.form-header {
    background-color: #006876;
    color: #ffffff;
    font-size: 1.5em;
}

.form-footer {
    text-align: right;
    border-top: 1px solid #03a0b5;
    padding: 10px 15px;
    margin-top: 5px;
}

.form-section {
    box-shadow: 0 0 2px #CCC;
    margin-bottom: 10px;
}

    .form-section > .section-header {
        color: #FFFFFF;
        background-color: #006876;
        font-size: 1em;
        padding: 2px 15px;
    }

    .form-section > .section-body {
        padding: 10px;
    }

.kendo-grid-open-tab-button {
    background: none;
    border: none;
    text-decoration: underline;
    color: #006876;
    cursor: pointer;
    text-align: left;
}

.event-form-wrapper {
}

    .event-form-wrapper label {
        font-weight: normal;
        /*font-size: 0.9em;*/
        color: #006158;
        margin: 0;
        /*border-bottom: 1px solid #cccccc;*/
    }

    .event-form-wrapper .input-block {
        margin-bottom: 10px;
    }
