  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
    margin: 0;
    padding : 0;
    box-sizing: border-box;
    width:100%;
    font-family:'poppins',sans-serif;
}

#Header{
    width: auto;
    height:auto;
    background-color:#FFC300;
    /*margin:2px auto;*/
    border-bottom:2px solid green; 
}

#Header img{
    padding : 4px;
}    

#Login{
    height:auto;
    width:auto;
    background:url("../images/Bell1.JPG"); 
    background-position: cover; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: cover;
}

#Containerpart{
    width: 100%;
    min-height: 600px;
    max-height: auto;
}

#loginpart{
    width:auto;
    display:flex;
    justify-content: center;  
    align-items:center;
    background-color: rgba(1, 0, 0, 0.6);
    border-radius:20px;
    padding:20px;
}

@media only screen and (min-width: 992px)  {
    #loginpart{
        float: right;
        margin-top:50px;
        margin-right:20px;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #loginpart{
         float: right;
         margin-top:50px;
         margin-right:20px;
    } 
    /*#Login{*/
    /*    height:100%;*/
    /*    width:auto;*/
    /*    background:url("../images/Bell1.JPG"); */
    /*    background-position: center; */
    /*    background-repeat: no-repeat; */
    /*    background-attachment: fixed;*/
    /*    background-size: cover;*/
    /*}*/
}

@media only screen and (max-width: 767px) {
    #loginpart{
         float: center;
         margin-top:100px;
         margin:20px;
    } 
    #captcha{
        margin-bottom:20px;
    }
    /*#Login{*/
    /*    height:100%;*/
    /*    width:auto;*/
    /*    background:url("../images/Bell1.JPG"); */
    /*    background-position: center; */
    /*    background-repeat: no-repeat; */
    /*    background-attachment: fixed;*/
    /*    background-size: cover;*/
    /*}*/

    
}  


.gensub li{
    padding:2px;
}
.left-inner-addon {
    position: relative;
    margin-top:10px;
    margin-bottom:10px;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 10px;
    pointer-events: none;
}

.error{
	color:RED;
}
.success{
	color:green;
}

.col-lg-4{
	width:30%;
	margin:10px;
	
}
.captcha{
	width:45%;
	margin:5px 5px 5px 0px;
}

.cbox{
	position:fixed;
	top:30%;
	left:30%;
}

#footerGRI{
    padding:10px;
    width:auto;    
    background-color:#044d50;
    background-color:#FFC300;
    display: flex;   
    text-align:center;
    justify-content: center;
    align-items: center;  
    font-weight:600;
    font-size:16px;
    height:auto;
    color:#044d50;
}