﻿body {
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}
/*.page {
    background-image: linear-gradient(rgb(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../Images/backgroundImg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}*/
.sis-banner {
   /* background-image: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4));*/
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    width: 100%;
}

.user-log-in {
    text-align: center;
    color: white;
    margin-top: 0px !important;
    font-family: unset;
}

#form1 {
    position: relative;
}

.form-control-static {
    color: white;
}

.accountInfo {
    
}


.login-form-sisinfra {
    border: 1px solid #006d6347;
    padding: 19px;
    background-color: #008d82 !important;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 0px 2px 0px #77f6ec;
}


.form-control {
    border: 1px solid #00000087 !important;
}


.ebot-logo {
    padding-top: 1%;
    padding-left: 1%;
}


    .ebot-logo img {
        width: 19% !important;
    }

#LoginUser {
    width: 100%;
}

#LoginButton {
    width: 100% !important;
}
.about-ebot{
    background: aliceblue !important;
}

.top-header-text>p{
    display: inline;
}



.btn-primary {
    background-image: linear-gradient(to bottom,#8a0000 0,#8a0000 100%) !important;
}

    .btn-primary:focus, .btn-primary:hover {
        background: black !important;
        color: white !important;
        transition: 1s;
    }



#LoginUser_UserNameLabel {
    color: black !important;
}

.edge-tel-text {
    color: #ec1414;
    font-weight: bold;
    font-style: italic;
}


.edge-tel-heading {
    color: #c7c6c6;
    font-size: 30px;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
    padding: 10px 0px 4px 0px;
    margin-top: 0px !important;
}

#LoginUser_UserNameLabel {
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

#lblMarquee {
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

#LoginUser_PasswordLabel {
    color: black !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

.forget-pass > p > a:hover {
    color: #00107c;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

#LoginUser$LoginButton{

}

.header-main {
    background: #00332f;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

.company-logo{
    width: 40%;
}

.company-logo-edgetel{
    text-align: center;
    padding-top: 10%;
}

.script-content {
    background: #00332f !important;
    border-bottom: 1px solid #2bc4b86e;
}

.forget-pass{
    margin-top: -27px;
}

    .forget-pass > p > a {
        text-decoration: none;
        color: #282727;
    }

.edge-tel-logo > img {
    width: 11%;
    margin-bottom: 4px;
}

/*.edge-tel-tel {
    color: #30d5c8;
    text-shadow: 2px 1px 1px #c4161c;
}*/

.edgetel-logo {
    padding-top: 0%;
}

.edgetel-logo > p {
    text-align: right;
    padding: 0px 37px 0px 0px;
}

    .edgetel-logo > p:last-child > img {
        text-align: right;
        width: 15%;
        padding: 0px 46px 0px 0px;
    }

.btn-primary {
    background-repeat: repeat-y !important;
}

.edge-tel-heading h1 {
    font-size: 30px;
}

#UserNameLabel {
    text-align: left !important;
}


/*------------------------------About-----------------------------------*/

.about-ebot{
    padding-top: 2% !important;
}

.addinfo {
    padding-left: 35%;
}

.addinfo>span{
    border-bottom: 2px solid gray;
}

.addinfo p:first-child {
    font-weight: bold;
    color: #5c5b5b;
    margin-bottom: 0px !important;
}

.addinfo-para{
    font-size: 14px;
}


/*------------------------------------UserDashboard-------------------------------------------*/
.project-cordinator {
    padding: 3% 2% 2% 2%;
    border: 4px solid #3a4f63;
  /*  background: #c4dfe5;*/
    border-radius: 50px;
}


.project-cordinator-1 {
    background: #3a4f63;
    padding: 5px 0px 5px 0px;
    color: white;
    font-size: 22px;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

.circle-states > button {
    background: #3a4f63;
    border: 2px solid #3a4f63;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 5px 5px 3px 0px #000000f7;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

    .circle-states > button > a {
        text-decoration: none !important;
        color: #f9f9f9;
    }

    

.circle-states {
    padding: 11px 0px 0px 0px;
}

    .circle-states > button:hover {
        transition: 1s;
        background: #383c42;
        border: 2px solid #3a4f63;
    }


    .circle-satate-main {
        padding-top: 2%;
    }

.authentication {
    padding-top: 11%;
    padding-left: 40%;
}

/*.authentication>p{
    font-weight: bold;
    color: white;
    font-size: 25px;
}*/

.otp-verification > p {
    font-weight: bold;
    color: #f4efef;
    font-size: 25px;
    padding-left: 2%;
}


.form-control{
    border-radius: 2px !important;
}


/*--------------------------------------Media Query for mobile view------------------------------------------*/
@media only screen and (max-width: 1405px) {
    .login-form-sisinfra {
        padding: 13px !important; 
    }

    .form-group {
        margin-bottom: 7px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .ebot-logo img {
        width: 16% !important;
    }

    .edgetel-logo {
        padding-top: 3% !important;
    }
}

@media only screen and (max-width: 992px) {
    .company-logo-edgetel {
        padding-top: 1% !important;
    }

        .company-logo-edgetel > img {
            width: 30% !important;
            height: 30% !important;
        }
    .edge-tel-heading {
           font-size: 27px !important;
    }

    div.accountInfo {
        padding-left: 30%;
        width: 71%;
    }
}


@media only screen and (max-width: 992px) {
    .company-logo-edgetel {
        padding-top: 3% !important;
    }
}



@media only screen and (max-width: 850px) {
    .company-logo-edgetel {
        padding-top: 15% !important;
    }
    div.accountInfo {
        width: 73% !important;
    }
}

@media only screen and (max-width: 800px) {
    .company-logo-edgetel {
        padding-top: 25% !important;
    }
}





@media only screen and (max-width: 731px) {
    .authentication {
        padding-top: 20% !important;
        padding-left: 35% !important;
    }

    .company-logo-edgetel {
        padding-top: 33% !important;
    }
}

@media only screen and (max-width: 600px) {
    .authentication {
        padding-top: 29% !important;
        padding-left: 29% !important;
    }
}

@media only screen and (max-width: 468px) {
    .authentication {
        padding-top: 37% !important;
        padding-left: 18% !important;
    }
}


@media only screen and (max-width: 331px) {
    .authentication {
        padding-top: 55% !important;
        padding-left: 10% !important;
    }
}

@media only screen and (max-width: 290px) {
    .authentication {
        padding-top: 55% !important;
        padding-left: 3% !important;
    }
}