/* Import colors from the color variable css */
/* @import './color-variable.css'; */ 

:root {
    --main-theme-color: #33CCFF;
    --main-btn-color: #33CCFF;
    --main-langback: #097de0;
    --main-loginsignup: #5b0c51;
    --main-tabback: #ab3c80;
    --main-font-color: #4c4c4e;
    --main-inputback-color: #f4f4f4;
    --main-gri-color: linear-gradient(to right, #3d0435, #56184d, #712b66, #8c3f80, #a8539c);
}

.bg-rmc{
	background: url(../../image/rmc_images/LandingLoginVector/LoginVector.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {
    width: 100%;
    height: 30px;
}

.select-lang {
    /* position: absolute; */
    width: calc(100% - 0px);
   	height: 30px;
    background-color: var(--main-langback);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.select-lang select {
    width: 80px;
    float: right;
    padding: initial;
    height: 22px;
    margin: 4px;
    color: #fff;
    font-size: 12px;
    background-color: var(--main-btn-color);
}

/* .font-pm {
    float: right;
    padding: 0;
    border: 1px solid #fff;
    margin: 4px;
    border-radius: 5px;
    height: 20px;
}

.font-pm a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0px 5px;
    position: relative;
    top: -3px;
}

.font-pm a:last-child {
    border-left: 1px solid;
}

.font-pm a:first-child {
    border-right: 1px solid;
} */

/*changes start*/
.font-pm {
    float: right;
    padding: 0;
    border: 1px solid #fff;
    margin: 4px;
    border-radius: 5px;
    height: 20px;
    display: inline-block;
    width: 85px;
}

.text_size {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    font-size: 12px;
}

.checkmark.plus {
    border-left: 1px solid;
}

.checkmark.min {
    border-right: 1px solid;
}

.checkmark {
    width: auto;
    position: relative;
    height: 17px;
    line-height: 19px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
}

.text_size input{
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/*changes end*/

.rmc-logo h2 {
    color: #fff;
    font-weight: 400;
}

.rmc-logo img {
    width: 75px;
    padding: 5px 0 5px 0;
    margin: 0 20px 0 0;
}

.nav-link-rmc.cityGisMap {
    background-color: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
    border-radius: 5px;
}

.nav-link-rmc.login {
    border: 1px solid var(--main-inputback-color);
    border-radius: 5px;
}

.nav-link-rmc {
    font-size: 16px;
    color: #fff !important;
    padding: 3px 10px;
    margin: 0 12px;
    font-weight: 400;
}

/*Form Floating start*/
.floating-label {
    position: relative;
    margin-bottom: 20px;
    margin-top: 35px;
    text-align: center;
}

.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 5vh;
    background-color: transparent;
    border: none;
    text-align: center;
    border-bottom: 1px solid #000;
}

.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.loginMain .login-lbl {
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    right: 0;
    font-weight: bold;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-weight: 400;
}


.loginMain .form-check-label {
    font-size: 14px;
    position: relative;
    top: 5px;
}

.loginMain .form-check-label input[type="checkbox"] {
    top: 2px !important;
    margin: 0 2px 0 0;
}

.loginMain .form-check {
    padding: 0;
    color: #fff;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 14px;
    color: #fff;
}


/* Change autocomplete styles in WebKit */
.floating-label input:-webkit-autofill,
.floating-label input:-webkit-autofill:hover,
.floating-label input:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(255, 255, 255);
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: #fff0 !important;
}


@-webkit-keyframes autofill {
    to {
 
        background: transparent !important;
    }
}

.floating-label  input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.floating-label input {
 
    background: transparent !important;
}
/*Form Floating end*/


.home-form-main {
    position: absolute;
    width: 320px;
    top: 37%;
    right: 5%;
    padding: 10px;
    text-align: center;
}

.loginMain input[type="text"] {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-right: 0px;
    border-top: 0px;
    border-left: 0;
    border-radius: unset;
    color: #fff;
}

.loginMain input[type="password"] {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-right: 0px;
    border-top: 0px;
    border-left: 0;
    border-radius: unset;
    color: #fff;
}

.home-btn {
    color: var(--main-theme-color);
    background: #fff;
    font-weight: 700;
    padding: 8px 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    width: 145px;
    margin: 5px 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid var(--main-theme-color);
}

.home-btn:hover{
	 color: var(--main-theme-color);
}


a.lflink {
    color: #fff;
}

.login-form {
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    right: 0px;
}

.forgot-form {
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    right: -500px;
}

.loginMain {
    width: 100%;
}


.permain .content-sec {
    width: 100%;
    height: calc(100vh - 120px);
    position: relative;
    top: 88px;
    overflow:auto;
}

.feed-form-mian {
    width: 430px;
    margin: 50px auto;
}

.permain {
    background: #fff;
}

.permain input {
    font-size: 14px !important;
    font-weight: 500 !important;
    background: var(--main-inputback-color) !important;
    border: 1px solid var(--main-inputback-color);
}

.permain textarea {
    font-size: 14px !important;
    font-weight: 500 !important;
    background: var(--main-inputback-color) !important;
    border: 1px solid var(--main-inputback-color);
}

.permain-title {
    font-size: 20px;
    text-align: center;
    color: var(--main-theme-color);
}

.permain .rmc-logo h2 {
    color: var(--main-theme-color);
    font-weight: 400;
}
.permain .btn-indore {
    background-color: var(--main-theme-color);
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 4px 20px;
}


.permain .nav-link-rmc {
    
    color: var(--main-theme-color) !important;
    
}

.contact-title {
    font-size: 24px;
    color: var(--main-theme-color);
    margin: 30px 0 30px 0;
}

.contact-text {
    float: left;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #e0e0e0;
    margin: 0 0 10px 0;
}

.contact-text img {
    width: 45px;
    float: left;
    margin: 0 10px 0 0;
}

.contact-text label {
    font-size: 13px;
    margin: 5px 0 0 0;
    font-weight: 600;
    color: var(--main-theme-color);
}

.social-icon-top {
    float: right;
    margin: 0 0 0 0px;
    padding: 0 10px 0 10px;
}

.social-icon-top a img {
    width: 23px;
    margin: 3px 0 0 0;
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .rmc-logo img {
	    width: 48px;
	}
	.rmc-logo h2 {
	    font-size: 15px;
	}     
	.bg-rmc {
	    -webkit-background-size: 130% 100%;
	    -moz-background-size: 130% 100%;
	    -o-background-size: 130% 100%;
	    background-size: 130% 100%;
	}
	.home-form-main {
	    width: 290px;
	    right: 1%;
	}
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 620px) {
	
	.rmc-logo {
    	float: left !important;
	    width: 100%;
	    display: inline-block !important;
	    text-align: center;
	    height: 40px !important;
	}
	.rmc-logo img {
    	width: 55px;
	    padding: 5px 0 5px 0;
	    margin: 0 20px 0 0;
	}
	.rmc-login-link {
	    float: left !important;
	    width: 100%;
	    display: inline !important;
	    text-align: center;
	    margin: 25px 0 0 0%;
	}
	.rmc-logo h2 {
	    display: none;
	}
	.nav-link-rmc {
	    font-size: 14px;
	    color: #fff !important;
	    padding: 3px 10px;
	    margin: 0 12px;
	    font-weight: 400;
	    background: none !important;
	    border: 1px solid !important;
	    width: 105px;
	    /* float: left; */
	    margin: 5px;
	    border-radius: 5px;
	    display: inline-block;
	}
	.bg-rmc {
	    background: var(--main-theme-color);
	}
	.home-form-main {
	    top: 27%;
	    padding: 10% 15%;
	    width: 100%;
   		right: 0;
	}
	.loginMain {
	    width: 100%;
	    padding: 0 8%;
	}
}


