﻿@import url('https://fonts.googleapis.com/css?family=Varela');

.no-border {
    border-radius: 0px;
}

.padding-sm {
    padding-top: 05%;
}

.padding-med {
    padding-top: 20%;
}

.padding-bottom {
    padding-bottom: 10px;
}
/*form*/
input {
    border-radius: 0px !important;
    margin-bottom: 15px;
    max-width: 100% !important;
}

.input-group {
    min-width: 100% !important;
}

.btn {
    border-radius: 0px !important;
}

label {
    color: #586A7A;
    font-weight: bold;
    font-size: 14px;
}

svg {
    display: block;
    margin: 0 auto;
}

.disabled {
    pointer-events: none;
}

.forgot-password {
    color: #fff !important;
    text-align: center;
    margin-top: 10px;
}

.identityViewCard {
    padding: 0px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
}

    .identityViewCard.no-float {
        float: none;
        margin: 0 auto;
    }

    .identityViewCard .logo {
        width: 100%;
        display: inline-block;
        padding: 60px 70px 10px 70px;
    }

    .identityViewCard img {
        width: 100%;
        max-width: 344px;
    }

.identityViewCard .paddedContainer {
        padding: 10px 40px 30px 40px;
    }

    .identityViewCard .portalLogoText {
        font-size: 28px;
        text-align: right;
        margin: -10px 0px 30px 0px;
    }

    .identityViewCard .loadingDiv img {
        width: 200px;
        margin: auto;
        display: block;
    }
/*Login*/
#redirect-notice {
    padding: 10px;
    margin-bottom: 40px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

body {
    background-color: #f9f9fb;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.padding-10 {
    margin-top: 10px;
}

#inviteRequest {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.logo .a {
    fill: #000000;
}


a {
    text-decoration: none;
    color: #23527C;
}

p {
    font-size: 12px;
    margin-bottom: 20px;
}

h5 {
    font-weight: bolder;
    text-transform: capitalize;
    color: #666c74;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 05px;
}



li.password-requirement.valid:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    margin-left: -17px;
    color: #00CC00;
}

li.password-requirement:before {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    margin-left: -17px;
    color: #a94442;
}

ul.helper-text li {
    list-style: none;
}

form ul.helper-text {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 22px;
    padding-left: 15px;
}

form.valid input {
    border: 2px solid blue;
}

.generic-errors {
    text-align: center;
}

.new-button {
    background-color: #2ecc40;
    color: white;
    border: none;
    text-decoration: none;
}

.new-button:hover {
    background-color: darkgreen;
    color: white;
    border: none;
}

