﻿h1 {
    font-size: 30px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 10px
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}

html, body {
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: #fff;
}

body {
    margin: 0;
    font-family: Source Sans Pro;
    font-style: normal;
    color: #0d0d0d;
    font-size: 1.4rem;
    letter-spacing: 0px;
}

input, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important
}

    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        appearance: none !important;
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        -o-appearance: none !important;
        -ms-appearance: none !important;
        margin: 0
    }

    input:focus, select:focus, textarea:focus {
        outline: none;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important
    }

    input[type=checkbox] {
        appearance: checkbox !important;
        -moz-appearance: checkbox !important;
        -webkit-appearance: checkbox !important;
        -o-appearance: checkbox !important;
        -ms-appearance: checkbox !important
    }

    input[type=radio] {
        appearance: radio !important;
        -moz-appearance: radio !important;
        -webkit-appearance: radio !important;
        -o-appearance: radio !important;
        -ms-appearance: radio !important
    }

    input:-webkit-autofill {
        box-shadow: 0 0 0 30px transparent inset;
        -moz-box-shadow: 0 0 0 30px transparent inset;
        -webkit-box-shadow: 0 0 0 30px transparent inset;
        -o-box-shadow: 0 0 0 30px transparent inset;
        -ms-box-shadow: 0 0 0 30px transparent inset;
        background-color: transparent !important
    }

    input:not([type=button]), select:not(.ui-datepicker-month,.ui-datepicker-year), textarea {
        box-sizing: border-box;
        background: 0 0;
        font-size: 12px;
        padding: 6px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        display: block;
        width: 100%;
    }

        input:focus, select:focus, textarea:focus {
            background: 0 0
        }

        input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
            color: #999;
            font-weight: 400
        }

        input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
            color: #999;
            font-weight: 400
        }

        input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
            color: #999;
            font-weight: 400
        }

        input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
            color: #999;
            font-weight: 400
        }

select {
    /*color: #999;*/
    font-weight: 400
}

.img-logo {
    margin-right: 55px !important;
}

#LoginPage {
    min-height: 200px;
    /*height:200px;*/
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 25px;
    box-shadow: none;
    max-width: 450px;
    min-width: 320px;
}

    #LoginPage .panel-body {
        padding: 20px 30px;
        min-height: 328px;
    }

/*.input-group-addon .btn-link {
    padding:0px;
}*/

.cursor-pointer{
    cursor:pointer;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border {
    border: 1px solid #ebebeb;
    box-shadow: 0 0 20px rgba(128, 128, 128, 0.57);
    padding: 10px 20px;
}

.border-right {
    border-right: 1px solid #ebebeb;
}

.border-bottom {
    border-bottom: 1px solid #ebebeb;
}

.content-center {
    margin: 0px auto;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.btn-link {
    padding: 8px 0px;
}

    .btn-link:hover {
        text-decoration: none;
    }

.btn-grad-blue {
    /*background-image: linear-gradient(to right, #00bf67 0%, rgba(0, 191, 62, 0.80) 51%, #00bf67 100%);*/
    background-image: linear-gradient(to right, rgba(7,161,124,1) 0%, rgba(50,182,157,1) 51%, rgba(7,161,124,1) 100%);
    /*margin: 10px;*/
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    /*display: block;*/
}

    .btn-grad-blue:hover, .btn-grad-blue:active, .btn-grad-blue:focus {
        background-image: linear-gradient(to right, rgba(7,161,124,1) 0%, rgba(50,182,157,1) 51%, rgba(7,161,124,1) 100%);
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
        outline: unset;
    }

.has-error {
    color: #a94442;
}

.validation-summary-errors {
    color: #a94442;
}