* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
    --color-primary: #81c5be;
}
.regweight{
    font-weight:600;
}
.reg-fsize{
    font-size:11px;
}
.inter {
  font-family: 'inter';
}
.btn-bg {
  background-color: #001899;
}
.reg-weight {
    font-weight: 700;
}

.reg-fontsize {
    font-size: 26px;
}

.reg-inf-size {
    font-size: 18px;
}

.modal-border{
    border-radius:20px;
}
.font-regadmin{
    font-size:20px;
}
.mod-header{
    border:none;
}
.reg-inf-weight {
    font-weight: 400;
}

.reg-borderradius {
    border-radius: 7px;
}

.reg-border {
    border: 1px solid #000000;
}

.reg-boxshadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btn-regsu{
    width:85%;
}
.form-control:focus{

}
@media screen and (max-width: 557px) {
    font-regadmin{
        font-size:20px;
    }
}