﻿*
{
	margin: 0;
	padding: 0;
	font-family: Arial;
}

#indexWrapper {
    height: 722px;
}

#leftArea 
{
    float:left;
    width:20%;
    /*width: 225px;*/
    height:100%;
}

#middleArea {
    float: left;
    height: 100%;
    /*width: 900px;*/
    width: 60%;
    /*width: 225px;*/
}

#loginArea {
    float: left;
    width: 100%;
    /*margin: 200px 0px;*/
    margin: 90px 0px;
    /*background-color: cyan;*/
}

#rightArea {
    float: right;
    width: 20%;
    /*width: 225px;*/
    height: 100%;
}
#benefitSoftwareOrangeWave {
    /*background-size: 100%;*/
    /*width: 100%;
    height: 100%;*/
    width: 225px;
    height: 720px;
    float: right;
    background: url('../auth-images/benefit-software-orange-wave-right.png') no-repeat;
}

.applicationLogo {
    /*width: 30%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;

}

#indexTitle 
{
    margin-top: 30px;
    /*font-size: 1.5em;*/
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.lblFields {
    margin-top: 4px;
}

.button
{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 27px;
    width: 57px;
    color: #000;
    border: 1px solid #ed7d31;
    border-radius: 4px;
    background-color: #ed7d31;
    cursor: default;
}

.button:hover
{
    color: #FFF;
    cursor: pointer;
    background-color: #ffa61a;
}

.button.disabled:hover
{
    color: #000;
    cursor: default;
    background-color: #ed7d31;
}

#inputs {
    width: 287px;
    margin: 0 auto;
    margin-top: 20px;
    /*font-size: 1.1em;*/
    font-size:15px;
}

.button-field
{
    float:right;
}

.editor-field .k-textbox {
    border: 1px solid #ed7d31;
    height: 25px;
    width: 200px;
    float:right;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px .3em;
    text-indent: .33em;
    font-size: 15px;
}

.editor-field .k-textbox:hover {
    border-color: #ffa61a;
}

.editor-field {
    margin-bottom: 5px;
}

.editor-field label {
    width: 84px;
    float:left;
    overflow: hidden;
}

#messages {
    padding-top: 10px;
    text-align: center;
    min-height: 16px;
}

.clear{
    float:none;
    clear: both;
}

/* this is for google chrome version 83 that adds an outline at every focus element */
:focus {
    outline: none;
}

#instructionsText {
    margin-top:10px;
}

#twoFactorInputRememberMe {
    margin-top:5px;
    margin-right: 5px;
}

#twoFactorSwitchProvider{
    width: unset;
    padding-right: 5px;
    padding-left: 5px;
}

#twoFactorInput
{
    border: 1px solid #ed7d31;
    border-radius: 3px;
    height: 25px;
    box-sizing: border-box;
    padding: 2px .3em;
    width: 200px;
}