﻿

/*Over rides*/
.scroller {
    overflow-y: auto;
}

.login .login-form {
    margin: 150px auto 0 auto;
}

    .login .login-form form .form-field {
        margin-bottom: 0px;
    }

.form-field.terms {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.login .login-form form label.reset {
    width: 270px;
    float: right;
    line-height: 20px;
    margin-right: 0px;
    text-transform: none;
}

input[type=checkbox] {
    height: 16px !important;
    width: 16px !important;
}

.terms .error-message {
    width: 270px;
    float: right;
    margin-bottom: 20px;
}

.addressClass {
    margin-top: 30px;
    margin-bottom: 0px;
    color: red;
    font-size: medium;
}

.form-control1 {
    margin-top: 4px;
    height: 23px;
    width: 175px;
    color: #525252;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 18px;
    /* outline-color: #8b006f; */
    border-color: #0061b4;
    display: inline-block;
}

.login .login-form form label {
    width: 120px;
}



.login .login-form form span.button-inner button {
    width: 81px;
    height: 77px;
    margin-top: -3px;
    margin-left: -4px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.login .login-form.request-access form span.button-inner button {
    font-size: 18px;
}


.login .login-form form span.button-wrap {
    width: 75px;
    height: 75px;
    background: #8c8c8c;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 48%;
    margin-left: -31px;
    bottom: -79px;
}

.input-container.form-field {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4px;
}

/*Over rides*/
.scroller {
    overflow-y: auto;
}

.login .login-form {
    margin: 150px auto 0 auto;
}

    .login .login-form form .form-field {
        margin-bottom: 0px;
    }

.form-field.terms {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.login .login-form form label.reset {
    width: 270px;
    float: right;
    line-height: 20px;
    margin-right: 0px;
    text-transform: none;
}

input[type=checkbox] {
    height: 16px !important;
    width: 16px !important;
}

.terms .error-message {
    width: 270px;
    float: right;
    margin-bottom: 20px;
}

.addressClass {
    margin-top: 30px;
    margin-bottom: 0px;
    color: red;
    font-size: medium;
}

.form-control1 {
    margin-top: 4px;
    height: 23px;
    width: 175px;
    color: #525252;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 18px;
    /* outline-color: #8b006f; */
    border-color: #0061b4;
    display: inline-block;
}

.login .login-form form label {
    width: 120px;
}



.login .login-form form span.button-inner button {
    width: 81px;
    height: 77px;
    margin-top: -3px;
    margin-left: -4px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.login .login-form.request-access form span.button-inner button {
    font-size: 18px;
}


.login .login-form form span.button-wrap {
    width: 75px;
    height: 75px;
    background: #8c8c8c;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 48%;
    margin-left: -31px;
    bottom: -79px;
}

.input-container.form-field {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4px;
}

.field-validation-error, .field-validation-error span,
.field-validation-valid {
    color: darkred;
    font-size: 0.8rem;
    margin-left: 24px;
    min-height: 16px;
}

#main-logo {
    margin-top: 20px;
}

input {
    padding-top: 4px;
    padding-left: 12px;
}

    input:focus,
    select:focus {
        border: none;
        outline: none;
    }

select {
    margin-left: 12px;
    border: none;
    width: 100%;
}

.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.form-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

button p {
    color: white;
}

.field-validation-valid {
    color: darkred !important;
    font-size: 0.8rem;
    margin-left: 24px;
    min-height: 16px;
}

#main-logo {
    margin-top: 20px;
}

input {
    padding-top: 4px;
    padding-left: 12px;
}

    input:focus,
    select:focus {
        border: none;
        outline: none;
    }

select {
    margin-left: 12px;
    border: none;
    width: 100%;
}

.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.form-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

button p {
    color: white;
}

.fabricator.hidden, .installer-access.hidden {
    display: none;
}
