﻿body {
    background-image: url('../images/20210319152326.jpg');
    background-size: cover;
}

.cframe {
    margin: 0 auto;
}

input:focus {
    outline: none;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

    input:-webkit-autofill:focus {
        -webkit-text-fill-color: #fff !important;
    }

input::placeholder {
    color: #ccc;
}

.rootpoint {
    margin-top: 45vh;
    margin-left: 75vw;
    overflow: hidden;
}

.title {
    color: White;
    font-size: 24px;
    margin-left: 24px;
    font-weight: bold;
}

.input_row {
    margin-top: 25px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 4px;
    width: 240px;
    line-height: 32px;
    height: 32px;
}

    .input_row span {
        position: absolute;
        left: 10px;
        top: 0;
        width: 4px;
        display: flex;
        box-sizing: border-box;
    }

    .input_row img {
        display: inline-block;
        border-style: none;
        border-radius: 4px;
    }

    .input_row input {
        color: #fff !important;
        position: relative;
        display: block;
        width: 180px;
        line-height: 24px;
        height: 24px;
        border-radius: 5px;
        margin-left: 54px;
        margin-top: 4px;
        background-color: transparent;
        border: none;
        -webkit-appearance: none;
        background: none;
    }

.input_button {
    margin-top: 30px;
}

    .input_button input {
        color: White;
        font-weight: bold;
        background-color: #FFA901;
        width: 240px;
        line-height: 32px;
        height: 32px;
        border-radius: 5px;
        border: none;
    }

.policenum {
    text-align: center;
    margin-top: 2vh;
    color: White;
    font-size: 12px;
}

    .policenum a:link, .policenum a:active, .policenum a:visited {
        text-decoration: none;
        font-weight: normal;
        cursor: pointer;
        color: #fff;
        display: inline-block;
        height: 20px;
        line-height: 20px;
    }

    .policenum span {
        margin: 0 auto;
    }

    .policenum img {
        float: left;
    }
