@import url('color.css');

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

@font-face {
    font-family: "OpenSauceOne";
    src: url("open-sauce/OpenSauceOne-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "OpenSauceRegular";
    src: url("open-sauce/OpenSauceOne-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

body {
    margin: 0;
    padding: 0;
    font-family: "OpenSauceRegular";
    font-weight: 400;
    /* font-style: italic; */
}

body * {
    box-sizing: border-box;
}

.main-login {
    background-color: var(--dark-purple);
    background-image: url(../images/6.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.left-login {
    margin-top: 10rem;
}

.left-login h1 img {
    width: 70px;
    height: 70px;
    border-radius: 40px;
    margin-right: 38px;
}

.left-login h1 {
    margin: 0px;
    color: var(--white);
    font-size: 33px;
    line-height: 110px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* .left-login {
    margin-top: 40px;
    margin-left: 15px;
} */

.white {
    color: var(--white) !important;
}

.right-login a {
    text-decoration: none;
    padding: 10px;
}

.fw-bold {
    font-weight: bold;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.fs-90 {
    font-size: 90px !important;
}

.left-login .letter-spacing {
    letter-spacing: 38px;
}

.card-login {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding: 30px 20px 30px 70px;
    /* background: #2f2841; */
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 40px #00000056;
}

.card-login>h1 {
    color: var(--white);
    font-weight: 600;
    margin: 0;
}

.textfield {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin: 10px 0;
}

.textfield>input {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 10px 40px #00000056;
    outline: none;
    box-sizing: border-box;
}

.textfield>input::placeholder {
    color: grey
}

.textfield>label {
    color: var(--white);
    margin-bottom: 10px;
}

.btn-login {
    width: 100%;
    padding: 12px 0;
    margin: 20px 0;
    margin-bottom: 0;
    margin-right: 0px !important;
    border: none;
    /* text-transform: uppercase; */
    border-radius: 5px;
    outline: none;
    /* font-weight: 800; */
    /* letter-spacing: 3px; */
    color: var(--black);
    background: var(--yellow);
    cursor: pointer;
    box-shadow: 0px 10px 40px -12px #00ff8052;
}

.right-login {
    text-align: right;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.logo-header {
    height: 55px;
}

.left-login-links {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 39vh;
    width: 250px;
}

.left-login-links a {
    color: var(--white);
    margin-bottom: 8px;
    text-align: center;
}

.left-login-links .hori-line {
    border: 1px solid #fff;
    margin-bottom: 8px;
}

.circle-image-proyx {
    position: absolute;
    width: 449px;
    height: 400px;
    transform: translate(509px, -220px);
}

.proyx-text-image {
    position: relative;
    z-index: 20;
}