.h521{
    height: 55.17vh;
}
.w673{
    width:61.448%;
}
.h204_w400{
    height:21.51vh;
    width: 59.42%;
}
.h268_w400{
    height:28.35vh;
    width:59.42%;
}
.h48_w298
{
    width:44.279%;
    height:5.07vh;
}
.h56_w560_BR_8{
    height:5.92vh;
    width:29.16vw;
    border-radius: 0.41vw;
}
.h56_w5100per_BR_8{
    height:5.92vh;
    width:100%;
    border-radius: 0.41vw;
}
.h39_w170{
    width: 8.85vw;
     height: 4.16vh;
}
.h84{
    height:8.858vh
}
.w160{
    width:8.34vw;
}
.svg_selected_dot{
    width:1.05vw;
    height:0.85vh;
    fill:#196AC7;
}
.svg_unselected_dot{
    width:0.42vw;
    height:0.42vw;
    fill:#D2D2D1
}
.mfa_input{
    border: 1px solid #D2D2D1;
    border-radius: 0.41vw;
    width:12.84%;
    padding-left:5%
}
.login_mfa_reset_button{
    width: 100%;
    height:5.93vh;
    background-color: #196AC7;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}
.resend_link_button{
    width: 100%;
    height:5.93vh;
    background-color:white;
    color: #196AC7;
    border-radius: 8px;
    border: 1px solid #196AC7;
    cursor: pointer;
}
.back_icon{
    width: 7vw;
    height:2.54vh;
    position:absolute;
    left:1.25vw;
    top:2.534vh;
    cursor:pointer
}
.password_input{
    height:100%;
    border-radius: 0.41vw 0 0 0.41vw;
    width:90%;
    border: 1px  solid #D2D2D1;
    padding-left:0.625vw;
    border-right: none;
}
.password_input_eye{
    height:96.5%;
    border-radius: 0 0.41vw 0.41vw 0;
    width:10%;
    border: 1px  solid #D2D2D1;
    border-left: none;
}
input:focus{
    outline: none;
}
.password_eye{
	width: 42.857%;
	height:2.53vh;
	cursor:pointer
}
*:disabled{
	background-color: #F6F6F6 !important;
}
@keyframes fade {
0%,100% { opacity: 0.3 }
50% { opacity: 1 }
}

.disableClass{
	pointer-events: none;
	cursor:progress;
	animation: fade 2s linear;
	animation-iteration-count: infinite;
}
.disableWithoutAnimation{
	pointer-events: none;
	opacity:0.5;
}

.QcentralVersion{
    position: fixed;
    bottom:5px;
    left:5px;
    color:black;
    z-index: 9999;
}