*, *:before, *:after { box-sizing: border-box; }

body {
	font-family: europa, Helvetica, Ubuntu, Arial, sans-serif;
	background-color: #f7f6f6;
	margin: 0px;
}

#main_container {
	max-width: 550px;
	margin: 0px auto;
	margin-bottom: 50px;
}

.logo_container {
	width: 100%;
	padding: 60px 0px 20px;
	text-align: center;
}

h1.title {
	color: #444444;
	font-size: 24px;
	line-height: 1.3;
	padding: 20px 10px 30px;
	width: 100%;
	margin: 0 auto;
	font-weight: 600;
}

.text_align_center { text-align: center !important; }
.text_align_left { text-align: left !important; }
.margin_top_forty { margin-top: 40px !important; }

.main_content { text-align: center; }
.main_content form { padding: 0px 20px 30px; }
.form_padding { padding: 0px 20px 30px; }

.input { margin-bottom: 15px; }
.input input {
	font-size: inherit;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 0px 10px;
	height: 40px;
	border: 1px solid #ebebeb;
}
.input input:focus {
	border: 1px solid #2962ff;
	outline: none;
}

.link {
	width: 100%;
	text-align: left;
}
.link a {
	color: #c0c0c0;
	text-decoration: none;
	margin-top: 20px;
}
.link a:hover { text-decoration: underline; }
.link a:focus { outline: none; }

.link-container-horizontal {
	display: flex;
	justify-content: space-evenly;
	margin-top: 40px;
	gap: 10px;
}

.link-container-horizontal a{
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #6E6E6E;
	width: auto;
}

.link-container-horizontal a:hover { text-decoration: underline; }
.link-container-horizontal a:focus { outline: none; }

.hlbutton {
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	margin-top: 20px;
	border-radius: 4px;
	padding: 0;
	height: 40px;
}
.hlbutton:focus { outline: none; }
.hlbutton_lg {
	width: 100%;
	font-size: 18px;
}
.hlbutton_green { background-color: #FC7D53; }
.hlbutton_green:hover { background-color: #EB734C; }

.hlbutton_google {
	background-color: #ff3823;
    border-radius: 4px;
    color: #f5f8f9;
    padding: 10px 0;
    font-size: 18px;
    margin: 0px 20px;
    cursor: pointer;
}
.hlbutton_google:hover { background-color: #b42516; }

.or_style {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}
.or_style .or_line {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 3px;
	margin: 0px 20px;
	background-color: #d6d6d6;
}
.or_style .or_circle {
	width: 60px;
	height: 60px;
	background-color: #d6d6d6;
	color: #ffffff;
	border-radius: 50px;
	line-height: 60px;
	font-size: 16px;
}

.padding_align { padding: 0 40px; }

.gray_message {
	font-size: 16px;
	color: #929292;
	margin-bottom: 30px;
}

.red_message {
	font-size: 16px;
	color: #e43838;
	margin-bottom: 10px;
}

.password_suggestions {
	font-size: 12px;
	color: #929292;
	margin-bottom: 10px;
}

.hide { display: none; }

.wrong_box {
	background-color: #fbc9c8;
	color: #924f4f;
	padding: 20px;
	margin-top: 15px;
}

body.install_extension {
	background-image: url("/images/imac.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 100vh;
}
h1.install_extension {
	color: #fff;
	margin: 70px 0px 100px;
	font-style: normal;
	font-weight: 400;
	word-spacing: 3px;
	font-size: 45px;
}

.dark_background {
	position: absolute;
	height: 100vh;
	background: rgba(68, 68, 68, 0.7);
}
.hlbutton_install_extension {
	width: 310px;
	margin: 0 auto;
	font-size: 22px;
	height: 60px;
	padding: 8px 0px;
}
.hlbutton_install_extension img {
	vertical-align: middle;
	height: 100%;
}
.vertical_align_middle { vertical-align: middle; }

.auth_text {
	font-size: 14px;
	text-align: justify;
	padding: 0px 60px;
	margin-top: 30px;
}

.send_auth_container {
	font-size: 14px;
	padding: 0px 55px;
	text-align: left;
}

.send_auth_box {
	padding: 13px;
}

.send_auth_box_gray {
	background: #E4E4E4;
}

input[name="send_auth_option"] {
	margin-right: 7px;
}

.send_auth_box_container {
	margin: 10px 0px;
}

.send_auth_button {
	width: 200px;
	height: 35px;
	color: #FFF;
	background-color: #FC7D53;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	margin-top: 10px;
	cursor: pointer;
}
.send_auth_big_button {
	width: 100%;
}

.g-recaptcha {
	margin-bottom: 15px;
}
.g-recaptcha > div:first-child {
	margin: 0px auto;
}
