

/* Start:/local/templates/portal_new/components/bitrix/system.auth.authorize/main/style.css?17395150561124*/
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);  
}
body,
body {
  background: url(/images/bg3.jpg) center center no-repeat;
  display: flex;
}

form,
.bx-authform,
.admin {
  margin: auto;
}

form {
	position: relative;
    padding: 2em 3em;
    background-color: rgb(229 233 234 / 90%);
    /*background-image: linear-gradient(315deg,#dfdfdf 0%,#fff 74%);*/
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.form-logo{
  margin-bottom: 15px;
}

a.logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

input {
  border: none;
  border-radius: 4px;
  padding: 12px 18px;
}

.btn {
  display: inline-block;
  background-color: #252525;
  border: none;
  color: #ffffff;
  padding: 12px 40px;
  border-radius: 4px;
  font-size: 14px;
  border: none;
  margin: auto;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
  background-color: #000;
}

.bx-authform-link-container{
    margin-bottom: 0;
}
/* End */
/* /local/templates/portal_new/components/bitrix/system.auth.authorize/main/style.css?17395150561124 */
