@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

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

}


.btmcrcl {

    position: absolute;
    top: 0;
    right: 0;


}

.form-check {
    display: flex;
    gap: 1rem;
}

.btmcrcl2 {
    position: absolute;
    top: -85px;
    left: 0;
}


.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.column {
    flex: 1;
    padding: 20px;
}

div.main {
    width: 414px;
}

h3 {
    text-align: center;
    color: #516CD3;
    font-family: 'Roboto', sans-serif;
}

.heading1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;

    margin-bottom: 80px;
    font-family: 'roboto', sans-serif;
    color: black;
}

div.register {
    background-color: #FFFF;
    font-size: 18px;
    border-radius: 20px;
    border: 1px solid;
    text-align: center;

    position: relative;
    overflow: hidden;
}


.facebook-button {
    background-color: #1877f2;
    /* Facebook blue color */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

/* Style for the Facebook icon */
.facebook-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* Style for the button text */
.button-text {
    font-weight: bold;
}

.signbtn {
    background-color: #516CD3;
    color: white;
    height: 60px;
    margin: 20px auto;
    width: 100%;
    border-radius: 40px;
    border: 1px solid #EBEAEC;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}


form#register {
    margin: 40px 20px 10px 20px;
}

.custom_input {
    width: 100%;
    border: 1px solid #F6F8FD;
    margin-bottom: 20px;
    border-radius: 3px;
    outline: 0;
    padding: 7px;
    background-color: #F6F8FD;
    border-radius: 10px;
}

.privacy {
    margin-bottom: 20px;
    text-align: left;
}

.checkbox {
    height: 14px;
    width: 60px;

}

.bothcrcl {
    position: absolute;
    object-fit: contain;
    right: 0;
    bottom: 0;
    width: 15rem;

}

.anchor {
    color: #A1A4B2;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.social_icons {
    position: absolute;
    left: 20px;
}

.bg_layer {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
    bottom: 182px;
    z-index: -1;
}

.container {
    text-align: center;
}

.main_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.context h3 {
    text-align: center;
    color: #516CD3;
    font-family: 'Roboto', sans-serif;
}

.context h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;

}

.svg {
    margin-top: 4%;
}

.signbtn1 {
    height: 60px;
    width: 100%;
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #EBEAEC;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}

italic {
    margin-top: 20px;
    cursor: pointer;
}

.context .inc_text {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;

}

.pro_img {
    width: 370px;
}

.context .color-primary1 {
    color: var(--color-primary);
}

.main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.register .context .inc_text {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;

}

.register .context h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

.context p {
    font-size: 12px;
}

.login-avatar {
    width: 90%;
}