@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype"); }

:root{
  --def-color: #213352;
  --def-color-transparent: #213352c9;
  --def-font-family: "mouse-300", Arial, Helvetica, sans-serif;
  --def-font-family-2: "mouse-500", Arial, Helvetica, sans-serif; }

* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }
  a:hover {
    color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px!important; }

.no-margin {
  margin: 0px!important; }

.hide {
  display: none; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--def-font-family-2); }

strong {
  font-family: var(--def-font-family-2); }

body {
  background-color: var(--def-color)!important;
  font-family: var(--def-font-family);
  color: #6A6A6A; }

.btn-success {
  background-color: var(--def-color);
  border-color: var(--def-color); }
  .btn-success:hover,
  .btn-success:active,
  .btn-success:focus {
    background-color: #0588c2 !important;
    border-color: #0588c2 !important; 
    box-shadow: none !important; }
   
.btn-info {
  background-color: #4f6dcd;
  border-color: #4f6dcd; }
  .btn-info:hover,
  .btn-info:active,
  .btn-info:focus {
    background-color: #4f6dcd !important;
    border-color: #4f6dcd !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control {
  margin-bottom: 20px; 
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  border-color: #999;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 0px !important;
  color: var(--def-color-transparent);
  height: auto;
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box; }
  .form-control:focus {
    box-shadow: none !important;
    background-color: #FFF;
    border-color: #333; }

.container {
  max-width: 1100px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 20px 30px; } }

body {
  height: 100%; }
  body .main-container {
    background-color: var(--def-color);
    display: flex!important; }

.form-buttons {
  padding: 35px 10px;
  text-align: center; }
  .form-buttons .btn {
    padding: 5px 40px;
    border-radius: 50px;
    float: none;
    margin: auto; }