﻿
body {
}

.header {
    background: #00c6ff; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #0072ff, #00c6ff); /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #0072ff, #00c6ff);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 75%;
    margin: 30px auto;
    /*padding: 30px;*/
    margin-top: -45%;
    position: relative;
    box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
}

.sign-up {
    /*margin:0px auto;*/
    /*border:1px solid green;*/
    /*width: 45%;*/
    padding: 2%;
    text-align: center;
    /*background-image:url("Images/sign.jpg");*/
    /*background-color: #fff;*/
    /*box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0px;*/
}

.textbox {
    padding: 10px;
    margin: 5px;
}

.textbox1 {
    border-bottom: 1px solid #1f92ff;
    border-left: none;
    border-right: none;
    border-top: none;
    /*border-radius:50%;*/
    padding: 12px;
    outline: none;
    /*border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;*/
    width: 100%;
}

.textbox1:focus {
        border-bottom: 2px solid #0074E1;
}

.icon {
    position: absolute;
    /* left: 0px; */
    right: 22px;
    top: 12px;
    font-size: 18px;
}

.icon1 {
    position: absolute;
    /* left: 0px; */
    right: 20px;
    top: 7px;
    font-size: 24px;
}

.list {
    width: 100%;
    padding: 10px;
    color: #808080;
    border-bottom: 1px solid #1f92ff;
    border-left: none;
    border-right: none;
    border-top: none;
    outline: none;
}

.list:focus {
        border-bottom: 2px solid #0074E1;
}

.message {
    outline: none;
    border-bottom: 1px solid #1f92ff;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
}

.message:focus {
        border-bottom: 2px solid #0074E1;
}

.query {
}

.query img {
        width: 100%;
        height: 581px;
}

/*.butn {
    padding: 0px 10px;
}

.butn {
    background: none;
    border: 1px solid #0074E1;
    font-family: "montserrat",sans-serif;
    text-transform: uppercase;
    padding: 12px 20px;
    min-width: 200px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #0074E1;
}

.butn:hover {
        color: #fff;
}

.butn::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #0074E1;
        z-index: -1;
        transition: transform 0.5s;
        transform-origin: 0 0;
        transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
        transform:scaleY(0);
}

    .butn:hover::hover {
        transform:scaleY(1);
    }*/


.butn {
    background: none;
    border: 1px solid #0074E1;
    font-family: "montserrat",sans-serif;
    text-transform: uppercase;
    padding: 12px 20px;
    min-width: 200px;
    /*margin:10px;*/
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #0074E1;
}

.butn:hover {
        color: #fff;
}

.butn::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #0074E1;
        z-index: -1;
        transition: transform 0.5s;
        transform-origin: 0 0;
        transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}

.butn1::before {
    transform: scaleY(0);
}

.butn1:hover::before {
    transform: scaleY(1);
}

.bq {
    font-size:25px;
    color:#000;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-left:20px;
    font-weight:bold;
}




