/*Root Style*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

*{
	font-family: 'Lato', sans-serif;
}

.valign-center {
	align-items: center;
}

.hv-100{
	height: 100vh;
	max-height: 100vh;
}
/*End Root Style*/

/*Card Style*/
.card {
	border-radius: 5px;
}
.card-header{
    background: #232946;
}
/*End Card Style*/

/*Text Style*/
.text-14{
	font-size: 14px;
}

.title{
	font-size: 1.4rem;
	font-weight: 700;
	color: #3d5170;
}

.subtitle{
	font-size: 1.2rem;
	font-weight: 400;
}

.text-bold{
	font-weight: 700;
}
/*End Text Style

/*Image Style*/
.logo{
	max-height: 100px;
	max-width: 100%;
	object-fit: scale-down;
}
/*End Image Style*/

/*Padding Margin Style*/
.pt-10{
	padding-top: 5rem;
}
/*End Padding Margin Style*/

label {
	color: #818ea3;
}

/*Start Button Style*/
.btn-primary {
    color: #fff;
    border-color: #384273;
    background-color: #384273;
    box-shadow: none
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b1389;
    border-color: #0b1389;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #384273;    box-shadow: none;
    cursor: not-allowed
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0b1389;
}
/*End Button Style*/
