@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

html, body {
    min-height: 100%;
    margin:0;
}
body {

  background: rgba(181,218,140,1); 
background: -moz-linear-gradient(top, rgba(181,218,140,1) 0%, rgba(216,235,195,1) 64%, rgba(233,244,221,1) 100%) no-repeat;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,218,140,1)), color-stop(64%, rgba(216,235,195,1)), color-stop(100%, rgba(233,244,221,1))) no-repeat;
background: -webkit-linear-gradient(top, rgba(181,218,140,1) 0%, rgba(216,235,195,1) 64%, rgba(233,244,221,1) 100%) no-repeat;
background: -o-linear-gradient(top, rgba(181,218,140,1) 0%, rgba(216,235,195,1) 64%, rgba(233,244,221,1) 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(181,218,140,1) 0%, rgba(216,235,195,1) 64%, rgba(233,244,221,1) 100%) no-repeat;
background: linear-gradient(to bottom, rgba(181,218,140,1) 0%, rgba(216,235,195,1) 64%, rgba(233,244,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5da8c', endColorstr='#e9f4dd', GradientType=0 );
}

body{
background-size: auto 100%;

}
.login_top_bg{
	 -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	 -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	display:inline-block; width:100%;
}


.card-container.card {
    max-width: 400px;
    padding: 0px 30px;
	margin:0 auto;
}

.card {
/*    background-color: #F7F7F7;
*/    /* just in case there no content*/
    padding: 20px 25px 30px; border:#eee 1px solid;
    margin: 0 auto ;
    margin-top: 0px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}



.profile-img-card { 
    margin: 0 auto; color:#fff; border-bottom:#b7db8f 1px solid; 
	
    
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
.login_top_bg{
	 -moz-border-radius: 2px;
    -webkit-border-radius: 2px; padding:5px 0px;
    border-radius: 2px; background:#fff;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


.login_white_bg{
	    background-color: #F7F7F7;
    /* just in case there no content*/
    display:inline-block;
	
	
    margin: 0 auto ;
    margin: 20px 0px;
    /* shadows and rounded borders */
  
}

.login_bg {
	 font-weight: 400;font-family: 'Roboto Condensed', sans-serif;
    font-size: 100%; padding:30px 0px;  

}

.center_login{ 
	background: rgba(217,233,200,1); font-weight: 400;font-family: 'Roboto Condensed', sans-serif; color:#222; font-size:15px;
background: -moz-linear-gradient(top, rgba(217,233,200,1) 0%, rgba(189,204,172,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,233,200,1)), color-stop(100%, rgba(189,204,172,1)));
background: -webkit-linear-gradient(top, rgba(217,233,200,1) 0%, rgba(189,204,172,1) 100%);
background: -o-linear-gradient(top, rgba(217,233,200,1) 0%, rgba(189,204,172,1) 100%);
background: -ms-linear-gradient(top, rgba(217,233,200,1) 0%, rgba(189,204,172,1) 100%);
background: linear-gradient(to bottom, rgba(217,233,200,1) 0%, rgba(189,204,172,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e9c8', endColorstr='#bdccac', GradientType=0 );
padding:15px 25px; display:inline-block;
}

.input-group {
  position: relative;
  margin: 40px 20px; background:transparent;
}

input { font-size:14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px; background:transparent;
  border: none;
  border-bottom: 1px solid #757575;
}

input:focus {
  outline: none;
}

label {
  color: #222; font-size:14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

input:focus ~ label,
input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #2c5380;font-weight: 400;font-family: 'Roboto Condensed', sans-serif;
}

.bar {
  position: relative;
  display:block;
  width:auto;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2c5380;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* animations */
@-webkit-keyframes inputHighlighter {
  from { background: #4285f4; }
  to   { width: 0; background: transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background: #4285f4; }
  to   { width: 0; background: transparent; }
}
@keyframes inputHighlighter {
  from { background: #4285f4; }
  to   { width: 0; background: transparent; }
}
	





.footer_top_bg{ 
	 position:fixed;  bottom:0; width:100%; clear:both;font-family: 'Roboto Condensed', sans-serif;
    font-size:12px;
    color: #222; text-align:center; padding:5px 5px; border-top:#416c9d 1px solid;
}
input.cb { font-size:14px;
  padding: 10px 10px 10px 5px;
 background:transparent;
  border: none; width:auto; display:inline-block;
  border-bottom: 1px solid #757575;
}

.cb_left{ margin-left:10px !important; display:inline-block !important;
}


.remember{ position:relative; top:-2px; font-family: 'Roboto Condensed', sans-serif; font-size:12px; font-weight:400;
}



input.submit_btn_portal {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    color: #222;
    text-decoration: none;
    padding: 8px 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer !important;
    width: 100%;
    background: rgba(194,225,160,1);
    background: -moz-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,225,160,1)), color-stop(100%, rgba(181,218,140,1)));
    background: -webkit-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
    background: -o-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
    background: -ms-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
    background: linear-gradient(to bottom, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e1a0', endColorstr='#b5da8c', GradientType=0 );
}

    input.submit_btn_portal:hover {
        background: rgba(194,225,160,1);
        margin-bottom: 5px;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,225,160,1)), color-stop(100%, rgba(181,218,140,1)));
        background: -webkit-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
        background: -o-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
        background: -ms-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
        background: linear-gradient(to bottom, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e1a0', endColorstr='#b5da8c', GradientType=0 );
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        color: #222;
        text-decoration: none;
        padding: 8px 10px;
        display: inline-block;
        text-align: center;
        cursor: pointer !important;
    }



input.cancel_btn_portal {
    background: rgba(228,228,229,1);
    margin-bottom: 5px;
    width: 100%;
    text-decoration: none;
    background: -moz-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,229,1)), color-stop(100%, rgba(211,210,210,1)));
    background: -webkit-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
    background: -o-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
    background: -ms-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
    background: linear-gradient(to bottom, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e5', endColorstr='#d3d2d2', GradientType=0 );
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #222;
    padding: 8px 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer !important;
}

    input.cancel_btn_portal:hover {
        background: rgba(228,228,229,1);
        margin-bottom: 5px;
        width: 100%;
        text-decoration: none;
        background: -moz-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,229,1)), color-stop(100%, rgba(211,210,210,1)));
        background: -webkit-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
        background: -o-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
        background: -ms-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
        background: linear-gradient(to bottom, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e5', endColorstr='#d3d2d2', GradientType=0 );
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        color: #222;
        padding: 8px 10px;
        display: inline-block;
        text-align: center;
        cursor: pointer !important;
    }
	
	
	a.pass_forgot{
		font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #222; padding:20px 10px; margin-top:0px; width:100%; display:inline-block; 
	}







/*14_Jul_2020_Karthik*/
.border_bottom {
    border-bottom: #ccc 1px solid;
    width: 100%;
    display: inline-block;
    padding: 5px 0px;
}

.full-width-block {
    width: 100%;
    display: inline-block;
}

.student_login_bg {
    background: #3487db; /* Old browsers */
    background: -moz-linear-gradient(top, #3487db 1%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3487db 1%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3487db 1%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3487db', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    padding: 8px 5px;
    width: 100%;
    color: #222 !important;
    text-decoration: none !important;
    display: inline-block;
    margin: 10px 0px;
}

/*14_Jul_2020_Karthik*/

@media all and (max-width:375px) {
.card-container.card {
    max-width: 350px;
    padding: 0px 0px;
    margin: 0 auto;
}

.login_white_bg {
    background-color: #F7F7F7;
    display: inline-block;
    margin: 0 auto;
    margin: 20px 4px;
}


.submit_btn_portal {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px; margin-bottom:5px;
    color: #222; text-decoration:none;
    padding: 8px 15px; display:block; text-align:center;
    cursor: pointer !important;
 
	background: rgba(194,225,160,1);
background: -moz-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,225,160,1)), color-stop(100%, rgba(181,218,140,1)));
background: -webkit-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -o-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -ms-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: linear-gradient(to bottom, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e1a0', endColorstr='#b5da8c', GradientType=0 );

}

    .submit_btn_portal:hover {
        background: rgba(194,225,160,1);margin-bottom:5px;
background: -moz-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,225,160,1)), color-stop(100%, rgba(181,218,140,1)));
background: -webkit-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -o-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -ms-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: linear-gradient(to bottom, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e1a0', endColorstr='#b5da8c', GradientType=0 );font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #222; text-decoration:none;
  padding: 8px 15px; display:block; text-align:center;    cursor: pointer !important;
  
	
    }



.cancel_btn_portal {
    background: rgba(228,228,229,1);margin-bottom:5px; text-decoration:none;
background: -moz-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,229,1)), color-stop(100%, rgba(211,210,210,1)));
background: -webkit-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e5', endColorstr='#d3d2d2', GradientType=0 );font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #222;
  padding: 8px 15px; display:block; text-align:center;    cursor: pointer !important;
   

}

    .cancel_btn_portal:hover {
        background: rgba(228,228,229,1);margin-bottom:5px; text-decoration:none;
background: -moz-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,229,1)), color-stop(100%, rgba(211,210,210,1)));
background: -webkit-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e5', endColorstr='#d3d2d2', GradientType=0 );
font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #222;
  padding: 8px 15px; display:block; text-align:center;    cursor: pointer !important;
    
	
    }
	
	
	.pass_forgot{
		font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #222; padding:20px 10px; margin-top:20px; border-top:#ccc 1px solid; width:100%; display:inline-block; 
	}
}




@media all and (max-width:414px) {
.card-container.card {
    max-width: 350px;
    padding: 0px 0px;
    margin: 0 auto;
}

.login_white_bg {
    background-color: #F7F7F7;
    display: inline-block;
    margin: 0 auto;
    margin: 20px 4px;
}


.submit_btn_portal {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px; margin-bottom:5px;
    color: #222; text-decoration:none;
    padding: 8px 15px; display:block; text-align:center;
    cursor: pointer !important;
 
	background: rgba(194,225,160,1);
background: -moz-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,225,160,1)), color-stop(100%, rgba(181,218,140,1)));
background: -webkit-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -o-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -ms-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: linear-gradient(to bottom, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e1a0', endColorstr='#b5da8c', GradientType=0 );

}

    .submit_btn_portal:hover {
        background: rgba(194,225,160,1);margin-bottom:5px;
background: -moz-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,225,160,1)), color-stop(100%, rgba(181,218,140,1)));
background: -webkit-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -o-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: -ms-linear-gradient(top, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
background: linear-gradient(to bottom, rgba(194,225,160,1) 0%, rgba(181,218,140,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e1a0', endColorstr='#b5da8c', GradientType=0 );font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #222; text-decoration:none;
  padding: 8px 15px; display:block; text-align:center;    cursor: pointer !important;
  
	
    }



.cancel_btn_portal {
    background: rgba(228,228,229,1);margin-bottom:5px; text-decoration:none;
background: -moz-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,229,1)), color-stop(100%, rgba(211,210,210,1)));
background: -webkit-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e5', endColorstr='#d3d2d2', GradientType=0 );font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #222;
  padding: 8px 15px; display:block; text-align:center;    cursor: pointer !important;
   

}

    .cancel_btn_portal:hover {
        background: rgba(228,228,229,1);margin-bottom:5px; text-decoration:none;
background: -moz-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,229,1)), color-stop(100%, rgba(211,210,210,1)));
background: -webkit-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,229,1) 0%, rgba(211,210,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e5', endColorstr='#d3d2d2', GradientType=0 );
font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #222;
  padding: 8px 15px; display:block; text-align:center;    cursor: pointer !important;
    
	
    }
	
	
	.pass_forgot{
		font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #222; padding:20px 10px; margin-top:20px; border-top:#ccc 1px solid; width:100%; display:inline-block; 
	}
}



