/* Home page styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap');

body {
    padding: 10px 0;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
}
ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}
a {
    font-family: 'Montserrat', sans-serif;
    color: #0071BC;
    text-decoration: underline;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

.text-center {
    text-align: center;
}
.links a {
    margin-right: 10px;
}
.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}
.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}
.success:before {
    color: #88c671;
    content: "\0056";
}
.problem:before {
    color: #d33d44;
    content: "\0057";
}
.cake-error {
    padding: 10px;
    margin: 10px 0;
}
.error-message {
    color: royalblue;
    background-color: pink;
}

#mailogo {
    /*display: grid;*/
    justify-self: end;
    align-self: end;
}
.hTxtTs {
    grid-column: 2;
    /*font-family: 'Poppins', cursive;*/
    justify-self: start;
    align-self: center;
    font-size: xx-large;
}

@media (max-width: 992px) {
    div.users.form {
	width: 75%;
	margin: 5% 15%;
    }
}
@media (max-width: 768px) {
    div.users.form {
	width: 100%;
	margin: 5% 0;
    }
}
@media (max-width: 576px) {
    div.users.form {
	width: 100%;
	margin: 10% 0;
    }
    .hTxtTs {
	font-size: larger;
    }
}

div.wrapper input {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.5px;
}
div.wrapper span.eye {
    /*color: red;*/
    cursor:pointer;
    position:relative;
    top:-28px;
    float:right;
    display: flex;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}
.custom-tooltip {
    --bs-tooltip-bg: red;
    --bs-tooltip-color: var(--bs-white);
    font-size: 2rem;
  }
 a .button .btn-outline-danger {
    border-color: rgba(181,67,33,.8) !important;
 }
 a#alert .button .btn-outline-danger {
    border-color: rgba(181,67,33,.8) !important;
 }