body, html {
    width: 100%;
    min-height: 100%;
  }

body {
	background:url("../assets/img/bg.png") no-repeat center center;
    background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 1px;
    background-size: cover;
   object-fit: cover;
   height: 100%;
   margin: 0px;
   padding: 0px;
}

* {
	box-sizing: border-box;
	transition: .25s all ease;
}


.logos {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 110px;
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    background: url("../assets/img/logo.svg") no-repeat center center;
    background-size: 50%;
    margin-bottom: 20px;
}


.login-container {
    display: block;
    position: relative;../themes/otgin/
    z-index: 0;
    margin: 4rem auto 0;
    padding: 2rem 4rem 0 4rem;
    width: 100%;
    max-width: 525px;
    min-height: 620px;
    background-image: url("../assets/assets/img/clay-lof.png");
    box-shadow: 0 50px 70px -20px rgba(0, 0, 0, 0.85);
    margin-top: 15vh;
}

.login-container:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(ellipse at left bottom, rgb(22 24 47) 0%, rgb(36 43 60 / 64%) 59%, rgb(22 31 76 / 35%) 100%);
    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);
}

.form-login {
    position: relative;
    z-index: 1;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.login-nav {
	position: relative;
	padding: 0;
	margin: 0 0 6em 1rem;
}

.login-nav__item {
	list-style: none;
	display: inline-block;
}

.login-nav__item + .login-nav__item {
	margin-left: 2.25rem;
}

.login-nav__item a {
	position: relative;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.25rem;
	padding-bottom: .5rem;
	transition: .20s all ease;
}

.login-nav__item.active a,
.login-nav__item a:hover{
	color: #ffffff;
	transition: .15s all ease;
}

.login-nav__item a:after {
	content: '';
  display: inline-block;
  height: 10px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: 100%;
  bottom: -1px;
  left: 0;
  border-radius: 50%;
  transition: .15s all ease;
}

.login-nav__item a:hover:after,
.login-nav__item.active a:after{
	background-color: rgb(17, 97, 237);
	height: 2px;
	right: 0;
	bottom: 2px;
	border-radius: 0;
	transition: .20s all ease;
}
.login__label {
	display: block;
	padding-left: 1rem;
}

.login__label,
.login__label--checkbox {
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-size: .75rem;
	margin-bottom: 1rem;
}

.login__label--checkbox {
	display: inline-block;
	position: relative;
	padding-left: 1.5rem;
	margin-top: 2rem;
	margin-left: 1rem;
	color: #ffffff;
	font-size: .75rem;
	text-transform: inherit;
}

.login__input {
    color: white;
    font-size: 1.15rem;
    width: 100%;
    padding: .5rem 1rem;
    border: 2px solid transparent;
    outline: none;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.25);
    letter-spacing: 1px;
}

.login__input:hover,
.login__input:focus{
	color: white;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background-color: transparent;
}

.login__input + .login__label {
	margin-top: 1.5rem;
}

.login__input--checkbox {
	position: absolute;
	top: .1rem;
	left: 0;
	margin: 0;
}

.login__submit {
    color: #ffffff;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1rem;
    padding: .75rem;
    border-radius: 8px;
    display: block;
    width: 100%;
    background-color: rgb(218 77 77);
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.login__submit:hover {
    background-color: rgb(234, 70, 70);
}

.login__forgot {
    display: block;
    margin-top: 3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: .75rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.login__forgot:hover {
	color: rgb(17, 97, 237);
}


video {
    object-fit: cover;
    width: 101%;
    height: 100vh;
}

.videos {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-blend-mode: difference;
    background: rgb(51 60 153 / 78%);
    overflow: hidden;
}


.videos:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    background: #535d8dc9;
    z-index: 0;
    content: '';
}