﻿.std-pad-top {
    padding-top: 50px;
}

.std-pad-bottom {
    padding-bottom: 50px;
}
.std-hor-align {
    margin-left: 33.33333333%;
}

.form-container {
    background-color: #f7f7f5;
    margin-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 4px solid #f2f2f0;
    background: repeating-linear-gradient( -45deg, #f7f7f5, #f7f7f5 4px, #f2f2f0 4px, #f2f2f0 8px );
}

.form-heading {
    background-color: #E56F0F;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    border-bottom: 3px solid #a04e0b;
    position: relative;
    margin-bottom: 20px;
}

.form-heading:before {
    content: '';
    left: 50%;
    margin-left: -36px;
    position: absolute;
    bottom: -24px;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-top: 24px solid #a04e0b;
}

.form-heading:after {
    content: '';
    left: 50%;
    margin-left: -30px;
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #E56F0F;
}

.form-container-inner {
    padding: 30px;
    padding-top: 15px;
}

label {
    font-size: 14px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    color: #484848;
    font-weight: bold;
    margin-left: 30px;
}

input[type="text"], input[type="password"] {
    border: 0 !important;
    border-top: 2px solid #c0c0c0 !important;
    background-color: #e0e0e0 !important;
    margin: 0px auto !important;
    float: none !important;
    margin-bottom: 4px !important;
    padding: 10px 6px !important;
    border-radius: 0 !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.2em !important;
    min-height: 40px !important;
    box-shadow: 0 0 3px 3px #ffffff !important;
    box-sizing: border-box;
}

input[type="button"] {
        font-size: 18px !important;
        border-radius: 5px !important;
        border: 0 !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        margin-top: 25px !important;
        background: #DC6922 !important;
        display: block !important;
        padding: 5px 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        color: #fff !important;
        min-height: 40px !important;
        box-shadow: none !important;
        width: auto !important;
}

.k-window-titlebar {
    background: none repeat scroll 0 0 #5d2b85 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
}

.k-window-content {
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
}

.k-button {
    background: #DC6922 !important;
    font-size: 18px !important;
    color: #fff !important;
    font-weight: bold !important;
}

.k-window-actions {
    display: none !important;
}

/* Error Tool Tip Styles*/
.tool_tip {
    /* font */
    font-family: Helvetica;
    font-size: 1em;
    color: #f3f3f3;
    line-height: 20px;
    /* background */
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-radius: 6px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    /* positioning */
    float: left;
    position: relative;
    padding: 7px 11px 4px;
    margin-left: 10px; /* distance between error tip and element it points to */
}

/* Top Arrow Styles */
.tool_tip:after, .tool_tip:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    top: 10px;
}

    .tool_tip:after {
        border-bottom: 7px solid #e51b00;
        left: 50px;
        top: -14px;
    }

    .tool_tip:before {
        border-bottom: 7px solid #9f1300;
        left: 50px;
        top: -14px;
    }
/* End of Input Error tool tip */

/* Password rules */
#passwordResetHelpTxt {
    height: fit-content;
    margin-top: 150px;
    padding-top: 15px;
}

a {
    font-size: 14px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    font-weight: bold;
}