.login_left_side {
    width: 55%;
    padding-left: 3%;
    padding-top: 1%;
}
  .login_header h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
} 
.login_header  img{width:100px; margin-right:15px;}    
.login_wrapper {
    display: table;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: #0043a1;
}
.dashboad_grid_wrapper  .login_heading{margin:40px 0px 30px 0px;}
.login_content {
    vertical-align: top;
    display: table-cell;
    margin: auto auto;
    width: 30%;
    height: auto;
    position: relative;
}

.login_left_side {
    width: 55%;
}

.login_right_side {
    width: 40%;
    padding: 20px 40px;
}

.login_right_side {
    background: #fff;
    height: 87vh;
    margin-right: 3%;
	position:relative;
}

.login_heading {

		    position: relative;
    padding-left: 41px;
    font-size: 25px;
    color: #2a95f4;
    font-weight: 600;
}
.login_left_side .login_heading:before{ background:#fff;}
.login_heading:before,
.login_heading:after {
position: absolute;
    content: '';
    height: 18px;
    top: 7px;
}

.login_heading:before {
    width: 7px;
    left: 0px;
    background: #6895f4;
}

.login_heading:after {
    width: 23px;
    left: 10px;
    background: #f6961e;
}

.saprator {
    position: relative;
    margin: 8px 0;
    text-align: center;
}

.saprator span {
    background: #fff;
    position: relative;
    padding: 0 10px;
    z-index: 5;
    font-size: 20px;
}

.saprator:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e2e5e8;
    z-index: 1;
}

.dashboad_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.dashboad_box a {
    padding: 20px 25px;
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
	text-decoration:none;
	    min-height: 135px;
}

.box1 a {
    background: linear-gradient(45deg, #3a7bf9, #4cc0f1);
}

.box2 a {
    background: linear-gradient(45deg, #8daf00, #bfdb2e);
}

.box3 a {
    background: linear-gradient(45deg, #f17d0c, #f9a529);
}

.box4 a {
    background: linear-gradient(45deg, #bc0eaf, #d134cf)
}

.layer_img {
    background-image: url(../img/layer.png);
    position: absolute;
    right: -36%;
    top: -60%;
    width: 327px;
    height: 302px;
    background-size: cover;
    background-repeat: no-repeat;
}



.d_img {
    position: relative;
    z-index: 1;
}

.d_img:before {
    position: absolute;
    content: '';
    height: 70px;
    top: -10px;
    border-radius: 50%;
    width: 70px;
    left: -10px;
    background: #fffffff2;
    z-index: -1;
}

.d_img img {
    width: 50px;
}
.d_num {
    font-weight: 700;
    font-size: 25px;
}
.d_title {
    font-weight: 500;
    font-size: 17px;
    position: absolute;
    bottom: 9px;
}


.outer_links a {
    color: #003886;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 0px 10px;
    text-decoration: none;
}

.captcha_wrap {
    border: 1px solid #ccc;
    padding: 3px;
    display: flex;
    justify-content: space-between;
}

.captcha_box img {
    width: 100%;
    height: 38px;
    object-fit: contain;
    object-position: center center;
    background: #e8f0fe;
}

.ref_box {
    align-self: center;
    width: 10%;
    text-align: center;
}

.cap_enter_box {
    width: 55%;
	    align-self: center;
}

.captcha_box {
    width: 35%;
}

.ref_box a {
    padding: 9px;
    background: #01a85a;
    border-radius: 5px;
    margin: 0px 4px;
    color: #fff;
}
.login_right_side .input-group .input-group-text {

    background-color:transparent;
    border: 1px solid transparent;
    position: absolute;
    right: 0;
}
.login_right_side .input-group .input-group-text a {
	color:#00000040;
}
.login_right_side  .form-label {
    margin-bottom: 0.3rem;
    color: #9e9e9e;
    font-weight: 400;
}

.login_right_side .btn-primary{    background-color: #6895f4;
    border-color: #5883e0;}
	.right_side_form {
    padding-top: 20px;
}
.cloud_box{
    background-image: url(../img/Cloud-01.png);
    background-size: cover;
    height: 14%;
    /* margin-top: 56px; */
    position: absolute;
    bottom: -50px;
    left: 0%;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom center;
}
.login_ftr{
    position: absolute;
    bottom: 0px;
    left: 0%;
    background: #084fb2;
    right: 0;
    /* right: 50%; */
    padding-left: 3%;
    padding: .3% 3%;
    z-index: -1;
	}
@media only screen and (min-width:1400px) and (max-width:3000px)
{
.dashboad_box a {
padding: 40px 40px;
    min-height: 179px;
}
.d_img:before {
    position: absolute;
    content: '';
    height: 100px;
    top: -14px;
    border-radius: 50%;
    width: 100px;
    left: -12px;
    background: #fffffff2;
    z-index: -1;
}
.d_img img {
    width: 80px;
}
.layer_img {
    right: -10%;
    top: -33%;
}
}
@media only screen and (min-width:1100px) and (max-width:1300px)
{
.outer_links a{font-size:11px;}
.cloud_box {
    bottom: -32px;
}
.login_header h1 {
    font-size: 22px;
	}
	.login_right_side {
     height: 100%;
}
}
@media only screen and (min-width:320px) and (max-width:1200px)
{
.login_right_side {
     height: 100%;
}
.login_header h1 {
    font-size: 22px;
	}
.outer_links a{font-size:11px;}
.cloud_box{display:none;}
}
@media only screen and (min-width:320px) and (max-width:768px)
{
.cap_enter_box {
    width: 44%;
}
.login_left_side, .login_right_side {
    width: 100%;
}
.login_left_side, .login_right_side {
    padding-bottom: 40px;
}
.login_content .d-flex:nth-child(1)
{
display:block!important;
}
.login_right_side {
    height: 100%;
}
.login_ftr {
    z-index: 1;
    /* bottom: -80px; */
    position: relative;
}
.login_left_side {
    padding-right: 3%;
}
.login_header h1 {
    margin-top: 2px;
}
.login_header {
    text-align: center;
}