* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    background-image: none;
}

ol,
ul,
li {
    list-style-type: none;
}

.login-container {
    text-align: center;
    max-width: 480px;
    margin: 8px auto;
}

.input-group {
    margin-bottom: 10px;
}

.input-group-addon {
    background-color: #fff !important;
}

.logo {
    margin: 25px;
}

    .logo img {
        width: 30%;
       
        margin: 0px auto;
    }

.input-group-addon:first-child {
    border-right: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.login-heading {
    font-size: 20px;
    margin: 25px 0;
    font-weight: bold;
    color: #656161;
}

.divider {
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

.divider h2 {
    color: #ccc;
    line-height: 20px;
    margin: 20px 0;
    text-align: center;
    text-transform: lowercase;
    font-size: 20px;
}

.divider h2:after,
.divider h2:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 46%;
}

.divider h2:after {
    background: rgb(126, 126, 126);
    background: linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    right: 0;
}

.divider h2:before {
    background: rgb(126, 126, 126);
    background: linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    left: 0;
}

.input-panel {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 15px 0 0 0;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
}

.input-panel i {
    font-size: 13px;
    color: #A69F9F;
    margin-right: 5px;
}

.input-panel i.fa-lock {
    font-size: 18px;
}

.input-panel .form-control {
    border: 0 !important;
    box-shadow: none;
    background: transparent;
    height: 100%;
    padding: 0;

}

.login-link,
.login-link:hover {
    color: #006A4D;
    text-decoration: underline;
    margin-left: 5px;
}

.forgot-link {
    display: inline-block;
    margin-top: 5px;
}

.sign-in-btn:hover,
#WorkAccountExchange:hover {
    color: #fff;
    background: #10AD62;
}

#WorkAccountExchange,
.accountButton,
.buttons button {
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #006A4D;
}

.buttons button,
.accountButton {
    width: 80%;
    display: inline-block;
    margin-top: 20px 0px 20px 0px;
}

#WorkAccountExchange {
    background: #10AD62
}

.intro h2 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: bold;
    color: #656161
}

.password-label {
    display: block;
    text-align: right;
    margin-bottom: 2px;
    position: absolute;
    top: 45px;
    right: 0;

}

.entry-item {
    margin: 20px 0;
    position: relative;
}

.entry-item label {
    text-align: left;
    display: none;
}

    .entry-item input,
    .attrEntry input[type="text"],
    .attrEntry input[type="password"],
    .attrEntry input[type="email"] {
        width: 80%;
        height: 40px;
        padding: 6px 12px 6px 30px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


.entry+.divider {
    display: none;
}

.create {
    margin-top: 20px;
}

#createAccount {
    display: inline-block;
    margin-left: 5px;
}

a {
    color: #006A4D;
    text-decoration: underline;
}

#WorkAccountExchange::before,
.accountButton:before,
.buttons button:before,
.entry-item::before,
.sendButton:before,
#continue:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

#WorkAccountExchange::before {
    content: "\f2bb";
}

.accountButton:before,
.buttons button:before {
    content: "\f090";
}

.entry-item {
    position: relative;
}

.entry-item::before {
    content: "\f0e0";
    position: absolute;
    top: 13px;
    left: 57px;
    color: #555;
}

.entry .entry-item:nth-child(2)::before {
    content: "\f023";
    font-size: 20px;
    top: 9px;
}

.terms {
    width: 100%;
    margin: 0 auto;
}

.terms a {
    color: #006A4d !important;
    text-align: center;
}

/* registeration screen */
.attrEntry>label {
    display: none;
}

.sendButton:before {
    content: "\f1d8" !important;
}

.attrEntry input {
    padding-left: 10px !important;
}

#continue::before {
    content: "\f055" !important;
}

.attrEntry .error {
    
    font-style: italic;
    color: #a29b9b;
    bottom: 44px;

}

.attrEntry .error p {
    margin: 0;
}

.attrEntry .helpLink {
    float: right;
    font-size: 13px;
    position: relative;
    top: 4px;
    padding-right: 15px;
}

.attrEntry:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#attributeList ul li {
    margin-bottom: 15px;
}

.CheckboxMultiSelect .attrEntry>label {
    display: inline-block;
}

.attrEntry {
    text-align: left;
    position: relative;
}

.CheckboxMultiSelect {
    margin-bottom: 20px !important;
    border-top: 1px solid #dddddd;
    padding-top: 15px;
    margin-top: 25px;
}

.CheckboxMultiSelect .error {
    position: absolute;
    top: 20px;
}

.CheckboxMultiSelect input {
    position: relative;
    top: 2px;
}

.CheckboxMultiSelect+.CheckboxMultiSelect {
    border: 0;
    padding-top: 0;
}

.Password .error {
    margin-bottom: 15px;
    background: #ebf8f9;
    padding: 10px;
    border-radius: 5px;

}

.Password+.Password .error {
    margin-bottom: 0 !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.sendButton,
#cancel {
    margin-top: 20px !important;
}

.intro p {

    font-size: 20px;
    margin: 30px 0;
    font-weight: bold;
    color: #656161;
}

#email_intro {
    font-weight: bold;
}

#attributeVerification {
    margin-bottom: 20px;
}

#cancel::before {
    content: "\f057" !important;
}
