@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500&display=swap');

html, body {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important; /* regular weight by Vanja*/
    font-size: 16px !important;
}

.form-control {
    height: 40px;
    box-shadow: none;
    color: #222;
}
/*button {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: #333 !important;
}*/


.btn {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    vertical-align: middle;
    background-color: #262626;
    color: white;
    font-size: 18px;
    box-shadow: none !important;
    border: none !important;
}

    .btn:hover, .btn:focus, .btn:active, .btn.active, .open > .dropdown-toggle.btn {
        background-color: #ffb400 !important;
        color:black;
    }


    button:hover {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        background-color: #f7a431 !important;
    }

    button:focus {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

.container-top-position {
    margin-top: 100px;
    min-height: 80vh; /*Ensures the container is tall enough to center the card vertically.*/
}

.card {
    background-color: #fefefe;
    border: 1px solid #eee;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3) !important;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control:focus {
    border-color: #a70606;
}



.signup-form .hint-text {
    color: #999;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}

.signup-form .title-registration {
    font-size: 23px;
    font-weight: 500;
    color: #0c304e;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}

    .signup-form .title-registration:before, .signup-form .title-registration:after {
        content: "";
        height: 1px;
        width: 30%;
        background: #0c304e;
        position: absolute;
        top: 50%;
        z-index: 2;
    }

    .signup-form .title-registration:before {
        left: 0;
    }

    .signup-form .title-registration:after {
        right: 0;
    }

.form-check-label {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
}

.signup-form a {
    color: #356ee4;
    text-decoration: none;
}

    .signup-form a:hover {
        text-decoration: none;
        color: crimson;
    }

.signup-form form a {
    color: #5cb85c;
    text-decoration: none;
}

    .signup-form form a:hover {
        text-decoration: underline;
        text-decoration: none;
    }
