
body {
    background-color: #fff !important;
    font-family: 'Montserrat', arial, sans-serif;
}
#homeheader{
    background:none !important;
}
.form-control {
    color: #000;
    background-color: #f0f3ff !important;
}

button, input[type="submit"], .StandAloneButton {
    background: #1c55e4 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6c8ad7 !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: #1c55e4;
}

label {
    font-size: 14px !important;
}

a:hover, a:active, a:visited {
    color: #1c55e4 !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 #1c55e4 !important;
        box-shadow: inset 0 0 0 0.125rem #1c55e4, 0 0 0 0.375rem rgba(230, 203, 252, 0.16), inset 0 0 0 1px #031954, 0 0 0 1px #1c55e4 !important;
        background-color: #transparent; /*#fff;*/
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.passinput-noborder {
    border-right: none !important;
}

.input-group-addoneye {
    background-color: #f0f3ff !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;
    }
}