.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color:white;
    font-weight: bolder;
    font-size: 20px;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #fff;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}
/* @keyframes mymove {
    50% {filter: drop-shadow(0 0 10px rgb(27 128 255));}
} */
#carlson_logo{
    width:500px;
    padding-right:60px;
    /* animation: mymove 2s infinite; */
    margin-top:5%;
    padding-bottom:50px;
}
body{
    background:#596881;
    background: linear-gradient(to left bottom, rgb(60, 78, 107), rgb(221, 234, 255));
    font-family: Museo-Sans700, Arial, Helvetica, Sans-Serif;
    text-align:center;
    height: 98vh;
    width: 98vw;
}
#myDialog { 
    z-index:3;
    /* border: 2px solid white; */
    border-radius: 4px;
    /* box-shadow: 0 0 30px  rgb(120 143 179); */
    text-align:left;
    width: auto;
    min-height: 0px;
    max-height: none;
    height: 359px;
    background: white
}
table{
    margin-top: 4%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height:100%;
}
table td{
    text-align:center;
}
.mySlides {
    display: none;
}
.slideshow-container {
    max-width: 60%;
}
/* Fading animation */
/* #stage {
    margin: 1em auto;
    width: 382px;
    height: 292px;
} */

#stage img {
    border: 1px solid #ccc;
    background: #fff;
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    zoom: 10;
}

.forgot_rows{
    display:none;
}

a {
    cursor: pointer;
    color: #1877f2;
    font-size: 14px;
    font-weight: 500;
}
.ui-dialog-titlebar {display:none}
.ui-dialog{
    z-index:3;
}



.g-input {
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: inline-block;
    width: 75%;
    font-weight:bolder;color:#5f5f5f;font-size:20px
}
.g-input label {
    background: white;
    padding: 5px;
    font-size: 12px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: bottom left;
    color: #afafaf;
    font-family: arial;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    cursor: text;
    pointer-events: none;
    /* width: 92%; */
    text-align: left;
    border: 0;
}
.g-input label p{ 
    margin: 0;
    padding: 2px;
    top: 8px;
    left: 33px;
    position: absolute;
}

.g-input input, .g-input textarea {
    border: 1px solid #afafaf;
    display: block;
    padding: 12px;
    /* border-radius: 12px; */
    width: 100%;
    box-sizing: border-box;
    height:37px
}
.button{
    font-size: 20px;
    width: 75%;
    height: 37px;
    border-radius: 3px;
    border: 1px solid #afafaf;
    cursor: pointer;
}
.small-button{
    font-size:18px;
    width:80%;
    height:37px;
    border-radius: 3%;
    border:0;
    cursor:pointer;
}
.g-input.fill {
    display: block;
    width: 100%;
}

.g-input input:focus, .g-input textarea:focus {
    outline: 0;
    border-color: #1873e8;
}

.g-input input:focus+label, .g-input input:not(:placeholder-shown)+label,
.g-input textarea:focus+label, .g-input textarea:not(:placeholder-shown)+label{
    display:none
}

.material-icons{
    color: #afafaf;
    width: 30px;
    float: left;
}

.input-cont {
    position: relative;
    display: inline-block;
}

.input-cont i {
    position: absolute;
    right: 5px;
    top: -17px;
    z-index:4;
}
.two_factor_authenticate, .register_two_factor_authenticate{
    display:none;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 19vw !important;
}
.failure{
    color:red;white-space:nowrap;font-weight:bolder
}
.funny_or{
    text-align:center;color:rgb(134, 134, 134)
}
.SSO_login td{
    font-size:20px;height:37px;border-radius: 12px;border:0;
}