﻿.rounded-circle {
    background: #68cdff;
    height: 34px;
    width: 34px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-right: 0px !important;
}

/* .login_logo {
    width: auto;
    position: absolute;
    left: 50px;
    top: 60px;
	z-index: 9999;
} */

.login_logo {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    text-align: left;
    display: block;
    padding-left: 20px;
}

#captchaText{
    border-bottom: 1px solid #ddd;
}

#btnRefresh{
    padding-top: 10px;
    display: block;
}

.login_logo img {
	width: 215px
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 14px;
        left: 1px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    /*background-color: #2196F3;*/
    background-color: #4CAF50;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.grivance-status-table th {
    border: 1px solid #ddd !important;
    width: 215px;
    background: #f2f7fd;
}

.icon-active{
    color: #999;
}

.grivance-status-table {
    margin-bottom: 25px !important;
}

.modal-space{
    margin-right: 30%;
    margin-left: 30%;
    margin-top: 5%;
}

.total_value{
    font-size: 22px;
    font-weight: bold;
} 

.login-bg {
    background: #ffffff;
    position: relative;
	height: 100vh;
}
.form-div {
    border: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-left: 2px solid #2196f3;
    background: #ffffff;
}
.login-register-container {
    height: 100%;
    padding: 30px;
    /*background: url(../../images/login-left-bg.jpg) no-repeat;*/  
    background-position: right bottom;
    background-size: contain;
}
.login-register-container .form-control {
    background-clip: border-box;
    border-width: 0px 0;
    border-top-color: transparent!important;
}
.login-form label {
    font-size: 15px;
	margin-bottom: 0px;
}
.login-form label span {
   color: red;
}
.form-div input:focus {
    border: none;
    border-color: transparent !important;
    box-shadow: none;
}
.login-form button {
    margin-top: 20px;
}
.login-form .content-divider>span {
    background-color: #ffffff;
    display: inline-block;
}
.application-name {
    color: #e25757;
    font-size: 47px;
    line-height: 58px;
    font-weight: 500;
    text-align: left;
}
.login-cover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.project-name {
    height: 100%;
    padding: 25px 65px;
    display: flex;
    justify-content: center;
    flex-direction: column;

    background: url(../../../../../../global_assets/images/calcinedalumina.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.project-name p {
    color: #ffffff;
    font-size: 15px;
    margin-top: 20px;
}
@media only screen and (min-width:1370px) and (max-width: 1920px) {
    .login-form {
    width: 404px !important;
}
.project-name p {
    padding-right: 200px;
}
}
.design-by {
 position: absolute;
 bottom: 10px;
 right: 40px;
 color: #c1c1c1;
}
.design-by a {
 color: #c1c1c1;
}
.page-content .container-fluid {
	padding: 0px;
}

.verify-badge {
    position: absolute;
    right: 5px;
    top: 45px;
    line-height: 11px;
    cursor: pointer;
}
@media screen and (max-width: 1199px){

    .login_logo {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		z-index: 9999;
		background: #ffffff;
		padding: 20px;
		display: block;
	}
	
	
	.project-name p {
		text-align: center;
	}
	.login-register-container {
		height: auto;
	}
	.login-bg {
		height: auto;
		padding-bottom: 40px;
	}

	.design-by {
		bottom: 10px;
		right: 0px;
		color: #000000;
		width: 100%;
		padding: 0 30px;
	}
	.design-by a {
		color: #000000;
	}

    
	.application-name {
		font-size: 29px;
		line-height: 40px;
	}
	.login-register-container {
		padding: 30px 0px;
	}
	.login_logo img {
        width: 215px;
    }
    
	
}
@media screen and (max-width: 991px){
	.application-name {
		font-size: 35px;
		line-height: 44px;
	}
}
@media screen and (max-width: 900px){
	.login-form {
		width: 100% !important;
	}
	.login_logo img {
		width: 250px;
	}

    .login_logo {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		z-index: 9999;
		background: #ffffff;
		padding: 20px;
		text-align: center;
		display: block;
	}

    .application-name {
		text-align: center;
	}

    .form-wrapper h1, .form-wrapper h6 {
		text-align: center;
	}

    .flex-row-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }



}
@media screen and (max-width: 767px){

    .navbar-brand:before {
        content: '';
        position: absolute;
        right: -30px;
        width: 30px;
        top: 0;
        height: 100%;
        background-color: #fff;
    }


	.login_logo {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		z-index: 9999;
		background: #ffffff;
		padding: 20px;
		text-align: center;
		display: block;
	}
	.project-name {
		height: auto;
		padding: 43px 65px;
	}
	.application-name {
		text-align: center;
	}
	.project-name p {
		text-align: center;
	}
	.login-register-container {
		height: auto;
	}
	.login-bg {
		height: auto;
		padding-bottom: 40px;
	}
	.form-wrapper h1, .form-wrapper h6 {
		text-align: center;
	}
	.design-by {
		bottom: 10px;
		right: 0px;
		color: #000000;
		width: 100%;
		text-align: center;
		padding: 0 30px;
	}
	.design-by a {
		color: #000000;
	}

    .project-name {
		height: auto;
		padding: 43px 25px;
	}
	.application-name {
		font-size: 29px;
		line-height: 40px;
	}
	.login-register-container {
		padding: 30px 0px;
	}
	.login_logo img {
        width: 215px;
    }
}


.um-font-size{
        font-size: 17px;
}

.i_font_size{
    font-size:26px;
}


.login-page .page-content{
    display: inline-block;
}
span {
    color: #e25757;
}