input, button, select, textarea, label {
    font-family: Nunito;
    color: #929292;
    font-weight: 600;
}

.login-section {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(185deg,#ffefef,#fff);
}
.login-area {
    width: 100%;
    padding: 0 20px;
}
.login-area .country-area {
    width: 100%;
}
.login-area .country-area .lang{
    float: right;
}
.login-area .country-area button#dropdownMenuButton1 {
    background: transparent;
    color: #6c6d74;
    border: none;
    font-size: 16px;
    font-weight: 600;
}
.login-area .country-area .flag-icon-us {
    background-image: url(../img/united-states-of-america.png);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
}
.login-area .title-area {
    width: 100%;
    padding: 66px 0;
}
.login-area .title-area h2 {
    font-size: 23px;
    font-weight: 700;
    color: #31323e;
}
.form-area .form-group {
    margin-bottom: 16px;
    border: 1px solid rgba(2,8,65,.12);
    border-radius: 8px;
    background: hsla(0,0%,100%,.8);
    padding: 13px 12px;
}
.form-area .form-group .form-icon {
	/* width: 10%; */
	float: left;
	text-align: center;
	position: relative;
}
/* .form-area .form-group .form-icon::before {
	content: "";
	display: block;
	position: absolute;
	height: 60%;
	width: 2px;
	top: 50%;
	background-color: #CCCBD7;
	transform: translateY(-50%);
	right: 0;
} */
.form-area .form-group .form-icon svg{

    padding-right: 8px;
    border-right: 1px solid rgba(2,8,65,.2);
}
.form-area .form-group .form-icon svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
.form-area .form-group .form-input {
    width: 82%;
    float: left;
    position: relative;
}
.form-area .form-group .form-input input {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 0 8px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    height: 22px;
    background: transparent;
}
.form-area .form-group .form-input input[type="tel"] {
    padding-left: 60px !important;
}
.form-area .form-group .form-input input[readonly]::placeholder {
    color: #babbc5;
    font-weight: 400;
}
.form-area .form-group .form-input input::placeholder {
    color: #babbc5;
    font-weight: 600;
    font-size: 15px;
}
.form-area .form-group .form-input input:focus {
	outline: none;
}
.form-area .form-group .btn {
    width: 100%;
    background: rgb(237 40 40 / 91%);
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    height: 48px;
    border-radius: 8px;
}
/*.form-area .form-group.login:nth-child(4), .form-area .form-group:nth-child(5) {*/
/*    margin-top: 55px;*/
/*    margin-bottom: 0px;*/
/*    border: none;*/
/*    padding: 0;*/
/*}*/
.form-area .form-group.login:nth-child(5) {
    margin-top: 0px;
    margin-bottom: 0px;

}
/*.form-area .form-group.login:nth-child(5), .form-area .form-group:nth-child(6) {*/
/*    border: none;*/
/*    background: transparent;*/
/*    margin-bottom: 0;*/
/*    padding: 0;*/
/*}*/
/*.form-area .form-group.login:nth-child(5) .btn, .form-area .form-group:nth-child(6) .btn {*/
/*    color: #4ea5ff;*/
/*    background: transparent;*/
/*    padding: 15px 0 0px 0;*/
/*    margin: 0;*/
/*}*/
.form-check {
    text-align: right;
}
.form-check label{
    color: #31323e;
}
.form-check .form-check-input {
    float: inherit;
}
/* password */
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: 5px;
    position: relative;
    z-index: 2;
}
/* telephone */
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

/* Country CODE Section */
.country-code-section {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 15px 15px 0 0;
}
.country-code-section .transparent{
    width: 100%;
    height: 125px;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
    background-color: rgba(0, 0, 0, 0.5);
}
.country-code-section .country-code-area{
    width: 100%;

}
.country-code-section .title-area {
    width: 100%;
    border-bottom: 1px solid #dbdee5;
    position: relative;
    padding: 0 20px;
    border-radius: 8px 8px 0 0;
    margin-top: -10px;
}
.country-code-section .title-area .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 20px;
}
.country-code-section .title-area .icon a{
    color: #babbc5;
}
.country-code-section .title-area h2{
    color: #31323e;
    font-size: 17px;
    font-weight: 500;
    padding: 25px 0;
}
.country-code-section .country-code-area .search-area{
    width: 100%;
    padding: 10px 0;
    position: relative;
}
.country-code-section .country-code-area .search-area .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-58%);
    left: 6px;
}
.country-code-section .country-code-area .search-area input {
    width: 100%;
    border: none;
    background: #F7F8FA;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
}
.country-code-section .country-code-area .search-area input::placeholder {
	color: #82808a;
	font-size: 13px;
	font-weight: 500;
}
.country-code-section .country-code-area .code-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 70vh;
    overflow-y: scroll;
}
.country-code-section .country-code-area .code-list .single-code {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dbdee5;
}
.country-code-section .country-code-area .code-list .single-code a {
    width: 100%;
    display: block;
    color: #31323e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.country-code-section .country-code-area .code-list .single-code .flag{
	width: 22px;
    display: block;
    float: left;
}
.country-code-section .country-code-area .code-list .single-code img{
	width: 22px;
}
.country-code-section .country-code-area .code-list .single-code .name{
    display: block;
    padding-left: 10px;
    float: left;
}
.country-code-section .country-code-area .code-list .single-code .code {
    display: block;
    float: right;
    padding-right: 10px;
}
