html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a{
    text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
*{
    font-family: 'Poppins', sans-serif!important;
}

/* Login Header */
.header_login{
    background-color: #2A2A2A;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    padding: 0 50px;
    box-sizing: border-box;
}
.header_left{
    width: 25%;
    text-align: left;
}
.header_left:hover{
    opacity: .7;
}

/* Login Page */
.login_screen2{
    display: flex;
    background-color: #7B61FF;
    border-radius: 20px;
    margin-left: 30px;
    margin-top: 100px;
    width: 75%;
    height: 510px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%), 0 1px 6px rgb(0 0 0 / 10%);
}
.login_page2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    height: 400px;
    margin-left: 40px;
    margin-top: 40px;
}
.login_page2>h1{
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.login_page2>p{
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}
.login{
    width: 90%;
}
.login>input{
    background-color: #fff;
    border-radius: 45px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding: 10px 25px;
    width: 95%;
    margin-top: 20px;
    border: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 50%);
}
.login input:focus-visible {
    outline: none;
}
.login > p {
    color: #0B131E60;
    margin-left: 30px;
    font-size: 16px;
}
.pass{
    background-color: #fff;
    border-radius: 45px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding: 0px 70px 0px 0px;
    width: 80%;
    text-align: center;
    margin-top: 20px;
}
.pass input[type=password] {
    float: right;
    padding: 6px;
    border: none;
    margin-left: 14px;
    font-size: 17px;
    width: 100%;
}
.pass input:focus-visible {
    outline: none;
    border-radius: 3px;
}
.pass > p {
    color: #0B131E60;
    margin-left: 30px;
    font-size: 15px;
}
.login_page2>a{
    display: block;
    background-color: #fff;
    width: 85%;
    margin: 20px 0 0 0;
    border-radius: 99px;
    color: #000;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    margin-left: -21px;
}
.login_page2>a:hover{
    background: #ffffff;
    color: #2A2A2A;
    opacity: .8;
}
.newsletter{
    width: 600px;
    background-image: url("/assets/images/newsletter_login.jpg");
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.newsletter>h1{
    margin-top: 60px;
    line-height: 30px;
    text-align: center;
    padding: 0 30px;
}
.slider-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}
.slider-button .slider-btn {
    background: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    padding: 5px 25px;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 30px;
    font-weight: 500;
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 50px;
    width: 125px;
}
.slider-button .slider-btn:hover {
    border: 2px solid #2A2A2A;
    background: #ffffff;
    color: #2A2A2A;
}
.slider-button .slider-btn2 {
    background: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    padding: 5px 25px;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 30px;
    font-weight: 500;
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 10px;
    width: 125px;
}
.slider-button .slider-btn2:hover {
    border: 2px solid #2A2A2A;
    background: #ffffff;
    color: #2A2A2A;
}
.popup {
    display: none;
    z-index: 99;
    background-color: #00000050;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.popup_vucut {
    margin: 10% auto;
    width: 600px;
    background: #F9F9F9;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}
.popup_baslik {
    position: relative;
}
.popup_icerik {
    position: relative;
}
.popup_baslik>h2 {
    font-weight: 600;
    font-size: 22px;
    color: #7B61FF;
    margin: 0;
}
.popup_baslik>h6 {
    font-weight: 300;
    color: #939393;
    margin: 10px 0;
    line-height: 17px;
}
.popup_baslik > .popup_kapat {
    position: absolute;
    top: 0;
    right: 0;
}