﻿body {
    color: #282b31;
    font-size: 15px;
    font-family: "Blackbaud Sans", "Helvetica Neue", Arial, sans-serif !important;
    /*line-height: 1.1;*/
    background-color: #fff !important;
}

.spa-auth-main {
    max-width: 420px;
    padding: 10px;
    margin: 0 auto;
}

.h1-spacing {
    margin-bottom: 30px;
    margin-top: 30px;
}

.login-page-heading {
    font-family: "Blackbaud Sans Condensed", "Helvetica Neue Condensed", "Arial Narrow";
    color: #282b31;
    font-weight: 300;
    font-size: 34px;
}

.paddingLeftRight {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.Login-row {
    margin-bottom: 15px !important;
}

.alert-spacing {
    margin-bottom: 15px !important;
}

.heading-spacing {
    margin-bottom: 30px;
    color: #686c73;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
}

.login-control-label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

.sky-checkbox-wrapper {
    cursor: pointer;
    position: relative;
    font-weight: normal;
    margin-bottom: 0px;
}

    .sky-checkbox-wrapper input {
        opacity: 0;
        position: absolute;
        height: 22px;
        width: 22px;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

        .sky-checkbox-wrapper input:checked + .sky-checkbox {
            background-color: #007ca6;
            border-color: #007ca6;
            border-width: 1px;
        }

.sky-checkbox {
    background-color: #fff;
    border-top: 1px solid #cdcfd2;
    border-bottom: 1px solid #cdcfd2;
    border-left: 1px solid #cdcfd2;
    border-right: 1px solid #cdcfd2;
    display: inline-block;
    height: 22px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 22px;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
}

.sky-checkbox-wrapper input:checked + .sky-checkbox:before {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
}

.sky-checkbox-wrapper input:hover + .sky-checkbox {
    border: 2px solid #007ca6;
    font-size: 13px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="textarea"]:focus {
    border: 1px solid #00b4f1;
    box-shadow: 0px 0px 8px rgba(28, 132, 198, 0.6);
}

.has-success .form-control {
    border: 1px solid #cdcfd2 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    font-size: 16px;
}

.has-success .form-control:focus {
    border: 1px solid #00b4f1 !important;
    box-shadow: 0px 0px 8px rgba(28, 132, 198, 0.6) !important;
}

input[type="text"], input[type="email"], input[type="password"] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #cdcfd2;
    padding-left: 10px;
    padding-right: 10px;
}

.sign-in-button {
    width: calc(100% - 48px);
    display: block !important;
    color: #ffffff;
    height: 44px;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin: auto;
}

.googlesignin-button {
    width: 195px;
    margin: auto;
    display: block !important;
    border-color: #c2c2c2;
    color: #ffffff;
    height: 44px;
}

.googlesignin-logo {
    float: left;
    padding-right: 10px;
    /*margin-bottom: 5px;*/
    background-color: transparent;
}

.alert-spacing a {
    text-decoration: none;
}

.googlesignin-logo:hover {
    background-color: transparent;
}

.googlesignin {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #757575;
}

.linkBtn {
    padding: 11px;
    display: block;
}

a:hover {
    text-decoration: underline !important;
}

.sky-alert {
    padding: 0 10px;
    margin-bottom: 20px;
    border-left: solid 30px;
    border-radius: 3px;
    color: #282b31;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sky-alert-info {
    background-color: #81d4f7;
    border-color: #00b4f1;
}

    .sky-alert-info::before {
        content: "\f05a";
        font-family: FontAwesome;
        margin-left: -31px;
        margin-right: 20px;
        color: #fff;
    }

.sky-alert .sky-alert-content {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

@media (min-width:1200px) {
    .col-lg-9-Width {
        width: 68%;
    }

    .col-lg-3-Width {
        width: 32%;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .btnPadding {
        padding:1px 6px !important;
    }

}
/*Contact Us Page*/
.required {
    color: #ef4044;
    padding-left: 5px;
}

.ContactUs-top-margin {
    margin-top: 15px;
}

.error {
    margin-top: 3px;
    margin-bottom: 2px;
    color: #282b31;
    font-weight: 400;
}
.intl-tel-input input{
    height: 44px;
}
textarea.ng-invalid {
    box-shadow: 0 0 8px rgba(239,64,68,0.6);
    border: 1px solid #ef4044;
    outline: none;
}
textarea.ng-untouched {
    border: 1px solid #cdcfd2;
    box-shadow: 0 0 8px #ffffff;
}
/*End Contact Us Page*/

/*Reset password*/
.margin-left-15px {
    margin-left: 15px;
}
.glyphicon-alert:before {
    content: "\e209";
    color: #ef4044;
    font-family: 'Glyphicons Halflings';
    padding-right: 5px;
}
.help-block{
    color: #282b31 !important;
    font-size: 15px !important;
    font-family: "Blackbaud Sans", "Helvetica Neue", Arial, sans-serif !important;
}
.sky-error-label::before {
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #ef4044;
}
.margin-bottom-5px{
    margin-bottom: 5px;
}
.mfa-preview-icon{
    height: 150px;
}
.sky-centered-img {
    display: block;
    margin: auto;
}
.iti-flag {
    background-image: url(images/flags.png) !important;
}