﻿body {
    background: #fff;
}
.mainheader-iNut {
    font-size: 32px;
    display: block;
    color: #1C1D21;
    font-family: Lato;
    margin-bottom: 15px;
    font-weight: 600;
}
.formlabel {
    color: #81817e;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.formlabelColor {
    color: #81817e;
    font-size: 14px;
}
.form-control-iNut {
    border: 0px;
    border-bottom: 2px solid #31A41F;
}
.btn-primary-iNut {
    background-color: #31a41f;
    border: 1px solid #31a41f;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    padding: 10px 8px;
    margin: 15px 0px;
    font-weight: 600;
}
.btn-primary-iNut:focus {
    background-color: #31a41f;
    border: 1px solid #31a41f;
    color: #fff;
}
.btn-secondary-iNut {
    background-color: #fff;
    border: 1px solid #31a41f;
    border-radius: 8px;
    font-size: 14px;
    color: #31a41f;
    padding: 10px 8px;
    margin: 15px 0px;
    font-weight: 600;
}
.btn-secondary-iNut:hover,
.btn-primary-iNut:hover {
    background-color: #ECFBEA;
    border: 1px solid #31a41f;
    color: #31a41f;
    font-weight: 600;
}

/*Login start*/
.divloginLeft {
    width: 40%;
    background: #fff;
    /*border: 1px solid black;
    height: 750px;
    border-bottom-right-radius: 20%;*/
    border-bottom-right-radius: 10%;
    box-shadow: 0 144px 20px 10px #d8d8d8;
}
/*.divloginLeft:after
{
    background-color: red;
    border-top-left-radius: 25%;
    border: 1px solid black;
    position: absolute;
    background: transparent;
    left: 40%;  
    content: '';
}*/
.divloginRight {
    width: 60%;
    /*border: 1px solid black;*/
    text-align: center;
    padding: 100px;
    /*border-top-left-radius: 12%;*/
    background: #f5f5fa;
    border-top-left-radius: 10%;
    box-shadow: inset 0 0 20px 10px #d8d8d8;
}
.form-login-inputgrp {
    width: 100%;
    display: flex;
}
.form-login-inputgrp input[type="text"] {
    width: 80%
}
.form-login-inputgrp .input-grp {
    text-align: center;
    width: 20%;
    height: 35px;
    border: 0px;
    background-color: #fff;
    border-bottom: 2px solid #31A41F;
}
.divverificationEmail {
    font-style: italic;
    color: red;
}
/*Login end*/

.divFeaturesData {
    padding: 10px 25px;
}
.divFeaturesData .row .col-md-4 {
    margin-top: 25px;
}