@charset "utf-8";

.mt_10  {margin-top:  10px;}
.mt_20  {margin-top:  20px;}
.mt_30  {margin-top:  30px;}
.mt_40  {margin-top:  40px;}
.mt_50  {margin-top:  50px;}
.mt_60  {margin-top:  60px;}
.mt_70  {margin-top:  70px;}
.mt_80  {margin-top:  80px;}
.mt_90  {margin-top:  90px;}
.mt_100 {margin-top: 100px;}


html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color:#ffffff;
  /** background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%); */
  background: radial-gradient(
    circle 350px at center,
    #fdd7a3 0%,
    #f7ba6a 50%,
    #f8b55e 100%
  );
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

a       { color: #ffffff !important;}
a:hover { color: #343a40 !important;}
.text-muted { color: rgba(255, 255, 255, 0.9) !important;}
