/* CSS Document */

@font-face {
    font-family: "SegoeRegularSyntax";
    font-style: normal;
    font-weight: normal;
    src: url("SegoeUI.woff") format('woff');
}

@font-face {
    font-family: "SegoeBoldSyntax";
    font-style: normal;
    font-weight: bold;
    src: url("SegoeUIBold.woff") format('woff');
}

body {
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: url(/assets/images/sl-cloud.png) #010004 no-repeat;
    background-size: 1525px;
    background-position: center 0px;
    font-family: "SegoeRegularSyntax";
    font-size: 16px;
    color: #07031c;
    overflow-x: hidden;
}

b, .b, strong, .strong {
    font-family: "SegoeBoldSyntax"; 
}

.inputerror {
    /*background-color: rgb(211 114 114 / 8%) !important;*/
    border-color: red !important;
}

.inputerror1 {
    /*background-color: rgb(211 114 114 / 8%)  !important;*/
    border-color: red !important;
}
 
.logindiv {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 350px;
    margin-top: -175px;
    z-index: 1;
    overflow: hidden;
}

.logindiv2 {
    position: absolute;
    left: 50%;
    margin-left: -175px;
    height: 210px;
    top: 120px;
    color: #ffffff;
    width: 355px;
} 

.logindiv_2fa {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 350px;
    margin-top: -300px;
    z-index: 1;
    min-width: 350px;
}

input[readonly] {
    background-color:rgb(193, 193, 193);
    border: 1px solid rgb(193, 193, 193);
}

.logo {
    position: absolute;
    width: 90%;
    background: url(/assets/images/syntax-link-logo-1.svg) no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
    top: 5px;
    max-width: 400px;
    min-width: 330px;
}

.logo1 {
    top: 70px !important; 
}


.inputtype1 {
    width: 350px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-color: #ffffff !important;
    padding: 10px 10px 10px 10px;
}


.logindiv_text { 
    padding-bottom: 2px;    
	user-select: none;
	-webkit-user-select: none;      
	-moz-user-select: none;
	-ms-user-select: none;
}

.spacetop {
    margin-top: 10px;
}

.spacebottom {
    margin-bottom: 20px;
}

.forgot_button {
    border: 2px solid #ffffff00;
    font-size: 13px;
    background-color: #ffffff00;
    margin-top: 16px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.forgotpasstext {
    width: 350px;
    box-sizing: border-box;
    padding: 6px 10px 0px 10px;
    height: 71px;
    overflow: hidden;
}

.redtext {
    color: red;  
  }

  
.greentext {
    color: #0f9e06;
}


.forgotpasstext1 {
    box-sizing: border-box;
    height: 130px;
    padding-top: 5px;
    text-align: center;
}

.emailvertext1 {
    box-sizing: border-box;
    height: 130px;
    text-align: center;
}

.r2fa_button {
    width: 125px;
    height: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #29abe2;
    background-color: #29abe2;
    color: #FFF;
    cursor: pointer;
}

.r2fa_button:hover {
    background-color: #353790;
    border: 2px solid #353790;
}

.login_button {
    width: 125px;
    height: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #29abe2;
    background-color: #29abe2;
    margin-top: 20px;
    margin-left: 117px;
    color: #FFF;
    cursor: pointer;
}

.login_button:hover {
    background-color: #353790;
    border: 2px solid #353790;
}

.form_password::placeholder {
    color: red;
    opacity: 1; 
  }
  .form_password:-ms-input-placeholder { 
    color: red;
  }
  .form_password::-ms-input-placeholder { 
    color: red;
  }

.hide {
    display: none !important;
}

.form_2fadiv {
    width: 410px;
}

.form_2fa {
    width: 52px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin-right: 3px;
}


@media screen and (max-height: 680px) {

    .logindiv_tokenf {
        top: 40px !important;
        margin-top: unset !important;
    }

}

@media screen and (max-width: 500px) {

.titleicon_1 {
    width: 100px !important;
    top: 116px !important;
    left: 51% !important;
    margin-left: -115px !important;
}

}

/*Tablet*/
@media screen and (max-width: 1335px) and (min-width: 670px) {

.dashdiv {
    width: 646px !important;
    height: 950px !important;
}

.dashdiv_3 {
    top: 526px !important;
    left: 2px !important;
}

.dashdiv_5 {
    top: 371px !important;
    left: 327px !important;
}

.dashdiv_footer {
    top: 1180px !important;
}

.copyright {
    top: 1260px !important;
}

.titleicon_1 {
    width: 125px !important;
    top: 175px !important;
    margin-left: -168px !important;
}

.titleicon_2 {
    width: 100px !important;
    top: 195px !important;
    margin-left: 111px !important;
}

.titleicon_3 {
    width: 85px !important;
    top: 720px !important;
    margin-left: -209px !important;
}

.popupdiv {
    position: fixed !important;
}


}

/*Mobile*/
@media screen and (max-width: 670px) {

    .dashdiv {
        width: 320px !important;
        height: 1805px !important;
    }
    
    .dashdiv_2 {
        top: 881px !important;
        left: 2px !important;
    }

    .dashdiv_3 {
        top: 526px !important;
        left: 2px !important;
    }
    
    .dashdiv_5 {
        top: 1236px !important;
        left: 2px !important;
    }
    
    .dashdiv_footer {
        top: 2040px !important;
    }
    
    .copyright {
        top: 2125px !important;
        width: 310px !important;
        min-width: unset !important;
    }
    
    .titleicon_1 {
        width: 125px !important;
        top: 175px !important;
        margin-left: -10px !important;
    }
    
    .titleicon_2 {
        width: 100px !important;
        top: 1058px !important;
        margin-left: -52px !important;
    }
    
    .titleicon_3 {
        width: 85px !important;
        top: 720px !important;
        margin-left: -44px !important;
    }

    .popupdiv {
        width: 90% !important;
        position: fixed !important;
    }
    
}


@media screen  and (min-width: 1335px) {

    .menu_2_hover {
        width: 195px !important;
    }
    
}


@media screen and (max-width: 1335px) and (min-width: 870px) {

#menu_0 {
    left: 130px !important;
    margin-left: unset !important;
}

.menu_2_hover {
    width: 195px !important;
}

}

@media screen and (max-width: 870px) and (min-width: 645px) {

#menu_0 {
    left: 50% !important;
    margin-left: -295px !important;
}

.menu_2_hover {
    width: 195px !important;
}
    
}

@media screen and (max-width: 645px) {

#menu_0 {
    left: 50% !important;
    margin-left: -150px !important;
    top: 164px !important;
}

.menu_2_hover {
    width: 295px !important;
}
        
}

.logindiv2_reset {
    height: 320px;
    width: 555px;
    margin-left: -276px;
    position: absolute;
    left: 50%;
    top: 120px;
    color: #ffffff;
}

.login_button_reset {
    margin-left: 215px;
}

@media screen and (max-width: 580px) {

    .logindiv2_reset {
        width: 95%;
        margin-left: unset;
        transform: translateX(-50%);
    }

    .r_2fa_text1 {
        width: 100% !important;
    }

    .login_button_reset {
        margin-left: unset;
        transform: translateX(-50%);
        position: relative;
        left: 50%;
    }
            
}

.copyright {
    position: absolute;
    width: 95%;
    top: 870px;
    color: #cbcbca;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    display: table;
    left: 50%;
    transform: translateX(-50%);
    min-width: 330px;
    padding-bottom: 15px;
}

.copyright1 {
    position: absolute;
    width: 95%;
    color: #cbcbca;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    display: table;
    left: 50%;
    transform: translateX(-50%);
    min-width: 330px;
    padding-bottom: 15px;
    bottom: 0px;
}

.copyright1_2fa {
    color: #cbcbca;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    padding-bottom: 15px;
}

.copyrightlogin {
    bottom: 0px !important;
    top: unset !important;
}


@media screen and (max-height: 680px) {
    .logindiv_2fa {
        top: 40px !important;
        margin-top: unset !important;
    }

}

@media screen and (max-height: 430px) {
    .copyrightlogin {
    top: 350px !important;
    }

    .logindiv {
        top: 40px !important;
        margin-top: unset !important;
    }

}

@media screen and (max-height: 680px) {
    .copyright_forgot {
    top: 615px !important;
    }
}

@media screen and (max-height: 440px) {
    .copyright_forgot1 {
    top: 360px !important;
    }
}

.copyright1 a {
    color: #cbcbca;
    text-decoration-line: none;
}

.copyright1 a:hover {
    color: #29abe2;
    text-decoration-line: none;
}

.copyright1_2fa a {
    color: #cbcbca;
    text-decoration-line: none;
}

.copyright1_2fa a:hover {
    color: #29abe2;
    text-decoration-line: none;
}

.copyright a {
    color: #cbcbca;
    text-decoration-line: none;
}

.copyright a:hover {
    color: #29abe2;
    text-decoration-line: none;
}

img {    
	user-select: none;
	-webkit-user-select: none;      
	-moz-user-select: none;
	-ms-user-select: none;
    -webkit-user-drag: none;
}

.titleicon_1 {
    width: 170px;
    position: absolute;
    top: 125px;
    left: 50%;
    z-index: 5;
    margin-left: -495px;
    transform: translateX(-50%);
}

.titleicon_2 {
    width: 180px;
    position: absolute;
    top: 116px;
    left: 50%;
    z-index: 5;
    margin-left: -252px;
}

.titleicon_3 {
    width: 160px;
    position: absolute;
    top: 135px;
    left: 50%;
    z-index: 5;
    margin-left: 71px;
}

#menu_0 {
    left: 50%;
    margin-left: -530px;
    position: absolute;
    top: 75px;
    user-select: none;
    cursor: pointer;
    user-select: none;
    z-index: 5;
}
#menu_1 {
    height: 10px;
}
#menu_1 img {
    position: absolute;
    top: 0px;
}
#menu_2 {
    background: #fff;
    width: 31px;
    height: 6px;
    border-radius: 2px;
    transition: height 0.5s, width 0.5s;
    overflow: hidden;
}
#menu_2 img {
    position: relative;
    top: -14px;
    left: 3px;
    width: 14px;
}
#menu_3 {
    height: 10px;
}
#menu_3 img {
    top: -9px;
    position: relative;
}
.menu_2_hover {
height: 95px !important;
border: solid 1px !important;
}
.menu_line1 {
    margin-top: -11px;
    margin-left: 8px;
    width: 150px;
    overflow: hidden;
    height: 22px;
}
.menu_line {
    margin-top: 4px;
    margin-left: 8px;
    width: 150px;
    overflow: hidden;
    height: 22px;
}

.menu_line1:hover, .menu_line:hover {
    color: #29abe2;
}

.r_2fa_text1 {
    width: 375px;
    height: 200px;
}

.col_flex {
    display: flex;
}

#qrcodeback {
    border: 2px solid #ffffff00;
    font-size: 13px;
    background-color: #ffffff00;
    margin-top: 20px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    left: 40px;
}

@media screen  and (max-width: 445px) {
    #qrcodeback {
        left: 30px;
    }
}

.da_div_in {
    left: 2px !important;
    opacity: 1 !important;
}

.da_newuser_del {
    position: absolute;
    top: 290px;
    left: 390px;
    width: 301px;
    height: 260px;
    z-index: 5;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    transition: left 0.5s, opacity 0.4s;
    opacity: 0;
    padding: 7px;
    font-size: 14px;
}

.da_newuser {
    position: absolute;
    top: 30px;
    left: 390px;
    width: 301px;
    height: 520px;
    z-index: 5;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    transition: left 0.5s, opacity 0.4s;
    opacity: 0;
    padding: 7px;
    font-size: 14px;
}

.da_newsgroup {
    position: absolute;
    top: 30px;
    left: 390px;
    width: 301px;
    height: 520px;
    z-index: 5;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    transition: left 0.5s, opacity 0.4s;
    opacity: 0;
    padding: 7px;
    font-size: 14px;
}
.r_2fa_rest_2 {
    width: 160px;
    text-align: center;
    word-wrap: break-word;
    font-size: 14px;
}

.r_2fa_rest_2 a {
    color: #cbcbca;
    text-decoration-line: none;
}

.r_2fa_rest_2 a:hover {
    color: #29abe2;
    text-decoration-line: none;
}



.r_2fa_container {
display: flex;
flex-direction: column;
gap: 30px;
}

.r_2fa_row {
display: flex;
gap: 15px;
flex-direction: row;
align-items: center;
}

.r_2fa_row-1 .r_2fa_col-fixed {
    width: 160px;
    flex-shrink: 0;
    height: 200px;
}

.r_2fa_row-1 .r_2fa_col-fluid {
flex: 1; 
}

.r_2fa_row-2 .r_2fa_col {
flex: 1; 
}

.r_2fa_col_min {
    min-height: 210px;
}

.r_2fa_container {
max-width: 580px;
margin: 0 auto; 
}
  
.r_2fa_col_c {
    justify-content: center;
}

.cloud1 {
    background: url(/assets/images/sl-cloud.png) no-repeat;
    background-size: 1395px;
    width: 50%;
    min-width: 400px;
    max-width: 800px;
    top: 700px;
    right: -10px;
    position: absolute;
    z-index: 0;
    background-position: left top;
}

.cloud2 {
    background: url(/assets/images/sl-cloud.png) no-repeat;
    background-size: 1735px;
    width: 40%;
    min-width: 100px;
    max-width: 830px;
    top: 680px;
    left: -100px;
    position: absolute;
    z-index: 0;
    background-position: right top;
}