#text1{
	color: #006600;
	font-size: 20px;
	font-weight: 600;
	
}
.btn-default{
	background-color:#006600;
	color: #ffffff;
}

body{
	background:#f8f8f8;
	font-family: 'Calibri', sans-serif !important;
	color: #006600 !important;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #e8e710;
    border: solid #e8e710;
    border-width: 1px 0;
}	


btn-alba:not(:disabled):not(.disabled).active:focus, .btn-alba:not(:disabled):not(.disabled):active:focus, .show>.btn-alba.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}
.btn-alba:not(:disabled):not(.disabled).active, .btn-alba:not(:disabled):not(.disabled):active, .show>.btn-alba.dropdown-toggle {
    color: #fff;
    background-color: #b0d330;
    border-color: #b0d330;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-alba.focus, .btn-alba:focus {
    color: #fff;
    background-color: #b0d330;
    border-color: #b0d330;
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}
.btn-alba:hover, .btn-alba {
    color: #fff;
    background-color: #b0d330;
    border-color: #b0d330;
}

.regImg{
	margin-bottom: 40px;	
}
.regImg2{
	margin-top: 40px;	
}

.fontColorRed{
	color: red !important;
}