.nk-wrap {
    display: flex;
    flex-direction: column;
}
.card-auth-mh {
    display: flex;
    flex-direction: column;
}
.nk-block-head {
    margin-bottom: 2rem;
}
.form-control-wrap {
    position: relative;
}
.has-mask-1 {
    padding: 50px;
    padding-top: 200px;
}
.has-mask {
    position: relative;
    z-index: 2;
}
.bg-darker {
    --bs-bg-opacity: 1;
    background-color: #00101b;
}
.mask-1 {
    top: 0;
    left: 0;
    width: 504px;
    height: 200px;
    background-image: url(../img/a.png);
    background-size: cover;
    position: absolute;
}
.logo-link {
    display: inline-flex;
}
.logo-wrap {
    display: inline-flex;
    position: relative;
    height: 50px;
}

.nk-wrap .btn {
    background: #00cdad;
}

.modal-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000080;
    display: flex;
    z-index: 9999;
}

.modal-wrapper {
	background-color: #FFF;
    margin: auto;
    width: 640px;
    height: 480px;
    border: 0 none; 
    display: block;
}

.modal-iframe { 
    width: 640px;
    height: 480px;
    border: 0 none; 
    display: block;
}

.ocultar {
    display: none;
}