body{
	color: #545454;
	font-family: 'Satoshi-Regular';
	font-weight: 400;
}

.bg_offwhite{
	background-color: #f4f4f4;
}

.login_wrapper{
	width: 100%;
	background-color: #fff;
	max-width: 1035px;
	margin: 0 auto;
	padding: 50px 77px 60px;
}
a.logo {
    display: block;
    max-width: 175px;
    margin: 0 auto 60px;
}
a.logo img{
	height: auto;
	display: block;
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	color: #2e2e2e;
	font-family: 'Graphik-Semibold';
	font-weight: 600;
	letter-spacing: -1px;
}
.w100{
	width: 100%;
}
label{
	color: #232323;
	font-family: 'Graphik-Semibold';
	font-weight: 600;
	font-size: 15px;
}
.forget_pass_link{
	text-decoration: none;
}
.submit-btn{
	letter-spacing: 1px;
}
.login_dialog {
    max-width: 366px;
    margin: 0 0 0 auto;
}
.btn-outline-secondary{
	font-family: 'Satoshi-Regular';
	font-weight: 400;
}
.register_dialog .dialog_heading {
    font-size: 19px;
    margin: 0 0 40px;
}
.register_dialog .dialog_heading h2{
	font-size: 3.25rem;
}
.register_wrapper a.logo{
	margin-bottom: 30px;
}

.input-group input#password{
	border-right: none;
}
.password_showhide{
	cursor: pointer;
	background-color: transparent;
}
.icon {
    background: #f16b1a;
    width: 100px;
    height: 100px;
    padding: 21px;
    border-radius: 50%;
    margin: 0 auto 30px;
}


.existing_user {
    margin-top: 15px;
}
.existing_user p {
    font-family: 'Graphik-Semibold';
    font-weight: 600;
    font-size : 19px;
}
.existing_user p a{
    color: #f78612;
}
.existing_user p a:hover{
    color: #232323;
}
.input-group-text.country_code {
    background: transparent;
    padding: 0;
}
.input-group-text.country_code input {
    background: #fff;
    border: none;
    width: 120px;
    padding: 0 8px;
}
.iti{
 width:100%;   
}
}