
body {
    background-color: #fff !important;
    font-family: 'Montserrat', arial, sans-serif;
}

.form-control {
    color: #000;
    background-color: #fff4ff !important;
}

button, input[type="submit"], .StandAloneButton {
    background: #6E3192 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8F8993 !important;
    opacity: 1; /* Firefox */
}

.form-control {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
input[type="text"], select {
    color: #000 !important;
}

input[type=radio], input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
}
.navbar-brand {
    margin-left:20%;
    
}
.chktext {
    color: #6E3192;
}

label {
    font-size: 14px !important;
}

a:hover, a:active, a:visited {
    color: #6E3192 !important;
}

input, select, textarea {
    max-width: 377px;
    border: 1px solid #f0eded !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-right: 5px;
}

    input:focus, textarea:focus, select:focus {
        outline: 0;
        border: .0625rem solid #e6cbfc !important;
        box-shadow: inset 0 0 0 0.125rem #e6cbfc, 0 0 0 0.375rem rgb(230 203 252 / 16%), inset 0 0 0 1px #031954, 0 0 0 1px #e6cbfc !important;
        background-color: #transparent; /*#fff;*/
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
	color: #21242a !important;
}

.passinput-noborder {
    border-right: none !important;
}

.input-group-addoneye {
    background-color: #fff4ff !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 16px;
	border: 1px solid #f0eded;					   
}
.lightgrey {
    color: #d8dadb;
}
.text-danger {
    color: #ff0000;
}
.labelerror {
    font-size: 12px !important;
    font-weight:500;
}
.navbar-right.navbar-top {
    border-bottom: none /*1px solid #333;*/
}
@media (min-width: 318px) and (max-width:710px) {
    .navbar-brand {
        margin: 0 auto !important;
    }
}