

body {

    background-color: #0f0d17;
    background-image: radial-gradient(ellipse at left bottom, rgb(255 255 255) 0%, rgb(255 255 255 / 90%) 59%, rgb(214 211 211 / 90%) 100%);
    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);

}



body::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background-image: url(https://i0.wp.com/www.iphones.ru/wp-content/uploads/2015/11/y2.jpg?ssl=1);

    background-size: cover;

    background-position: center;


    z-index: -1;

}



* {

	box-sizing: border-box;

	transition: .25s all ease;

}



.header {

    position: relative;

    padding: 10px 0;

    background-image: radial-gradient(ellipse at left bottom, rgb(255 255 255) 0%, rgb(255 255 255 / 90%) 59%, rgb(214 211 211 / 90%) 100%);

    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);

}



.container {

    width: 100%;

    max-width: 1370px;

    margin: 0 auto;

    padding: 0 10px;

}



.header__wrapper {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.header__logo {

    color: #000 !important;

    display: flex;

    align-items: center;

    gap: 10px;

    text-transform: uppercase;

    font-weight: 500;

    letter-spacing: .4px;

    text-decoration: none;

}



.header-logo__img {

    max-height: 50px;

}



.btn {

    display: flex;

    text-transform: uppercase;

    align-items: center;

    font-size: .875rem;

    font-weight: 500;

    padding: .5rem 1.5rem;

    border-radius: .5rem;

    line-height: 24px;

    white-space: nowrap;

    position: relative;

    text-decoration: none;

    background: #ff2400;

    color: #ffffff !important;

    border: 0;

}



.main {

    display: flex;

    justify-content: center;

    align-items: center;

    height: calc(100vh - 140px);

    min-height: 500px;

}



.login-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 4rem 4rem 2.5rem;
    width: 100%;
    max-width: 525px;
    background-image: url(../img/login-background.jpg);
    box-shadow: 0 50px 70px -20px rgba(0, 0, 0, 0.85);
    overflow: hidden;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

}



.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, rgba(22, 24, 47, 1) 0%, rgba(38, 20, 72, .9) 59%, rgba(17, 27, 75, .9) 100%);
    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(ellipse at left bottom, rgb(255 255 255) 0%, rgb(255 255 255 / 90%) 59%, rgb(214 211 211 / 90%) 100%);

}



.form-login {

	position: relative;

	z-index: 1;

}



.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;

}



.login__label,

.login__label--checkbox {

    color: #444444;

	text-transform: uppercase;

    font-size: .70rem;

    margin-bottom: .5rem;

}



.login__label--checkbox {

    display: inline-block;

    position: relative;

    padding-left: 1.5rem;

    margin-top: 1rem;

    color: #444444;

    font-size: .75rem;

    text-transform: inherit;

    margin-bottom: 0;

}



.login__input {

	color: #000 !important;

	font-size: 1.15rem;

	width: 100%;

	padding: .5rem 1rem;

	outline: none;

	border-radius: 1.5rem;

	background-color: rgba(255, 255, 255, 0.25);

	letter-spacing: 1px;

}



.login__input:hover,

.login__input:focus{

	color: white;

	background-color: transparent;

}



.login__input + .login__label {

    margin-top: 1rem;

}



.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: 2rem;

	display: block;

	width: 100%;

	background-color: #ff2400;

	border: none;

	cursor: pointer;

}



.login__submit:hover {

	background-color: rgba(17, 97, 237, 1);

}



.login__forgot {

	display: block;

	text-align: center;

	font-size: .75rem;

	text-decoration: none;

	position: relative;

	z-index: 1;

    margin: 0;

    padding: 1rem 0;

    color: #414141 !important;

}



.login__forgot:hover {

	color: rgb(17, 97, 237);

}





.footer {

    height: 50px;
    margin-top: 20px;
    color: #b8b8b8;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: radial-gradient(ellipse at left bottom, rgb(100 100 100) 0%, rgb(99 99 99 / 90%) 59%, rgb(130 130 130 / 90%) 100%);
    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);
    font-size: 14px;

}



.tabs__row {

  display: flex;

  gap: 0.2rem;

    margin-bottom: 3px;

}



.tab__item {

  padding: 1rem 2rem;

  cursor: pointer;

  background: #90CAF9;

  font-weight: bold;

  transition: background ease 0.2s;

}



.tab__item:hover {

    background-color: #fff;

}



.tab__item.active {

  background: #fff;

}



.tabs__content {

  background: #fff;

  padding: 1rem;

    height: 100%;

}



.tab {

  display: none;

}



.tab.active {

  display: block;

}



.cabinet-container {

    display: flex;

    height: 370px;

    align-items: center;

    gap: 3px;

    background-image: radial-gradient(ellipse at left bottom, rgba(22, 24, 47, 1) 0%, rgba(38, 20, 72, .9) 59%, rgba(17, 27, 75, .9) 100%);

    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);

    border-radius: 10px;

    overflow: hidden;

}



.cabinet-avatar {

    width: 370px;

    height: 100%;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

}



.cabinet-avatar__img {

    width: 100%;

    object-fit: cover;

    height: 100%;

    max-width: unset;

}



.tabs {

	width: 100%;

    height: 100%;

}



.home__wrapper {

	display: flex;

	justify-content: center;

}



.user__info {

	margin-bottom: 10px;

}



.header__user {

    color: #000;

    display: flex;

    align-items: center;

    gap: 10px;

}



.header-user__ava {

    width: 40px;

    height: 40px;

    overflow: hidden;

    border-radius: 100%;

}



@media (max-width: 1024px) {

	.login-container {

		padding: 20px;

        order: -1;

	}

    .home__wrapper {

        flex-direction: column;

    }

    .instructions,

    .login-container {

        border-radius: 0 !important;

    }

    .main {

        height: auto;

        padding: 40px 0;

    }

}



.instructions {
    background: #fff;
    padding: 4rem 4rem 2.5rem;
    box-shadow: 0 50px 70px -20px rgba(0, 0, 0, 0.85);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;

}



.instructions h2 {

    margin-top: 0;

}



.instructions p:last-child {

    margin-bottom: 0;

}

@media (max-width: 768px) {
    .tabs {
        position: relative;
        height: 400px;
    }
    .tabs__content {
        height: 100%;
        overflow-y: scroll;
    }
}