.login_backimg{
    background-repeat: no-repeat;
    background-size: cover;
}
.login_section .custom-control-description{
    color: #000 !important;
}
.login_section{
    padding: 30px;
    border-radius: 10px;
}
.login_section_top{
    margin: 7% 0;
}
.login_section input{
    padding-left: 20px;
    background-color: rgba(142, 151, 161, 0.5);
    color: #fff;
    border:none;
}
.login_section selec{
    padding-left: 20px;
    background-color: rgba(142, 151, 161, 0.5);
    color: #fff;
    border:none;
}

.login_section input:focus{
    background-color: rgba(142, 151, 161, 0.5);
    color: #fff;
    border:none;
}
.login_section .input-group-text{
    background-color: rgba(142, 151, 161, 0.5);
    border:none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.login_section .has-success .form-control:focus {
    box-shadow:none !important;
}
.login2_border{
    background: rgba(255,255,255,0.04);
    padding: 25px 30px 20px 30px;
    box-shadow: 0 0 7px 0 #777;
}
.login_section .has-success .form-control:focus {
    box-shadow:none !important;
}
.admire_logo{
    width: 70px;
    height: 70px;
}
.fb_background{
    color: #3b5998;
}
.twitter_background{
    color: #55acee;
}
.google_background{
    color: #dd4b39;
}
.linkedin_background{
    color: #3b5998;
}
/*register*/
.register_section_top{
    margin: 5% 0;
}
/*forgot password*/
.forgot_section_top{
    margin: 14% 0;
}
.bl-0{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body{
	margin: 0;
	padding: 0;
	background: #fff;
	overflow-x:hidden; 
	overflow-y:auto; 
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
.p-r-7{
	padding-right:12px;
}
.p-l-5{
	padding-left:10px;
}
.body{
	position: fixed;
	top: -120px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background-color:#fff;
	background-image: url('../../../../bg3.png');
	background-repeat: no-repeat;
    background-size: cover;
	/*-webkit-filter: blur(1px);*/
	z-index: -10000000;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
#me {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
.admire_logo{
    width: 150px;
    height: 150px;
}
.intl-tel-input {
		width: 100%;
		border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;}
@media screen and (max-width: 240px){
	.m-l-10{
		margin-left:0;
	}
	.intl-tel-input {
		width: 86%;
		border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;}
.g-recaptcha {
transform:scale(0.58);-webkit-transform:scale(0.58);
transform-origin:0 0;-webkit-transform-origin:0 0;
}}
@media screen and (min-width: 319px) and (max-width: 320px){
	.m-l-10{
		margin-left:0;
	}
	.intl-tel-input {
		width: 86%;
		border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;}
.g-recaptcha {
transform:scale(0.79);-webkit-transform:scale(0.79);
transform-origin:0 0;-webkit-transform-origin:0 0;
}}
.login_section_top{
	margin: 1% 0;
}
.login_section .input-group-text{
    background-color: rgba(142, 151, 161, 0.5);
    border:none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
	.btn, .btn-success {
  color: #fff;
  background-color: #e89c2d;
  border-color: #e89c2d;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btn-success:hover {
  color: #fff;
  background-color: #EAA84B;
  border-color: #EAA84B;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 134, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00bf86;
  border-color: #00bf86;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #EAA84B;
  border-color: #EAA84B;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 191, 134, 0.5);
}

.intl-tel-input .country-list{
	background-color:#b9b9b9;
}
	.g-recaptcha {
        display: inline-block;
    }	
	input[type=tel]{  vertical-align:middle; border-radius:3px; height:50px; padding:0px 8px; font-size:14px; color:#555555;  }
	/* Assign min-width to container */
.select2-container{
    width:100%;
	border:none;
	font-size:14px;
	border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/*Theme Color override*/

.select2-choice {
    font-size:14px;
    height: 50px;
    border-radius: 0px ;
    border:none;
    text-indent: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.select2-container *:focus{
    outline:0px;
}
.select2-container--default .select2-selection--single{
    border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.select2-container.select2-drop-above .select2-choice {
	
    border-bottom-color: #dce4ec;
    border-radius:0px;
}
.select2-drop {
    margin-top: -2px;
    border: 2px solid #dce4ec;
    border-top: 0;
    border-radius: 0px !important;
    -webkit-border-radius:0 0 0px 0px;
    -moz-border-radius:0 0 0px 0px;
    border-radius:0 0 0px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select2-container .select2-choice div {
	
    border-left: 2px solid #dce4ec;
    -webkit-border-radius: 0 0px 0px 0;
    -moz-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.select2-search{
    margin-top: 3px;
}
.select2-search input {
    height: 30px !important;
    border: 2px solid #dce4ec;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select2-dropdown-open .select2-choice {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-results .select2-highlighted {
	
    background: #ff0000;
    color: #fff;
    border-radius: 0px;
}
.select2-results{
    padding: 0 0 0 0px;
    margin: 4px 0px 0px 0;
}
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;

    border: 2px solid #dce4ec;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select2-container .select2-choice .select2-arrow{
    border: 0px;
    border-radius: 0px;
    background: #ff0000;
    background-image: none;
}

/*New Changes*/
.select2-container--default .select2-selection--single{
    background-color: rgba(142, 151, 161, 0.5);
    color:#fff;
	height:50px;
	border:none;
	font-size:14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:#fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
    line-height:50px;
}
.select2-container .select2-selection--single{
    height:50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    border-color: #fff transparent transparent transparent;
    top: 95%;
	
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #fff transparent;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above{
    background: #ffffff;
}
/*Tags Style*/
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #48c9b0;
    color: #fff;
    border: 1px solid #48c9b0;
    border-radius: 0px;
    padding: 3px 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #16a085;
    margin-right: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    margin-left: 6px;
    float: right;
}
/*tags Outer border*/
.select2-container--default .select2-selection--multiple,.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #16a085;
}
/*Placeholder Text Color */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}
.select2-search { background-color: #ffffff; }
.select2-search input { background-color: #ffffff; }
.select2-results { background-color: #b9b9b9; }
