/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');*/
html, body {
    font-family: Arial, Helvetica, sans-serif;
}

.cf-bg-full {
    width: 100vw !important;
    height: 100vh !important;
    background-color: #00033C;
    /* background-image: url(../../../../images/cf-bg-full.jpg) !important;*/
    background-repeat: no-repeat;
    background-size: cover !important;
    padding-top: 130px;
}

.bg-primary {
    background-color: rgb(29, 38, 42) !important;
}

div#navbarNav ul.navbar-nav li.nav-item a.nav-link i.fas {
    font-size: 1.4rem;
}

/* ************************ */

/* Login Page CSS           */

/* ------------------------ */

.form-control {
    font-weight: 300;
}

.form-control::placeholder {
    color: #a4b0ba !important;
}

.card-container.card {
    max-width: 322px;
    width: 99%;
    /* padding: 40px 40px; */
}

.cf-h1-login {
    font-size: 36px !important;
    color: #00033C;
    margin: 0 auto;
    font-weight: 500;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */

.card {
    background: linear-gradient(#E5F2F1, #E4F1E9);
    padding: 34px 25px 30px;
    margin: 0 auto 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 100%;
    max-width: 136px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 17px;
    /* display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; */
}

#profile-name {
    max-width: 154px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    line-height: 15px;
    color: #005850;
}

/*
 * Form styles
 */

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.form-signin label i.fas {
    background: transparent;
    border-radius: 50%;
    color: #00033C;
    font-size: 1.4rem;
    margin-right: 8px;
}

.form-signin>label {
    font-weight: 300;
    color: #00033C;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.form-signin #loginInpUser, .form-signin #loginInpPassword {
    direction: ltr;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #575756;
    background: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0px;
    padding: 2px 4px;
}

#remember label {
    font-weight: 300;
    color: #0E9390;
}

.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    width: 75px;
    height: 36px;
    margin: 0 auto;
    background-color: #00033C;
    padding: 0px;
    font-weight: 400;
    font-size: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
    background-color: #001553;
}

div.card.card-container div.cf-contact-admin.mt-2 {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 300;
}

.forgot-password {
    color: #00033C;
}

.forgot-password:hover, .forgot-password:active, .forgot-password:focus {
    color: #001553;
}

/* ------------------------ */

/* /END/ Login Page CSS     */

/* ************************ */