/* @font-face {
font-family: "PromptBold";
src: url("../font/Prompt/Prompt-Bold.ttf");
}

@font-face {
font-family: "PromptThin";
src: url("../font/Prompt/Prompt-Thin.ttf");
} */

html{
  height: 100%;
  font-family: "Prompt" !important;
}
body{
  background-color: #FFF5F5;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  font-family: "Prompt";
  background-image: url("../../img/ILLUSTRATION.svg")
}

section{

}

.maroon{
  color:#780001;
  font-family: "Prompt";
}

.header{
  margin-top:40px;
}

.form-text{
  font-weight: 100;
  cursor: pointer;
}

#show_hide_pass{
  cursor: pointer;
}

.form-login{
  width: 300px;
  height: auto;
  background-color: #fff;
  margin: 40px auto;
  border-radius: 10px;
  z-index: 3;
}

label{
  font-weight: 300
}
small{
  font-family: 'PromptThin';
  font-weight:700;
}

.floraltop{
  position: absolute;
  top:0px;
}

.floralbottom{
  position: absolute;
  bottom: 0px;
  right:0px;
}

.input-group-addon{
  padding:5px;
  border: 1px solid #ced4da;
  border-left: none;
}

#password{
  border-right:none;
}

.btn-login , .btn-login:focus, .btn-login:visited{
  background-color: #780001;
  color:#fff;
  border-color: #780001;
}

.btn-login:hover{
  background-color: #d22432;
  color:#fff;
  border-color: #d22432;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #020202;
    opacity: 0.6;
    z-index: 9;
    display: none;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 600px) {
  body{
    background-image:none !important;
  }
}
