/* Ancorli */
@font-face {
    font-family: "Ancorli";
    src: url('/fonts/ancorli.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}

/* NeueMontreal Fonts */

/* Regular */
@font-face {
    font-family: "NeueMontreal";
    src: url('/fonts/NeueMontreal-Regular.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "NeueMontreal";
    src: url('/fonts/NeueMontreal-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: "NeueMontreal";
    src: url('/fonts/NeueMontreal-BoldItalic.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
}

/* Italic */
@font-face {
    font-family: "NeueMontreal";
    src: url('/fonts/NeueMontreal-Italic.otf') format("opentype");
    font-weight: 400;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: "NeueMontreal";
    src: url('/fonts/NeueMontreal-Light.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: "NeueMontreal";
    src: url('/fonts/NeueMontreal-LightItalic.otf') format("opentype");
    font-weight: 300;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: "NeueMontreal";
    src: url('/fonts/NeueMontreal-Medium.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: "NeueMontreal";
    src: url('/fonts/NeueMontreal-MediumItalic.otf') format("opentype");
    font-weight: 500;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "NeueMontreal", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ancorli", sans-serif;
}


.auth-f-b {
    position: relative;
}

.auth-f-b::before {
    background-image: url('/web_assets/auth_bg.png');
    content: "";
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    border-radius: 0px 45px 45px 0px;
}

.auth-f-b {
    color: white;
}

.auth-f-b {
    padding-left: 30px;
}

.auth-f-b img {
    height: 70px;
}


.auth-f-b h1 {
    font-size: 80px;
    padding-top: 11%;
}

.auth-con {
    padding: 32px;
}

.auth-con p {
    font-size: 24px;
}

.form-content {
    height: 100vh;
    width: 100%;
    /* padding: 70px; */
    padding-top: 30%;
    width: 70%;
    margin: 0 auto;
}

.form-group i {
    position: absolute;
    top: 19px;
    left: 14px;
    color: #ccc;
}

.form-group input {
    padding: 12px 41px;
    border-radius: 50px;
}

.form-group input::placeholder {
    color: #878383;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
}

.form-content button {background: radial-gradient(circle at top left, #FF6B6B 0%, #FF8564 35%, #FECA57 70%, #FAEAD7 100%);border: none;color: white;height: 50px;border-radius: 50px;}

.position-relative {
    height: 60px;
}

.regFp {
    padding-top: 20%;
}

.au-efw a {
    color: black;
    text-decoration: none;
    text-align: center;
}

.au-efw {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}