@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Roboto+Condensed:wght@700&family=Roboto:wght@300;400;500;600;700&display=swap');


body{
    margin: 0; /* eltávolítja az alapértelmezett margót */
    background-color:#fff;
 font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
}

*:focus {
    outline: none !important;
}

fieldset.scheduler-border {
    background-color: white;
    margin: 0;
    padding: 0;
    border: 2px solid #2729ac;
    margin: 0 auto;
    width: 550px;
    margin-top: 60px;
}

fieldset p {
    margin: 1em;
}

fieldset.scheduler-border:last-of-type {
    margin-bottom: 0px;
}

legend.scheduler-border {
    color: white;
    background-image: linear-gradient(#4971d6, #160798);
    width: 40%;
    text-align: center;
    line-height: 1.6em;
    border-radius: 8px;
    box-shadow: 0 0 10px #234599;
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 40px;
    border-bottom: 3px solid #e0ebff;
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
    text-align: center;
    width: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 3px solid #e0ebff;
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
    text-align: center;
    width: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 3px solid #e0ebff;
}

.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
    text-align: center;
    width: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 3px solid #e0ebff;
}

.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
    text-align: center;
    width: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 3px solid #e0ebff;
}

.input-group-addon.icon {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(#4971d6, #160798);
    border-color: rgb(30 55 121);
    text-align: center;
    width: 40px;
    line-height: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 3px solid #e0ebff;
    /¤ the icon and block style parameter border-radius: inherit;
    border-left: none;
    ¤/
}

.form-control:focus {
    border-color: #e1ebfc;
    box-shadow: 0 0 6px rgb(255 255 255 / 25%);
}
.form-control {
    display: block;
    /* width: 100%; */
    height: 40px;
    padding: 6px 12px;
    font-size: 16px!important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc; 
    border-radius: 4px;
   
   
}

label {
    display: block;
    width: 10em;
    float: left;
	color:#000;
	font-size:18px!important;
}

.pull-right {color:#000!important;}
label span {color:#000!important;margin-left:5px;}

fieldset {
   
    border: 1px solid #2b4da6;
    border-radius: 10px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 7%);
    padding: 24px;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.44);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    padding: 20px 25px;
    margin-bottom: 20px;
    margin-bottom: 50px;

}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0094a7;
}

.text-muted {
    color: #000000 !important;
    font-weight: 500;
	font-size:12px!important;
}

.displayBadge {
    font-size: 10px;
    color: #fff;
    margin-top: 5%;
    display: none;
    text-align: center;
}

content {
    width: 300px;
    height: 100px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -170px;
}

#password {
    padding-left: 40px;
    width: 98%;
}

div.pass-container {
    height: 30px;
}

div.pass-bar {
    height: 11px;
    margin-top: 2px;
}

div.pass-hint {
    font-family: arial;
    font-size: 11px;
}

.pt-btn {
    color: #ffffff;
    background-image: linear-gradient(#4971d6, #160798);
    border: 1px solid #ccc;
    font-size: 16px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease; /* sima animáció hoverre */
}
.pt-btn:hover {
    background-image: linear-gradient(#4971d6, #160798);
	color:#fff;
    border-color: #adadad;
    cursor: pointer;
    transform: translateY(-2px); /* kicsit “emeli” a gombot */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* kis árnyék */
}

.pt-btn:focus,
.pt-btn.focus {
    outline: none; /* ha nem kell kék fókuszkeret */
    box-shadow: 0 0 0 3px rgba(190, 53, 171, 0.5); /* finom fókusz */
}
.pt-btn:active,
.pt-btn.active,
.open > .dropdown-toggle.pt-btn  {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.pt-btn.disabled,
.pt-btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btn:hover span {
    padding-right: 25px;
}

.btn:hover span:after {
    opacity: 1;
    right: 0;
}




legend.form-label {
    font-size: 1.5rem;
    color: #3d658f;
}

.control-label {
    font-size: 14px;
    font-weight: bold;
    color: #52657a;
}

.form-control {
    font-size: 1rem;
}

.form-hint {
    font-size: 0.6rem;
    line-height: 1.4;
    margin: -5px auto 5px;
    color: #999;
}

.form-hint.error {
    color: #c00;
    font-size: 0.8rem;
}

button.btn {
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-weight: 600;
}

.password-count {
    bottom: 16px;
    right: 10px;
    font-size: 1rem;
}

.strength-meter {
    position: relative;
    height: 3px;
    background: #ddd;
    margin: 7px 0;
    border-radius: 2px;
}

.strength-meter:before,
.strength-meter:after {
    content: '';
    height: inherit;
    background: transparent;
    display: block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 6px 0;
    position: absolute;
    width: calc(20% + 6px);
    z-index: 10;
}

.strength-meter:before {
    left: calc(20% - 3px);
}

.strength-meter:after {
    right: calc(20% - 3px);
}

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

.strength-meter-fill[data-strength="0"] {
    width: 20%;
    background: darkred;
}

.strength-meter-fill[data-strength="1"] {
    width: 40%;
    background: orangered;
}

.strength-meter-fill[data-strength="2"] {
    width: 60%;
    background: orange;
}

.strength-meter-fill[data-strength="3"] {
    width: 80%;
    background: yellowgreen;
}

.strength-meter-fill[data-strength="4"] {
    width: 100%;
    background: green;
}



.text-security-disc {
    -webkit-text-security: disc;
    -moz-text-security: disc;
    text-security: disc;
}
/*.container{
  position: absolute;
  top: 20%;
  left: 35%;
  max-width: 30%;
  width: 30%;
  padding: 15px;
  margin: 0 auto;
  border: solid 1px black;    
  background-color: white;
}*/


