html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.no-spinners {
    -moz-appearance: textfield;
}

    .no-spinners::-webkit-outer-spin-button,
    .no-spinners::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.body-login {
    margin: 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}

.login-container {
    width: 780px;
    margin: 10% auto;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0 0 17px #333;
    opacity: .9;
}

.login-header {
    text-align: center;
    padding-top: 75px;
}

    .login-header h1 {
        color: #B2292E;
        font-size: 45px;
        margin-bottom: 80px;
    }

.login-main {
    text-align: center;
}





.login-form-group {
    position: relative;
}



.login-form-control {
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 1.1rem;
    font-weight: bolder;
    line-height: 1.9;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding-left: 40px;
    color: #002A3A;
    margin-bottom: 40px;
    border-radius: 25px;
}

.login-main button {
    width: 80%;
    height: 60px;
    border: none;
    outline: none;
    font-weight: bolder;
    box-sizing: border-box;
    font-size: 30px;
    color: white;
    border-radius: 25px;
    padding-left: 0;
    background-color: #002A3A;
    margin-bottom: 70px;
}


.login-main input:hover {
    box-shadow: 2px 2px 5px #555;
    background-color: aqua;
}

.login-main button:hover {
    box-shadow: 2px 2px 5px #555;
    background-color: #B2292E;
}

/*.login-main input:focus*/ /* + .focus-input100*/ /*{
    -webkit-animation: anim-shadow .5s ease-in-out forwards;
    animation: anim-shadow .5s ease-in-out forwards
}*/

.login-form-control:focus {
    color: #002A3A;
    padding-left: 38px
}

.login-form .form-label {
    color: white;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0 0 80px 30px;
        opacity: 0
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0 0 80px 30px;
        opacity: 0
    }
}

.login-main input:hover {
    box-shadow: 2px 2px 5px #555;
    background-color: #ddd;
}

.login-main i {
    position: absolute;
    color: #B2292E;
    font-size: 16px;
}

.field-icon-left {
    position: relative;
    top: 25%;
    left: 95px;
    transform: translateY(-50%);
}

.field-icon-right {
    position: relative;
    top: 25%;
    right: 95px;
    transform: translateY(-50%);
}

.info-box-icon {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
    color: rgb(255, 255, 255);
}

.info-box:hover .info-box-icon {
    font-size: 3em;
    transition: 1s ease-out;
}

.info-box-content {
    font-size: 1.5rem;
}

.nav-heading {
    display: flex;
    justify-content: center;
}

.header-icon {
    padding-right: 20px;
}

.nav-header-content {
    padding-top: 2px;
}

.pull-right {
    float: right !important;
}

.info-box-icon {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
    color: rgb(255, 255, 255);
}

.info-box:hover .info-box-icon {
    font-size: 3em;
    transition: 1s ease-out;
}

.info-box-content {
    font-size: 1.5rem;
}
