* {
    box-sizing: border-box;
    /*padding: 0 !important;*/
    margin: 0 !important;
}

body {
    
    min-height: 100vh;
}

.mybtn{
    padding-top:5px !important;
    padding-bottom:5px !important;
}

#loginForm {
   /* width: 70% !important;*/
    background-color: #fff !important;
    padding: 20px !important;
}

.form-control {
    padding: 10px !important;
}
.bg-white {
    #f5f5f7
}
.bg {
    background-color: #e1e7f2;
}
ul li{
    margin-bottom:5px;
}
.dg-logo {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.03em;
    margin-bottom: 1.25rem;
}