@import url('https://fonts.googleapis.com/css?family=Poppins:400,700|Work%20Sans:400,700');

.bg-light {
    background-color: #f9fcff !important;
    background-image: url('/assets/websitemanager/Background-scaled-light.jpg');
    background-size: cover;
}

h1{
            color: #a6b5be;
            font-size: 2rem;
            font-family: 'Poppins';
            font-weight: bold;
}


h2 {
    color: #a6b5be;
    font-size: 2rem;
    font-family: 'Poppins';
    font-weight: bold;
}

h4 {
    color: #a6b5be;
    font-size: 1.5rem;
    font-family: 'Poppins';
    font-weight: bold;
}

p,
td,
span {
    font-family: 'Work Sans';
}

.btn {
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
}

.btn-primary {

    border-color: #a6b5be;

    background: #324347;
}

.btn-primary:hover {
    border-color: #153243;
    background: #848E90;
}

.login-form {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto
}