@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'OctoberCompressedTL-Black';
    src: url('/static/crew/fonts/october/OctoberCompressedTL-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OctoberCompressedTL-Bold';
    src: url('/static/crew/fonts/october/OctoberCompressedTL-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OctoberCompressedTL-ExtraLight';
    src: url('/static/crew/fonts/october/OctoberCompressedTL-ExtraLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OctoberCompressedTL-Hairline';
    src: url('/static/crew/fonts/october/OctoberCompressedTL-Hairline.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OctoberCompressedTL-Heavy';
    src: url('/static/crew/fonts/october/OctoberCompressedTL-Heavy.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OctoberCompressedTL-Light';
    src: url('/static/crew/fonts/october/OctoberCompressedTL-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OctoberCompressedTL-Medium';
    src: url('/static/crew/fonts/october/OctoberCompressedTL-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OctoberCompressedTL-Regular';
    src: url('/static/crew/fonts/october/OctoberCompressedTL-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OctoberCompressedTL-Thin';
    src: url('/static/crew/fonts/october/OctoberCompressedTL-Thin.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif; */

html {
    font-family: "Poppins", sans-serif !important;
}

body {
    font-family: "Poppins", sans-serif !important;
}

.login-page {
    width: 100%;
    min-height: 100vh;
    background: url('/static/crew/images/login-bgs.jpg') center center fixed !important;
    background-size: cover !important;
    position: relative !important;
    font-family: 'Poppins', sans-serif !important;
}

.login-header {
    padding-top: 30px !important;
}


.container {
    max-width: 1120px !important;
    padding-left:75px !important; 
    padding-right:75px !important;
}

@media (min-width: 480px) { 
.iti{
    display: block !important;
}

.loginform-sections.login-center{
    width: 80%;
    margin: 0 auto;
}

}

@media (max-width: 480px) { 
    .container {
        padding-left:25px !important; 
        padding-right:25px !important;
    }

    .login-page {
        width: 100%;
        min-height: 100vh;
        background: url('/static/crew/images/login-bgs.jpg') center center fixed !important;
        background-size: cover !important;
        position: relative !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .loginform-sections .form-boxs {
        padding:20px !important;
        border-radius:53px !important;
        background:rgba(0,0,0,0.12);
    
    }
} 

@media (min-width: 1500px) {
    .container-lg {
        max-width: 1440px !important;
    }

    .loginform-sections .container {
        max-width: 1370px !important;
    }

    .loginform-sections .container-lg {
        max-width: 1500px !important;
    }
}

.loginform-sections .logo {
    text-align: center !important;
}

.loginform-sections h1 {
	text-align:center;
	color: #FFFFFF;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    padding: 25px 0 25px 0;
    margin: 0 0 20px 0;
    background: url('/static/crew/images/title-wave.png') bottom center no-repeat;
    font-family: 'OctoberCompressedTL-Light', sans-serif !important;
}
.loginform-sections p.text {
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
    margin-bottom: 20px;
}
.loginform-sections .form-loginarea {
	max-width:480px;
}
.loginform-sections .form-signuparea {
	max-width:780px;
}
.loginform-sections .form-boxs {
	padding:20px;
	border-radius:53px;
	background:rgba(0,0,0,0.12);
}
.loginform-sections .form-col {
	margin-bottom:15px;
	position:relative;
}
.loginform-sections .form-col .formfield {
	background:#FFFFFF;
	height:51px;
	border-radius:80px;
	padding:0 20px;
	border:solid 1px #D0D0D0;
	width:100%;
}
.loginform-sections .form-col .formfield:focus-visible {
	box-shadow:none;
	outline:none;
}
.loginform-sections .form-col .forgot {
	position:absolute;
	top:12px;
	right:30px;
	padding:0;
	font-size:15px;
	font-weight:600;
	color:#61B3E4;
    border: none;
}
.form-boxs-ul {
	margin:0;
	padding:0;
	list-style:none;
	background: rgba(0,0,0,0.36);
	padding:6px;
	border-radius:100px;
	margin:0 auto;
	max-width:300px;
}
.form-boxs-ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	text-align:center;
	font-size:17px;
	font-weight:700;
	color:#FFFFFF;
	width:49%;
}
.form-boxs-ul li a {
	padding:15px 25px;
	display:block;
	color:#FFFFFF;
	border-radius:100px;
}
.form-boxs-ul li a:hover,
.form-boxs-ul li a.active {
	color:#FFFFFF;
	background:#61B3E4;
}
.loginform-sections .form-sets {
	margin-top:15px;
}
.loginform-sections .aline-right {
	text-align:right;
}
.loginform-sections .account {
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
}
.loginform-sections .account a {
	color:#FDBE6F;
	font-weight:700;
}
.loginform-sections .account a:hover {
	color:#fff;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

  input[type="date"]::before{
    color: #999;
    content: attr(placeholder) ": ";
}
input[type="date"]:focus::before {
    content: "" !important;
}

