body {
    margin:0;
	padding:0;
	height:100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #233d4b;
}

.container {
    min-height:100%;
    position:relative;
    width: 100%;
    padding:0;
}

.back{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
}
 
footer {
    position:fixed;
    bottom:0;
    width:100%;
    height:50px;
    background: whitesmoke;
    font-size: small;
}

.title {
    background: linear-gradient(150deg, #0d332e, #2499bd, #f7f0ef);
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
    font-size: 40px;
    color: aliceblue;
    width: 100%;
}


ul.sidenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color:  #333;
    position: relative;
    overflow: auto;
}

ul.sidenav li {
    float: left;
    border-right: 1px solid #bbb;
}

ul.sidenav li.right {
    float: right;
}

ul.sidenav li a {
    display: block;
    color: #e3f2fd;
    padding: 14px 16px;
    text-decoration: none;
    text-align: center;
    font-size:small;
}

ul.sidenav li a.active {
    background-color: #DBDFEA;
    color: rgb(82, 68, 133);
}

ul.sidenav li a:hover:not(.active) {
    background-color: #555;
    color: white;
    box-shadow: 3px 5px 5px;
}

.logo{
    color:  aliceblue; 
}

.box1{

    border-radius: 20% ;
    color: rgb(48, 59, 68);
    background-color: #dde6ed91;
    padding-bottom: 20px;
}

.background {
    margin: 0;
    padding: 0.5rem;
    background: linear-gradient(150deg, #0d332e, #2499bd, #f7f0ef);
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
    font-size: 40px;
    color: aliceblue;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
}

.limit {
    font-size: 10px;
}

@media screen and (max-width: 1080px) {
    ul.sidenav li.right, 
    ul.sidenav li {float: none;};
    .myDiv {
        justify-content: center;
    }
    .container {
        margin:0;
    }
  }

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.btn-group {
    justify-content: left;
    display: flex;
}

.modal-btn {
    display: block;
    margin-left: 1.75rem;
}

.settings-checkbox {
    display: inline-block;
}

#first-form-element {
    display: flex;
}