/**************************************************************************************/
/*                                      Login                                         */
/**************************************************************************************/
body {
    background-color: #3E984C;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.heading {
    font-weight: normal;
    color: white;
    text-align: center;
    margin-top: 20px;
}

input[type="checkbox"] {
    accent-color: #349cdc;
    scale: 1.5;
  }

.packing-box {
    background: url(../img/GetQM_Online_Features.jpg) no-repeat center center;
    height: 400px;
    width: 322px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.packing-box p {
    background: rgba(62, 152, 76, 0.4);
    width: 12em;
    color: white;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 30px;
    padding-top: 10px;
    margin-left: 10px;
}

.packing-box a {
    position: absolute;
    bottom: 20px;
    left: 10px;
    background: #3E984C;
    width: 9em;
    font-weight: bold;
    border-color: white;
    border-radius: 12px;
    border-size: 5px;
}

.sign-box {
    background: white;
    height: 400px;
    width: 322px;
    border-radius: 0;
    border: none;
}

.sign-title {
    color: #bcbcbc !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: normal !important;
    font-size: 20px !important;
}

.form-group {
    margin-bottom: 35px;
}

.text-field label {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.input-group-addon {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 25px !important;
    color: #b4b4b4 !important;
}

input[type='text'],
input[type='password'] {
    border: thin 1px black;
    border-radius: 0;
    font-weight: normal !important;
    font-size: 16px !important;
    min-height: 38px !important;
}

.checkbox label,
.reset-text {
    color: #b4b4b4 !important;
    font-size: 13px;
}

.reset-text:hover {
    color: #77b4b4 !important;
}

#login-btn,
#reset-btn {
    font-size: 16px !important;
    font-weight: bold;
    border-radius: 0;
}

.change-version{
    width: 322px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-align: center;
}

.change-version a {
    color: #b4b4b4 !important;
    font-size: 13px;
}

.change-version a:hover {
    color: #77b4b4 !important;
}

.doh {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.doh a {
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 300px;
    border-radius: 20px;
    background: deepskyblue;
    border-color: deepskyblue;
    padding: 20px;
}

.doh a:hover{
    background: rgba(0, 0, 0, 0.37);
    border-color: rgba(255, 255, 255, 0.37);
    color: #b4b4b4 !important;
}

.login-error {
    border: 1px solid #de1e21;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.error-box {
    background-color: rgba(131, 0, 0, 0.11);
    margin: 0 0 35px;
    padding: 10px 20px;
    border: dashed 1px #ff3b36;
    border-radius: 5px;
    line-height: 1.6em;
    text-align: left;
}

.error-box .error {
    font-style: normal;
    color: #ff3b36;
    margin-bottom: 0;
}

.error-box li{
    color: #ff3b36;
    list-style: none;
}

.error-box li:before{
    color: #ff3b36;
    font-family: FontAwesome;
    content: '\f00d';
    margin: 0 10px 0 0;
    font-size: 13px;
}

.unsecure-notice {
    background-color: rgba(131, 0, 0, 0.11);
    margin: 20px 0;
    padding: 10px 20px;
    border: dashed 1px #ff3b36;
    border-radius: 5px;
    line-height: 1.6em;
    text-align: justify;
    color: #bcbcbc !important;
}

.loading {
    position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px; /*set to a negative number 1/2 of your height*/
    margin-left: -100px; /*set to a negative number 1/2 of your width*/
    z-index: 999;
}






/**************************************************************************************/
/*                                Reset Password                                      */
/**************************************************************************************/
/*.reset-box {*/
    /*text-align: left !important;*/
/*}*/

/*.reset-box .sign-title {*/
    /*text-align: center !important;*/
/*}*/



/**************************************************************************************/
/*                           Reset Unsecured Password                                 */
/**************************************************************************************/






