body {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

input[type="text"],
input[type="password"],
textarea,
textarea.form-control {
    height: 46px !important;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    /*background: #fff;*/
    background: #fff;
    border: 1px solid #fff;
    /* font-family: 'Open Sans'; */
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* border-radius: 7px; Wizly Default */
	border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    textarea,
    textarea.form-control {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }

        input[type="text"]:focus,
        input[type="password"]:focus,
        textarea:focus,
        textarea.form-control:focus {
            outline: 0;
            /*background: #fff;*/
            background: #fff;
            /*border: 3px solid #fff;*/
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder,
        textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
            color: #888;
        }

        input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
        textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
            color: #888;
        }

        input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
            color: #888;
        }


.login-button {
    /* box-shadow: 0 3px 0 0 #03b2d9, 0 2px 8px 0 #04cffc, 0 4px 10px 0 rgba(33, 7, 77, 0.5) !important; wizly default */
    /* background: linear-gradient(to right, #86c2e8, #86c2e8) !important; Wizly Default */
	/* background: #007BFF !important;  */
	background: var(--LoginBut)!important; 
    /* border-radius: 0.5rem !important; Wizly Default */
	border-radius: var(--NavBr)!important;
    border: none;
    /* width: var(--FnBW); */
	width:100%;
    padding: 5px;
    color: var(--LBTC);
    height: var(--FnBH) !important;
	font-size: var(--FontSL);
    font-family: var(--FontFamilyL);
    font-weight: 400;
    font-style: normal;	
	height:auto;
}

button.btn {
    height: 38px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    /*background: rgba(60, 60, 65);*/
    background: linear-gradient(to right, #04a5fc, #04f8fc) !important;
    box-shadow: 0 3px 0 0 #03b2d9, 0 2px 8px 0 #04cffc, 0 4px 10px 0 rgba(33, 7, 77, 0.5) !important;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    font-weight: 500;
    line-height: 42px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

    button.btn:hover {
        opacity: 0.6;
        color: #fff;
    }

    button.btn:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    button.btn:focus {
        outline: 0;
        opacity: 0.6;
        background: rgba(60, 60, 65);
        color: #fff;
    }

    button.btn:active:focus, button.btn.active:focus {
        outline: 0;
        opacity: 0.6;
        background: rgba(60, 60, 65);
        color: #fff;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
}

#helloLogin{
    /* font-family: 'Open Sans Light'; */
    /* font-style: normal; */
    /* font-weight: 300; */
    /* font-size: 48px; */
    /* line-height: 67px; */
	/* color:white; */
	color: var(--FontC);
    font-size: var(--FontSLT);
    display: block!important;
    font-family: var(--FontFamilyL);
	line-height: 67px;	
}

.lbltxtUserNamePwd{
	/* display:block; */
	/* font-style: normal; */
	/* font-weight: normal; */
	/* font-size: 14px; */
	/* line-height: 24px;	 */
	/* color:white; */	
	padding: 0!important;
    font-size: var(--FontSL);
    color: var(--FontC);
    font-family: var(--FontFamilyL);
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;	
	text-align:justify;
}