﻿.width100 {
    width: 110%;
}

.textpadding {
    padding: 5px 10px;
}

body {
    background-color: #f7f7f8;
}

.labelfont {
    font-weight: 100;
}

.forgotLink {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #1049AE;
    text-decoration: underline;
    cursor: pointer;
    outline: none !important;
}

.login-style {
    padding: 15px 15px;
    border-radius: 3px;
    background-color: white
}

.form-style {
    padding-left: 5px;
}

.img-style {
    border-width: 0px;
    width: 220px;
    height: 55px;
    margin-left: 50px
}

.horizontal-line {
    width: 90%;
    margin-bottom: 10px;
    margin-top: 6px;
}

.row-style {
    width: 100%;
}

.span-style {
    padding-right: 5px;
}

.span-style1 {
    padding-right: 5px;
}

.lable-style {
    margin-left: 20px;
}

.btn-style {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%
}

.div-style {
    width: 100%;
}

#TenantID[readonly] {
    background-color: lightgray;
    border: 1px solid darkgrey;
    border-radius: 2px;
    cursor: default;
    outline: none !important;
}

.btn-dark {
    color: white !important;
}

.market-solution {
    font-weight: 700;
}

.login-box {
    margin: 4% auto !important;
}