html {
    min-height: 100%; }
  
  body {
    color: #888ea8;
    height: 100%;
    font-size: 0.875rem;
    background: #f1f2f3;
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: 0.0312rem;
    font-family: 'Nunito', sans-serif; }
  
  h1, h2, h3, h4, h5, h6 {
    color: #3b3f5c; }
  
  :focus {
    outline: none; }
  
  ::-moz-selection {
    color: #1b55e2;
    background: transparent; }
  
  ::selection {
    color: #1b55e2;
    background: transparent; }
  
  p {
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: #515365; }
  
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #f1f2f3; }
  
  strong {
    font-weight: 600; }

    textarea:hover, 
    input:hover, 
    textarea:active, 
    input:active, 
    textarea:focus, 
    input:focus,
    button:focus,
    button:active,
    button:hover,
    label:focus,
    .btn:active,
    .btn.active
    {
        outline:0px !important;
        -webkit-appearance:none;
        box-shadow: none !important;
    }

.form-form{
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0 auto;
}

.form-form-wrap {
    max-width: 480px;
    margin: 0 auto;
    min-width: 311px;
    min-height: 100%;
    align-self: center;
    width: 100%;
    height: 100vh;
    justify-content: center;
}

.form-container {
    align-items: center;
    display: flex;
    flex-grow: 1;
    width: 100%;
    min-height: 100%;
}

.form-content {
    display: block;
    width: 100%;
    padding: 25px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #e0e6ed;
    -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 9%), 0 1px 20px 0 rgb(0 0 0 / 8%), 0px 1px 11px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.0901961), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 9%), 0 1px 20px 0 rgb(0 0 0 / 8%), 0px 1px 11px 0px rgb(0 0 0 / 6%);
}

.text-left {
    text-align: left!important;
}

.field-wrapper {
    width: 100%;
}

.field-wrapper.input {
    padding: 11px 0px 16px 0;
    border-bottom: none;
    position: relative;
}

.field-wrapper label {
    font-size: 10px;
    font-weight: 600;
    color: #3b3f5c;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}
.navbar-collapse{
  flex-grow: unset;
}

.btn-primary{
  color: #fff !important;
  background-color: #1b55e2 !important;
  border-color: #1b55e2;
  box-shadow: 0 10px 20px -10px #1b55e2;
  border-radius: 0;
}

@media (max-width: 991px){
    .form-form {
        width: 100%;
    }
    .form-form-wrap {
        min-width: auto;
        margin: 0 auto;
    }
    .form-content {
        border-radius: 15px;
    }
}

.navbar{
  box-shadow: 0 10px 20px -10px #1b55e2;
}
.navbar-nav .dropdown-menu {
  box-shadow: 0 10px 20px -10px #143078;
}

.input_trns{
    width: 100%;
    background: transparent;
    border:0px;
}
.input_trns:hover,.input_trns:active,.input_trns:focus{
  width: 100%;
  background: transparent;
  border:1px solid;
}
.input_trns_flex{
  background: transparent;
  border:0px;
}

.input_trns_flex:hover,.input_trns_flex:active,.input_trns_flex:focus{
  background: transparent;
  border:1px solid;
}


