﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/*
Custom Styles: Auth
*/
*{
  font-family: 'Space Grotesk', sans-serif;
}

.tetrik-color-1 {
  color: #C40096;
}
.tetrik-color-2 {
  color: #BF01A7;
}
.tetrik-color-3 {
  color: #F7E5F5;
}
.tetrik-color-4 {
    color: #C7C7C7;
}

.checkbox-auth {
  background-color:#fff;
  height:23px;
  width:23px;
  border:1px solid #8f8f8f;
}
.checkbox-auth span{
  height:23px;
  width:23px;
  padding:0
}
.checkbox-auth span:after{-moz-transform:scaleX(-1) rotate(135deg);-ms-transform:scaleX(-1) rotate(135deg);-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);-moz-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;border-right:4px solid #fff;border-top:4px solid #fff;content:'';display:block;height:16px;left:2px;position:absolute;top:12px;width:8px}
.checkbox-auth span:hover:after{border-color:#999}
.checkbox-auth input{display:none}
.checkbox-auth input:checked + span:after{-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#fff}
.checkbox-auth input:checked + .default:after{border-color:#fff}
.remember-me {
  display: inline-block;
  width: 160px;
}

.auth-bg{
  background-image: url("../Content/svg/auth-bg.svg");
  background-image: url("../Content/svg/auth-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-subtitle {
  font-size: 0.8rem;
}

.card-auth-box {
  border-color: #C40096;
  border-width: 1.5px;
  border-radius: 5px;
}
.form-floating {
  width: 100%;
  border: 1px solid #C3C3C3;
  border-radius: 5px;
  padding: 0 10px;
}
.form-floating input {
  border: none;
  background-color: transparent !important;
}
.form-floating input:focus {
  outline: none;
}
.form-floating span {
  width: 10%;
}
.form-floating span i {
  color: #B1B1B1;
}
.form-floating .form-control {
  display: unset;
  width: 90%;
}
.form-floating .form-control:focus {
  border-color: #ffffff;
  box-shadow: none;
}
.error-label {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.btn-tetrik {
  color: #fff;
  background-color: #BF01A7;
  border-color: #BF01A7;
}
.btn-tetrik:hover {
  color: #fff;
  background-color: #BF01A7;
  border-color: #BF01A7;
}
