﻿@charset "utf-8";

body {
    background: #fff;
}

.submitbtn {
    padding: 6px 15px;
    background: #6e0080;
    border-radius: 15px;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
}

.formbg {
    border: 1px solid #1565C0;
    padding: 10px 35px 5px 35px;
    border-radius: 5px 0px 5px 5px;
    background-image: url(../../Images/bg2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}

.cantaccess a {
    color: #004177;
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
}

.headingmain {
    text-align: center;
    font-family: cursive;
    color: #4f96b3;
    border: 1px solid;
    padding: 6px 6px;
    background: #e6f5ff;
}

    .headingmain h4 {
        font-size: 16px;
        text-align: center;
        color: #0061a2;
        letter-spacing: 1px;
    }

.logo {
    margin-bottom: 10px;
}

.footernew {
    background: #2384c6;
}

    .footernew p {
        padding: 20px 1px 10px 1px;
        color: #fff;
        font-size: 14px;
    }

.thelegend {
    width: auto;
    padding: 4px 10px;
    background: #2aa9ff;
    color: #ffffff;
    border-radius: 6px;
    margin-left: 10px;
}

.thefieldset {
    border: 2px dotted #2aa9ff;
    margin-bottom: 10px;
}

.counsbox {
    background: #e0e0e0;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #c7c7c7;
}

    .counsbox a {
        color: #0279ca;
        font-size: 20px;
        text-align: center;
        display: block;
    }

.input-field {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .input-field > label {
        font-size: 16px;
        font-weight: 400 !important;
        color: #1d1d1d !important;
        margin-top: -8px !important;
    }

        .input-field > label.active {
            font-size: 20px !important;
            font-weight: 500 !important;
            color: #1565C0 !important;
            letter-spacing: 1px;
        }

.font16 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1565C0 !important;
    letter-spacing: 1px;
}

.row {
    margin-bottom: 14px;
}

.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 30px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
}

    .dropdown-content li > a, .dropdown-content li > span {
        font-size: 16px;
        display: block;
        line-height: 22px;
        padding: 6px 16px;
    }
