html,
body {
    height: 100%;
    padding-bottom: 100px;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


body {
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #eeeeee;
}

body.int {
    display: block;
}

body.int .imgheader {
    max-width: 1900px;
    width: 100%;
}




body.int h1 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}

body h1.maintitle {
    font-size: 40px;
    color: #245f95;
}

body.int h1 span {
    
    color: #245f95;
    color: #8824d4;
    
    font-weight: 600;

}

body input.form-control {
    border-color: #8dc63f;
    
}

body a {
    color: #245f95;
    text-decoration: none;
}

body.int p.intro {
    font-size: 22px;
    margin-bottom: 20px;
}

body.int .content {
    background-color: white;
    padding: 30px;
}

body.int .content .box {
    border: 1px solid #245f95;
    padding: 10px;
    font-size: 22px;

}

body.int .content .box i {
    font-size: 25px;
    font-weight: 600;
}

body.int .content .box div {}

body.int .content .box:hover {
    background-color: #245f95;
    
color: white;
}

body.int .content .box .col-lg-1 {
    text-align: right;

}

body.int .head {
    padding: 0;
}

.imgheader {
    max-width: 900px;
    width: 100%;
}

.form-signin {
    width: 100%;
    max-width: 900px;
    padding: 15px;
    margin: auto;
    border: 1px solid #ddd;
}

.btnunik {
    background-color: #a7e2de;
    border-color: #a7e2de;

    background-color: #dfc414;
    border-color: #dfc414;

    background-color: #8dc63f;
    border-color: #8dc63f;

    

    color: black;
    color: white;
}

.btnunik:hover {
    background-color: #96d1cd;
    border-color: #a7e2de;

    background-color: #bda202;
    border-color: #bda202;

    background-color: #6ba41d;
    border-color: #6ba41d;


    color: white;
}

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

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

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;


}

.form-signin {
    background-color: white;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;

    height: 130px;
    padding-bottom: 100px;
    left: 0;
    right: 0;
    background-color: white;
}

body.int .footer {
    position: relative;
}

.modal-body h2 {
    font-size: 26px;
    color: #bda202;
    color : #8824d4;
    
}
.important {
    background-color: #245f95;
    color:white;
    text-align: center;
    padding: 15px 0 10px 0;
    margin-bottom: 20px;
}

.modal-body {
    padding: 30px;
}

#feedly-mini {
    display: none;
}

.modal-title {
    font-size: 30px;
    padding-left: 18px;
    color: #307067;
    color:#245f95;
}

@media screen and (max-height: 820px) {

    .footer {
        position: relative;
        bottom: 0;
        width: 100% !important;
        height: 100px;
        left: 0;
        right: 0;
        height: 130px;
        padding-bottom: 100px;
    }

    body {
        display: block;
    }

}