@charset "UTF-8";
@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope/manrope-extrabold.woff2") format("woff2"), /* Modern browsers */
         url("../fonts/manrope/manrope-extrabold.woff") format("woff"), /* Legacy browsers */
         url("../fonts/manrope/manrope-extrabold.otf") format("truetype"); /* Android, iOS */
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope/manrope-bold.woff2") format("woff2"),
         url("../fonts/manrope/manrope-bold.woff") format("woff"),
         url("../fonts/manrope/manrope-bold.otf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope/manrope-semibold.woff2") format("woff2"),
         url("../fonts/manrope/manrope-semibold.woff") format("woff"),
         url("../fonts/manrope/manrope-semibold.otf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope/manrope-medium.woff2") format("woff2"),
         url("../fonts/manrope/manrope-medium.woff") format("woff"),
         url("../fonts/manrope/manrope-medium.otf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope/manrope-regular.woff2") format("woff2"),
         url("../fonts/manrope/manrope-regular.woff") format("woff"),
         url("../fonts/manrope/manrope-regular.otf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope/manrope-light.woff2") format("woff2"),
         url("../fonts/manrope/manrope-light.woff") format("woff"),
         url("../fonts/manrope/manrope-light.otf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope/manrope-thin.woff2") format("woff2"),
         url("../fonts/manrope/manrope-thin.woff") format("woff"),
         url("../fonts/manrope/manrope-thin.otf") format("truetype");
    font-style: normal;
    font-weight: 200;
}

.wrap.getsitecontrol {
    font-family: "Manrope", sans-serif;
}

*, *:before, *:after {
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.getsitecontrol .block-login-form{
		padding-top: 100px;
		padding-left: 120px;
}


.getsitecontrol .block-login-form  {
    width: 360px;
    align-items: flex-start;
}

.getsitecontrol .block-login-form h1 {
    font-weight: 600;
    color: #363d4d;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
    padding: 0;
}
.getsitecontrol .block-login-form p {
	color: #363D4D;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 32px;
}
.getsitecontrol .form-social-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 360px;
    margin-top: 32px;
}
.getsitecontrol .social-login{
	width: 100%;
}
.getsitecontrol .social-login-button {
    border-radius: 4px;
    background-color: #4084D3;
    box-shadow: 0 1px 2px 0 rgba(54,61,77,0.05);
    border: none;
    border-radius: 4px;
    color: #fff;
    padding-left: 4px;
    display: flex;
    align-items: center;
		text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    line-height: 64px;
    padding: 0 4px;
    text-decoration: none;
    transition-property: background-color,color,border-color;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);

}
.getsitecontrol .social-login-button:hover{
	    background: #4b92e5;
    border-color: #4b92e5;
}

.getsitecontrol .social-login-button img{
		width: 56px;
    height: 56px;
    justify-self: flex-start;
}
.getsitecontrol .social-login-button span {
    text-align: center;
    padding-left: 56px;
    font-size: 16px;
		font-weight: 600;
}
.sign-up-form .form-connect-with {
    width: 100%;
    text-align: center;
    font-family: Manrope,sans-serif;
    font-weight: 400;
    color: #8392A6;
    font-size: 16px;
    line-height: 28px;
    margin: 36px auto;
    max-width: 360px;
    position: relative;
  }
.sign-up-form .form-connect-with:after,
.sign-up-form .form-connect-with:before {
    content: "";
    width: 140px;
    height: 1px;
    background-color: #dfe5ed;
    display: block;
    position: absolute;
    top: 50%;
}
.sign-up-form .form-connect-with:before {
    left: 0;
}
.sign-up-form .form-connect-with:after {
    right: 0;
}

.sign-up-form .form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    border: 1px solid #dfe5ed;
    font-size: 16px;
    height: 64px;
    padding: 0 20px;
    color: inherit;
    transition: all .2s;
    -webkit-appearance: none;
    box-shadow: none;
}

.sign-up-form .form-wrapper.has-error .form-control,
.sign-up-form .has-error form .form-control{
	color: #FC6F86;
}
.sign-up-form .form-validation-message{
	display: none;
	color: #FC6F86;
	font-size: 12px;
	line-height: 20px;
	margin-top: 12px;
}
.sign-up-form .form-validation-message.show{
	display: block;
}
.sign-up-form form .form-wrapper+.form-wrapper {
    margin-top: 12px;
}

.sign-up-form .button-submit {
		display: block;
		text-decoration: none;
		text-align: center;
	  outline: none!important;
	  min-width: 200px;
    min-height: 64px;
    line-height: 64px;
    padding: 0 4px;
    width: 100%;
    border-radius: 4px;
    border-width: 1px;
    font-size: 16px;
		background: transparent none;
    border: 1px solid #dfe5ed;
    cursor: pointer;
    color: #363d4d;
    font-weight: 600;
    background-color: #fafafa;
    box-sizing: border-box;
    margin-top: 12px;
    box-shadow: 0 1px 2px 0 rgba(54,61,77,.05);
		transition-property: background-color,color,border-color;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
.select-widget{
	background-image: url('../images/arrdown.svg');
	background-repeat: no-repeat;
	background-position: center right 24px;

	transition: none;
	width: 100%;
}
.sign-up-form .form-control.select-widget{
    padding-right: 40px;
}
.sign-up-form .button-submit:hover {
    border-color: #c5cad3;
}
.sign-up-form .form-legal {
		margin-top: 32px;
    text-align: left;
    font-family: Manrope,sans-serif;
    font-weight: 400;
    color: #363d4d;
    font-size: 14px;
    line-height: 24px;
}
.sign-up-form .form-legal a {
	text-decoration: none;
	color: #4084d3;
}
.sign-up-form .disabled{
	display: none;
}


.getsitecontrol-view-loading{
		visibility: hidden;
}

.toplevel_page_getsitecontrol .wp-menu-image img {
	width: 16px;
	height: 16px;
}

.toplevel_page_getsitecontrol .wp-first-item {
	display: none !important;
}


.getsitecontrol_page_getsitecontrol_sign_up,
.getsitecontrol_page_getsitecontrol_sign_in,
body.toplevel_page_getsitecontrol {
	background: #fff;
}

.getsitecontrol_page_getsitecontrol_sign_up #wpcontent,
.getsitecontrol_page_getsitecontrol_sign_in #wpcontent,
.toplevel_page_getsitecontrol #wpcontent {
	padding-left: 0;
}

.getsitecontrol_page_getsitecontrol_sign_up .wrap.get-site-control,
.getsitecontrol_page_getsitecontrol_sign_in .wrap.get-site-control,
.toplevel_page_getsitecontrol .wrap.get-site-control {
	margin-right: 0;
}

