/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 27, 2019, 3:33:01 PM
    Author     : periyasamy.p
*/

.login-form {
    height: auto;
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
    width:100%;
    margin-top: 100px;
}
.loginappname {
    font-size: 17px;
    font-weight: bold;
    color: rgb(44, 112, 170);
    margin: 11px 0px 15px 0px;
}
.loginform {
    display: flex;
    /* height: 100vh;*/
    margin-top: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;   
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btnViolet {
    border-color: rgb(44, 112, 170);
    background-color: rgb(44, 112, 170);
    color: #fff;
    cursor: pointer;
}
.btnViolet:hover, .btnViolet:active, .btnViolet:focus {
    border-color: rgb(44, 112, 170);
    background-color: rgb(44, 112, 170);
    color: #fff;
}
.logincon {
    /* box-shadow: 0px 10px 15px 0px #a69faf;*/
    box-shadow: 5px 0px 15px 0px #c5c5c5;
    width: 350px;
    border-radius: 12px;
}
.logologintxt1,.logologintxt3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.cmpynamehold{
    margin-bottom: 0px;
    background: #2c70aa;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tenderview{
    width: calc(100% - 380px);
}
.tenderview>iframe{
    width: 100%;
    height:100vh;
    /* border:2px solid lightgray;*/
    border:0px;
}
.loginview>iframe{
    width: 100%;
    height:100vh;
    /* border:2px solid lightgray;*/
    border:0px;
}
.loginview{
    width: 380px;
}
.srlogin{
    display:none;
}
/*@media only screen and (max-width: 600px) {
    .tenderview{
        width: 100%;
    }
    .loginview{
        display: none;
    }
    .srlogin{
        font-size: 30px !important;
        display: block;
    }
    .logincon{
        width: 95%;
    }
}*/

.backgroundImage:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -45px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../../images/Ecnet_SCM.jpg);
    background-repeat: no-repeat;
    background-size: 75%;
    opacity: 0.1;
    filter:alpha(opacity=40);
    height:100%;
    width:100%;
    background-position: center;
    margin-left:15px;
}