.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

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

.container{
  height: 100%;
  align-content: center;
}

.circle {
  background: rgba(72, 156, 234, 1);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
  margin-right: 2rem;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,.125);
  background-color: rgba(0,0,0,.03);
  color: rgb(85, 83, 83);
}

.text_circle {
  text-align: center;
  line-height: 70px;
}

.card{
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  width: 400px;
  /*background-color: rgba(0, 0, 0, 0.5) !important;*/
}

.custom-margin-top{
  margin-top: 3rem;
}

.app-box-card{
  height: 80px;
  margin:1.5rem;
  width: auto;
  min-width:  200px;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.std-card{
  height: auto;
  margin:1.5rem;
  width: auto;
  min-width:  200px;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.std-card-body{
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  padding:1.25rem;
  background-color: rgba(0,0,0,.03);
  color: rgb(85, 83, 83);
}

.h1-card{
  height: 220px;
  margin-top: 3rem;
}

.login-card{
  margin-top: 3rem;
}


.card-main-vini{
  height: 80px;
  margin-top: 3rem;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-around;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.app-box-card-body{
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  padding:1.25rem;
  background-color: rgba(0,0,0,.03);
  color: rgb(85, 83, 83);
  cursor:pointer;
}

.file-list-box-card-body{
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  padding:1.25rem;
  background-color: rgba(0,0,0,.03);
  color: rgb(85, 83, 83);
}

.app-box-card-body:hover{
  color: black;
  background-color: rgb(192, 190, 190);
}

.app-box-card-body:active{
  color: black;
  background-color: rgb(151, 150, 150);
}


.app-box-card-text{
  color: black;
}

.app-box-card-link{
  display:block; 
  text-decoration: none;
}

.app-box-card-link:hover{
  text-decoration: none;
}
.card-header h3{
  color: rgb(85, 83, 83);
}

.app-box-card h3{
  color: rgb(85, 83, 83);
  text-align: center;
}

.drag-drop-box-card-body{
  outline: 2px dashed #92b0b3;
  outline-offset: -15px;
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  padding:1.25rem;
  background-color: rgba(0,0,0,.03);
  color: rgb(85, 83, 83);
}

.drag-drop-box-card-file-list{
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  padding:1.25rem;
  background-color: rgba(0,0,0,.03);
  color: rgb(85, 83, 83);
}

.input-group-prepend span{
  width: 50px;
  background-color: #007BFF;
  color: black;
  border:0 !important;
}

input:focus{
  outline: 0 0 0 0  !important;
  box-shadow: 0 0 0 0 !important;
}

.remember{
color: white;
}

.remember input{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: rgb(216, 216, 216);
width: 100px;
}

.login_btn:hover{
color: black;
background-color: rgb(192, 190, 190);
}

.login_btn:active{
  color: black;
  background-color: rgb(151, 150, 150);
}

.login_btn_return{
  width: 150px;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}





/*
######################
# Nav bar
######################
*/

/*Icon 1*/

// this is a black icon with 50% opacity
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;..");
}
// this is a white icon with 50% opacity
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;..");
}

.default-navbar{
  display: flex;
  align-items: center;
}

.nav-item{
  text-align: right;
}


