/** ************************************* **
	@Author			HM
	@Website		hmlog.de
	@Last Update	12.04.2021

 ** ************************************* **/



/**	BUTTONS 
*************************************************** **/

.btn-primary {
    color: #fff;
    background-color: #103664;
    border-color: #103664 !important;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #0a2342;
    }

.btn-outline-primary {
    color: #103664;
    background-color: transparent;
    background-image: none;
    border-color: #103664
}

.btn-outline-primary:hover {
        color: #222;
        background-color: #efefef;
        border-color: #103664
    }




/**	LINKS 
*************************************************** **/
a {color: #103664}
a:hover {color: #103664}
a.no-underline { text-decoration: none;}
.text-primary {color: #103664 !important}



/**	Überschriften
*************************************************** **/
h1 {color: #103664 !important;}
h2 {color: #103664 !important;}
h3 {color: #103664 !important;}
h4 {color: #103664 !important}


/**	CUSTOM 
*************************************************** **/

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.pattern {
    background-image: url("images/patterns/pattern11.png");
    background-repeat: repeat;
    background-color: #06263c;
}

.loginbox {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
}


.whitebox {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    height: 100%;
}