﻿body, html {
    /*height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(211, 211, 211), rgb(12, 97, 33));
    background-image: linear-gradient(rgb(220, 220, 220), rgb(116, 116, 117));*/
    background-color: #ccc;
}
.box-img {
    background-color: #173254;
    margin: -41px -41px 0px -41px;
    padding: 10px 40px 10px 40px;
}
.card-container.card {
    max-width: 400px;
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    /*box-shadow: 0 0 30px rgba(70, 119, 177,0.5);*/
    overflow: hidden;
}
.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
.card {
    background-color: #fff;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.profile-img-card {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}
.btn.btn-signin {
    background-color: #173254;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    -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;
}
.forgot-password {
    background-color: #173254;
}
.bg-fellipelli {
    background-color: #173254 !important
}
.z-index-10 {
    z-index:10;
}
.z-index-20 {
    z-index: 20;
}
.z-index-30 {
    z-index: 30;
}
.z-index-100{
    z-index: 100;
}
.mt-lg-10, .my-lg-10 {
    margin-top: 6rem !important;
}
.fa-arrow-down:before {
    content: "\f063";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
}
.fa-arrow-up:before {
    content: "\f062";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
}
.cursor-pointer {
    cursor: pointer;
}