html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.dms-bold{
    font-weight:bold;
}

.dms-float-left{
    float:left;
}

.dms-float-right {
    float: right;
}

.dms-pad-bottom-10{
    padding-bottom:10px;
}

.dms-pad-left-34{
    padding-left:34px;
}

.dms-width-250{
    width:250px;
}

.dms-button-login {
    max-width: 450px !important;
    width: 100% !important;
}

.dms-width-200{
    width:200px;
}

.dms-width-34p{
    width:34%;
}

.dms-width-60p{
    width:60%;
}

.dms-min-h-190{
    min-height:190px;
}

.dms-mix-1{
    min-width:200px;
    text-align:center;
}

.dms-mix-2{
    border:none;
    max-width:100%;
    max-height:100vh;
}

.dms-mix-3{
    padding:0px 5px;
}

.dms-text-indent-20{
    text-indent:20px;
}