﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.v1_1 {
    width: 100%;
    height: 100%;
    background: url("/images/BG_Image (2).png");
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v2_2 {
    margin: auto;
    margin-top: 5%;
    width: 512px;
    height: 502px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 21px 45px rgba(0, 0, 0, 0.1);
}

.v3_3 {
    width: 12px;
    float: left;
    height: 500px;
    background-color: #100324;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.v5_5 {
    display: block;
    padding-left: 10%;
}

    .v5_5 .form-input {
        width: 422px;
        height: 42px;
        padding-left: 15px;
        border-radius: 6px;
        background: rgba(242, 242, 254, 1);
        font-family: Roboto;
        font-weight: Medium;
        font-size: 14px;
        z-index:999;
        border: none;
    }

    .v5_5 .form-input-btn {
        width: 422px;
        height: 42px;
        margin-top: 15%;
        background-color: #100324;
        color: #fff;
        font-size: large;
        border: none;
        border-radius: 6px;
    }

input {
    border: none;
    outline: none;
}

.div-img {
    margin: auto;
    width: 221px;
    top: 66px;
    left: 145px;
    padding: 55px 0px;
}

.v5_5 .div-group {
    margin-top: 4%;
   
}

.v5_5 .form-lbl {
    font-family: Roboto;
    font-weight: Medium;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    margin-bottom: 8px;
    padding-bottom: 8px;
    height: 10px;
    width: 35px;
}

.akk-icon {
    width: 221px;
    height: 40px;
    background: url("/images/logo1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-btn {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
    float: right;
    margin-top: -30px;
    margin-right: 50px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.icon-eye {
    margin-top: -6%;
    margin-right: 9%;
    cursor: pointer;
    right: 0px;
    top: 0px;
    z-index: 1;
    position: relative;
}

@media screen and (max-width:425px) {

    .v2_2 {
        margin: auto;
        margin-top: 15%;
        width: 320px;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }

    .v3_3 {
        width: 12px;
        float: left;
        height: 400px;
        background-color: #100324;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .div-img {
        text-align: center;
    }

    .v5_5 {
        display: block;
        padding-left: 10%;
    }

        .v5_5 .form-input {
            width: 250px;
            height: 30px;
            padding: 5px;
            border-radius: 6px;
            background: rgba(242, 242, 254, 1);
            border: none;
        }

    .icon-btn {
        margin-top: -25px;
    }

    .v5_5 .form-input-btn {
        width: 250px;
        height: 30px;
        margin-top: 15%;
        background-color: #100324;
        color: #fff;
        font-size: large;
        border: none;
        border-radius: 6px;
    }
    .icon-eye {
        margin-top: -8%;
        margin-right: 15%;
        cursor: pointer;
        right: 0px;
        top: 0px;
        z-index: 1;
        position: relative;
    }
}
