
body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

a, a:hover, a:focus, button, button:hover, button:focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, b, strong {
  font-family: Montserrat, sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 1.1;
}

img {
  max-width: 100%;
}

button, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
  box-shadow: none;
  outline: none !important;
}

img, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
  transition: all 0.3s ease 0s;
}

ul, ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

body.modal-open, body:hover {
  transition: all 0s ease 0s;
}
.new_session {
    background-image: url(../images/login.png);
    width: 100%;
    position: relative;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}
.new_session .session_wrap {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px 30px;
    border-radius: 12px;
    height: 580px;
}
.new_session .session_wrap .session_text {}
.new_session .session_wrap .session_text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 14px;
}
.new_session .session_wrap .session_text p {
    font-size: 14px;
    line-height: 20px;
    /* opacity: 0.8; */
    font-weight: 500;
}
.new_session .session_wrap .session_text strong {
    font-size: 14px;
    line-height: 20px;
    /* opacity: 0.8; */
    font-weight: 500;
}
.button_session button, textarea {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 6px 0px;
    border-radius: 10px;
    border: 1px solid #cacaca;
    background: white;
}
.button_session {
    margin-top: 15px;
}
.button_session span  {
    position: relative;
}
.button_session span a {
    position: absolute;
    top: -2px;
    right: 8px;
}
.button_session span a img{
    width: 18px;
}
.button_session .textfiled {
    padding: 5px 10px;
    height: 100px;
}
.arrow_wrap {
    display: flex;
    justify-content: end;
    margin: 10px 0;
}
.arrow_wrap figure img {
    width: 35px;
}
.logg input{
  width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 6px 0px;
    border-radius: 10px;
    border: 1px solid #cacaca;
    background: white; 
}
.textareafiled {
    height: 100px;
    padding: 6px 10px;
}