/*!

 =========================================================
 * Login Form Bootstrap 1
 =========================================================

 * Product Page: https://uifresh.net
 * Copyright 2021 UIFresh (https://uifresh.net)
 * Coded by UIFresh

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */

 @font-face {
    font-family: 'MavenPro';
    src: url('../fonts/MavenPro-Regular.ttf');
    font-weight: 600;
    font-style: normal;
  }

html, body{
	height: 100%;
    font-family: 'MavenPro';
    font-size: 15px;
}
body{
	display: flex;
	align-items: center;
	background-image: url("../images/fundos_ophiomics_finais_v2_3_fundo_gradiente_light.png");
    background-size: cover;
    background-repeat: no-repeat;
}
a{
	color: #009fe3;
	text-decoration: none;
}
a:hover{
	color: #103375;
}
.uf-form-signin {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
}
.uf-input-group .input-group-text {
    background: #ffffff70;
    color: #f8f9fa;
    border: unset;
    font-size: 18px;
    padding: 10px;
    width: 50px;
}

.uf-input-group .form-control {
    border: unset;
    border-left: 1px solid #ffffff05;
    font-size: 16px;
    background: #ffffff70;
}

.uf-input-group .form-control:focus {
    box-shadow: unset;
    background: #ffffff;
}
.uf-btn-primary {
    background: #009fe3;
    color: #fff;
}

.uf-btn-primary:hover {
    background: #103375;
    color: #fff;
}

.uf-form-check-input:checked {
    background-color: #103375;
    border-color: #103375;
}

.uf-social-login .uf-social-ic+.uf-social-ic{
	margin-left: 15px;
}
.uf-social-ic{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.uf-social-ic:hover{
	background: #009fe3;
}
.uf-social-ic:hover i{
	color: #fff;
}

#page-topbar-login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    background-color: #ffffff;
    border-bottom: 1px solid #e9e9ef;
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08);
            box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08);
  }

.navbarheader-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    height: 80px;
    padding: 0 0 0 24px;
}

.navbar-brand-box-login {
    padding: 0 1.5rem;
    width: 250px;
    background: #ffffff;
    border-left: 1px solid transparent;
}

.container {
    margin-top: 30px; /* Adjust the value as needed */
    padding: 20px; /* Optional: Add padding inside the container */
}

ul.dotsbetween {
    display: inline-block; 
    padding: 0; 
    text-align: center;
}

ul.dotsbetween li {
    display: inline;
}

ul.dotsbetween li:after {
    content: " ";
    letter-spacing: 1em;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwAAADsABataJCQAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMkMEa+wAAAAnSURBVBhXY/Dz89MA4sNA/B9Ka4AEYQIwfBgkiCwAxjhVopnppwEApxQqhnyQ+VkAAAAASUVORK5CYII=) center center no-repeat; 
}

ul.dotsbetween li a { 
    white-space: nowrap; 
}

ul.dotsbetween li a:not(:hover) { 
    text-decoration: none;
}


