﻿body {
    /* background: linear-gradient(to right, #ED7729, #F57A89, #F75D99); */
    background: linear-gradient(to right, #0261a3, #0784a7, #014589);
    height: 100vh;
    margin: 0;
    padding: 0;
}

.custom-shape-divider-top-1700453472 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .custom-shape-divider-top-1700453472 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 116px;
    }

    .custom-shape-divider-top-1700453472 .shape-fill {
        fill: #FFFFFF;
    }

.login-vector {
    max-width: 500px;
    margin-top: 183px;
}

.log-form {
    height: 400px;
    width: 310px;
    background-color: rgb(255 255 255 / 77%);
    /* position: absolute; */
    /* transform: translate(-50%,-50%); */
    /* top: 50%;
    left: 50%; */
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    padding: 50px 35px;
    margin-top: 150px;
}

    .log-form h3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 42px;
        text-align: center;
    }

label {
    display: block;
    margin-top: 13px;
    font-size: 16px;
    font-weight: 500;
}

input {
    display: block;
    height: 33px;
    width: 100%;
    background-color: rgb(255 255 255 / 76%);
    border-radius: 4px;
    padding: 0 10px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
    color: #080710;
}

button {
    margin-top: 40px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
    width: 150px;
    border-radius: 3px;
    padding: 5px 10px 10px 5px;
    background-color: rgb(3 3 3 / 48%) !important;
    color: #FFF !important;
}

.safe-logo img {
    max-width: 248px;
}

.safe-logo {
    top: 16px;
    right: 190px;
}

@media (max-width:480px) {
    .log-form {
        height: auto;
        width: auto;
        margin-top: 207px;
    }
}

@media (max-width:480px) {
    .log-form {
        height: auto;
        width: auto;
        margin-top: 207px;
    }
}

@media (max-width:960px) {
    .log-form {
        height: auto;
        width: auto;
        margin-top: 188px;
    }
}
