@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap');



body,html{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f1f1f1;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black;
    font-size: 16px;
}

.bg-color-main {
background:rgb(197, 218, 191) !important;
}

.color-main {
    color: rgb(197, 218, 191) !important;
}

.color-2 { /* Gold :) */
    color: rgb(178,159,83);
}

.user_card{
	height: 350px;
	width: 350px;
	margin-top: auto;
	margin-bottom: auto;
	background: white;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 32px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 0px;
}

.brand_logo_container{
	position: absolute;
	height: 170px; 
	width: 170px;
	top: -75px;
	border-radius: 50%;
	background: rgb(250,248,244);
	padding: 10px;
	text-align: center;
}

.brand_logo{
    margin-top: 2px;
	width: 130px;
	border-radius: 0%;
}

.form_container{
	margin-top: 75px;
}

.form_container form, .login_container  {
    width: 100%;
}

.login_btn{
	width: 100%;
    color: white;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgb(178,159,83);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.login_btn:hover { 
    background: black;
    color:white;
}

.login_btn:focus{
	box-shadow: none !important; 
	outline: 0px !important;
}

.login_container{
	padding: 0 0;
    margin-top: 18px !important;
}
.input-group-text{
	background: rgb(220,220,220);
	color: white !important;
	border: 0 !important;
    border-radius: 0;
}
.input_user,
.input_pass:focus{
	box-shadow: none !important;
	outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background-color: rgb(0, 206, 157) !important;
}

.bg-aw {
    background: rgb(0, 206, 157) !important;
}

.footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

@media (max-width: 500px) {
    .footer {
        font-size: 0.7rem;
    }
}



.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
}

.greyman {
    background: rgb(244,244,244);
}

/* - - Formular Styling - - - - - - - - - - */

input, .form-control {
    outline: none;
    border: none;
    border-bottom: 2px solid rgb(220,220,220);
    border-radius: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: rgb(178,159,83);
    color: black;
}

input:focus::placeholder {
    color:black;
     opacity: 1;
}

.alert {
    display: none;
}

.form-row {
    margin-bottom: 35px;
}

.form-subtitle {
    width: 100%;
    font-weight: bold;
}

/* password Generator - - - - - - - - - - - - - - - */
.hashman {
    margin: 40px 0px;
    padding: 7px 10px;
    border: 1px solid green;
    background: rgb(222,222,222);
}

.passwordgen-form {
    margin-bottom: 40px;
}

.normal-field {
    border-bottom: none;
    border:solid 1px;
}

.normal-submit {
    margin-top: 15px;
    min-width: 160px;
    color: white !important;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.start-link {margin-top: 1em;}

.start-link a, .start-link a:active, .start-link a:visited {
    color: black;
}

.row-cats{
    border-bottom: 1px solid #f1f1f1;
    padding: 0.75em 0;
} 




