@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    background-image: url(/static/img/vm-bg-aside.svg);
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #ffffff;
	font-family: "Inter", serif;
	    /* height: 100vh; */
}

.page-header {
	font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -2px;
    margin: 0px;
	padding: 20px;
    text-align: center;
	border-bottom: 4px solid #ecf2f6;
}

.alert-danger {
    border-radius: 25px;
}

/* body > .container {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.login-box {
    margin-top: 25%;
    display: block;
    align-content: center;
    align-items: center;
    border-radius: 25px;
    border: solid 4px #ecf2f6;
    background: #fff;
}
h1 {
    color:#212529;
}
h2 {
    color:#212529;
}

.form-signin-heading {
	padding: 5px 0;
    background-color: #ecf2f6;
    border-radius: calc((1.325rem + .9vw)* 1.2);
	margin-bottom: 30px !important;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 20px auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    text-align: center;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 12.5px !important;
	padding: 10px 20px;
}

#btn-signin {
	text-transform: initial;
	border-radius: 12.5px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-radius: 5px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 5px;
}

.btn-success {
    border-width: 2px;
    border-style: solid;
}
.btn-success:hover {
    border-width: 2px;
    border-style: solid;
}

.logout {
    margin: 100px auto;
    text-align: center;
}

h1 {
    text-align: center;
}

a:hover {
    text-decoration: none;
}
