
body {
    background-color: rgb(238, 238, 252);
    font-size: 16px;
}

.txt-controller label{
    font-size: 16px;
}

.txt-controller input{
    font-size: 16px;
}

/* ......logo.......  */
.boxStyle {
    margin: 20px 0 0 0;
}

.boxStyle :hover {
    transform: scale(1.1);
}

img {
    border-radius: 15px;
}

/* ........loginBody.......  */
.paperStyleSingup {
    padding: 30px;
    height: 65vh;
    width: 370px;
    margin: 90px auto 0 auto;
}

.contact-form-col {
    position: relative;
    overflow: hidden;
}


@media (max-width: 767px) {
    .contact-form-col {
        overflow: hidden;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .head1 {
        overflow: hidden;
        font-size: 20px;

    }

    .f1{
        width: 100vw;
        margin-left: -20px;
    }


    .t1 {
        border-radius: 00;
        border-top: none;
        border-right: none;
        margin: .2rem auto 1.2rem 0;
        transition: .3ms linear ease;
        width: 80%;
        display: flex;
        align-items: center;
    }

    .t1 label {
        margin-left: 35px;
    }

    .t1:focus {
        border-radius: 00;
        border-top: none;
        border-right: none;
        border-left: none;
        margin: .2rem auto 1.2rem 0;
        transition: .3ms linear ease;
        box-shadow: none;
    }

    .b1 {
        border-radius: 2.5rem;
        font-weight: 400;
        text-decoration: none;
        max-width: 50%;
        align-items: center;
    }

    .buttonContainer {
        display: flex;
        width: 100%;
      }

    .b1:hover {
        text-decoration: none;
        transform: scale(1.1);
        transition: 0.1s ease;
    }
}

@media (max-width: 767px) {
    .gridContainer {
        overflow: hidden;
        width: 100%;
    }

    .paperStyle {
        overflow: hidden;
        width: 100%;
    }
}

@media (max-width: 767px){
    .div1{
        overflow: hidden;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .save{
        position: relative;
    }


    .div1:focus{
        overflow: hidden;
        width: 100%;
    }

    .dropdown2{
        margin-left: -8px;
    }

    .res{
        margin-left: 15px;
    }

    .clear{
        margin-left: 3px;
    }

    .save{
        margin-left: 15px;
    }
    
}

@media( max-width: 767px){
    .mobileView{
        display: block;
    }
    .desktopView{
        display: none;
    }

    .b1{
        display: none;
    }

    .b2{
        display: block;
    }

}

@media (min-width: 768px){
    .mobileView{
        display: none;
    }
    .desktopView{
        display: block;
    }

    .b1{
        display: block;
    }

    .b2{
        display: none;
    }
}




