﻿html, body {
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

body {
    background: #F6F6F6;
}
.safe{
   /*white-space: nowrap;*/
    font-size: 14px;
    color: #9e9a9a;
    margin-top: 16px;
}
.container-bg {
  
    /*background: var(--sidenavbar-background) no-repeat center center / cover;*/
    background: url("../images/Login/LoginWallpaper.jpg")no-repeat center center / cover;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .container-bg::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(0 0 0 / 28%);
    }

.login-wrapper {
    background: #FFF;
    border-radius: 28px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 22px;
    position: relative;
}

.login-section {
    padding-left: 30px;
    padding-right: 30px;
        padding-top: 30px;
}






.form_div {
    position: relative;
    min-height: 44px;
    margin-bottom: 12px;
}


.form_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1em;
    border: .1em solid #dadce0;
    border-radius: .5em;
    outline: none;
    padding: 1em;
    z-index: 1;
    background: none;
}

.form_label {
    position: absolute;
    left: 1em;
    top: 7px;
    padding: 0 0.25em;
    background-color: #fff;
    color: #80868b;
    font-size: 16px;
    transition: .4s;
}

.form_input:focus + .form_label {
    top: -.5em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input:not(:placeholder-shown).form_input:not(:focus) + .form_label {
    top: -.5em;
    left: .8em;
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}
.form_input:focus + .form_label, .form_input:not(:placeholder-shown).form_input:not(:focus) + .form_label {
    top: -0.5em;
    left: 0.8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input:focus {
    border: .1em solid rgb(28,164,248);
}
.form_select {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    /*font-size: 1em;*/
    border: 0.1em solid #dadce0;
    border-radius: 0.5em;
    outline: none;
    padding: 10px;
    z-index: 1;
    background: none;
    font-size: 14px;
}
.errorspan {
    font-size: 11px;
}
.preview {
    color: #555;
    width: 100%;
    text-align: center;
    height: 40px;
    /*line-height: 40px;
    letter-spacing: 8px;*/
    border: 1px dashed #888;
    /*border-radius: 0.5em;
    margin-bottom: 1.6em;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 89%;
    border-radius: 0.5em;
}
.captcha_refersh {
    transition: .4s;
    background-color: #a0a0a0 !important;
    color: #FFF !important;
}

    .captcha_refersh:hover {
        transition: .4s;
        transform: scale(0.90);
        color: #FFF;
    }

.line-border::before {
    content: "";
    position: absolute;
       height: 281px;
    border-right: solid 1px #a9a9a9;
    top: 0;
    left: 0;
    /* opacity: 0.2; */
}

.login-btn {
    padding: 8px 8px;
    font-size: 11px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background:var(--shortcut-linear);
}

.safelogo {
    max-width: 265px;
    background: #ffffff69;
    border-radius: 9px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-left: 25px;
    padding: 10px;
}

.company-logo {
    background: #fff;
    color: #fff;
    border: none;
    border-radius: 6px;
    position: absolute;
    max-width: 275px;
    top: -64px;
    right: 173px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 12px;
    max-height: 150px;
}
.form_select_div {
    position: relative;
    min-height: 44px;
    margin-bottom: 12px;
}

.form_select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    border: .1em solid #dadce0;
    border-radius: .5em;
    outline: none;
    padding: 9px;
    z-index: 1;
    cursor: pointer;
}

  
    .form_select:focus + .form_label,
    .form_select:not(:placeholder-shown).form_select:not(:focus) + .form_label {
        top: -.5em;
        left: .8em;
        color: rgb(28, 164, 248);
        font-size: .80em;
        font-weight: 600;
        z-index: 5;
    }

.form_label {
    position: absolute;
    left: 1em;
    top: 7px;
    padding: 0 0.25em;
    background-color: #fff;
    color: #80868b;
    font-size: 16px;
    transition: .4s;
}
.sweet-alert {
    width: 20em !important;
    padding: 10px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.lead {
    font-size: 14px !important;
    font-weight: 300;
}

.sweet-alert .btn {
    font-size: 16px !important;
    padding: 8px 15px !important;
}



.inner-box:hover {
    border-color: #fd791e;
}

.inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 15px 60px;
    background-color: #f3f5f9;
    border-bottom: 3px solid #001e57;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    cursor: pointer;
    border-bottom: 5px solid #80c342;
    border-radius: 20px;
}

    .inner-box .arrow {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-bottom: -22px;
        width: 44px;
        height: 44px;
        color: #fec83c;
        font-size: 10px;
        line-height: 44px;
        text-align: center;
        border-radius: 50%;
        font-weight: 800;
        margin-left: -20px;
        background-color: #00739e;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
        -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    }
.arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: -22px;
    width: 44px;
    height: 44px;
    color: #fec83c;
    font-size: 10px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-weight: 800;
    margin-left: -20px;
    background-color: #00739e;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
}

.icon-box {
    margin: auto;
    color: #ffb103;
    transition: 0.5s;
    cursor: pointer;
    font-size: 63px;
}

.inner-box .icon {
    color: #FFF;
    font-size: 14px;
}

.invalidurlModal {
    border: 4px solid hsl(0, 0%, 90%);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px;
   
}
#Div_InvalidUrl {
    background: #434242ba;
}

.safe {
      font-weight: bold;
    font-size: 12px;
    color: #7a6c6c;
    padding-top: 20px;
}

 /* Footer Styles */
          footer {
          text-align: center;
        background: rgb(255 255 255 / 37%);
        padding: 15px;
        backdrop-filter: blur(10px);
        color: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 2;
        }

          
        #video-background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            object-fit: cover;
            z-index: -1; /* place the video behind other elements */
        }

        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.5); /* 0.5 for 50% opacity black overlay */
            z-index: 1; /* place the overlay above the video */
        }

        .content {
            z-index: 2; /* place the content above the overlay */
            position: relative;
            color: #fff; /* set text color to white or any desired color */
            /*padding: 90px 20px;*/
        }