html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.image img {
    height: 30px;
    width: 30px;
    border-radius: 40px;
    box-shadow: inset 0 0 1px #e0e0e0, inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.e-circle-check {
    content: '\e972';
}

.e-circle-close {
    content: '\e973';
}



.wrap-style {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: 100px;
}

.login-buttons {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.btn-auth {
    margin-bottom: 25px;
    padding: 5px 40px;
    background-image: -webkit-linear-gradient(top, #abcaeb 0%, #95bae6 100%);
    background-image: -o-linear-gradient(top, #abcaeb 0%, #95bae6 100%);
    background-image: linear-gradient(to bottom, #abcaeb 0%, #95bae6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFABCAEB', endColorstr='#FF95BAE6', GradientType=0);
    color: #263951;
    border-radius: 1000px;
    border: 1px solid #9caec7;
    font-size: 12px;
    font-weight: bold;
}

.tooltip-text {
    width: 227px;
    position: center;
    display: none;
    background: ghostwhite;
    padding: 5px,5px,0px,0px;
    font-size: 11px;
    border-radius: 3px;
    border: 1px solid #9caec7;
    height: 27px;
    transition: opacity 1s ease-out;
}

.fa {
    font-size: 16px;
    transition: .5s ease-in-out;
}

.fa-exclamation-circle:hover + .tooltip-text {
    display: block;
    color: black;
}

h4 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: black;
    font-size: 12px;
}

h4 span {
    background: #fff;
    padding: 0 10px;
}

.input_wrap {
    text-align: center;
    width: 100%;
    margin: auto;
    min-height: 725px;
}

.input_section {
background-image: linear-gradient(to bottom, #ecf0f4 0%, #f3f6f8 100%);
background-repeat: repeat-x;
border-radius: 8px;
padding: 30px 80px;
color: #04335F;
font-size: 14px;
line-height: 1.42857;
}

h1 {
    display: block;
    font-size: 18px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    white-space: nowrap;
    text-align: center;
}