body {
    margin: 0;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/*body:before {
    content: "";
    height: 315px;
    width: 126px;
    background-image: linear-gradient(to right, #ff070700 , #333385);
    border-radius: 51%;
    display: inline-block;
    position: absolute;
	left: -74px;
    top: -150px;
}*/

/*body:after {
    /*content: "";
    height: 149px;
    width: 137px;
    background-image: linear-gradient(to right, #891377 , #5d71b7);
    border-radius: 59%;
    display: inline-block;
    position: absolute;
    right: -55px;
    bottom: -25px;
	
	content: "";
    height: 197px;
    width: 237px;
    background-image: url(../img/enq.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: -10%;
    display: inline-block;
    position: absolute;
    right: -14px;
    bottom: -2px;
}*/

.warp {      
    width: 100%;
    height: 100vh;
    background: rgb(255, 254, 254);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner {
    width: 400px;
    min-height: 60%;
    box-shadow: 1px 1px 10px #4c4444;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    border-radius: 7px;
}

.banner2 {
    width: 80%;
    height: 100%;
}

.hedder h1 {
    text-align: center;
    font-family: monospace;
    color: #4c4444;
}

.dash {
    width: 50%;
    display: flex;
    margin: auto;
    height: 2px;
    /*background: #4c4444;*/
    margin-bottom: 40px;
}

.part1 {
    height: 2px;
    background: blue;
}

/*.user {
    margin-left: 50px;
}*/

b {
    font-weight: none;
	letter-spacing: 2px;
}

input[type=text],
input[type=password] {
	margin-top:5px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 7px;
    padding: 15px 2px;
    border: none;
    box-shadow: 1px 1px 10px #9aaccf;
    font-family: monospace;
    border-left: 4px solid #0170B3;
}

.user1 {
    margin-top: 10px;
    margin-left: 35px;
}

button {
   	width: 59%;
    background-color: #0170b3;
    border: none;
    border-radius: 7px;
    color: #FFEB3B;
    padding: 8px 12px 9px 23px;
    text-align: center;
    font-size: 22px;
    margin: 29px 5px;
    display: flex;
    justify-content: center;
    margin-left: 50px;
    font-family: monospace;
    cursor: pointer;
	
}

.rightcon {
    width: 400px;
    min-height: 75%;
    box-shadow: 1px 1px 10px #4c4444;
    border-radius: 7px;
    background: #B2EEFF;
	background-image:url("../img/enq.gif");
	background-repeat:no-repeat;
	background-size:100% 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -30px;
    z-index: 3;
}

.con1 {
    color: #0170b3;
	margin-top: 212px;
}

.con1 h2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
	letter-spacing: 9px;
    font-size: 17px;
}

.con1 h1 {
		font-family: monospace;
		color: #0170b3;
		word-spacing: 3px;
		font-size: 23px;
		letter-spacing: 10px;
		/*text-align: center;*/
}

.con1 p {
    box-shadow: 1px 1px 3px #9aaccf;
    padding: 4px;
    text-align: center;
	font-family: monospace;
    font-size: 10px;
}

@media screen and (max-width: 620px) {
    .banner {
        width: 90%;
    }

    button {
        margin-left: 50px;
    }

    .rightcon {
        position: absolute;
    }

    .con2 {
        margin-bottom: 431px;
    }

    .rightcon {
        min-height: 100%;
		display: none;
    }
    .user{
        margin-left: 0;
    }
    body:before {
        content: none;
    }
    body:after {
        content: none;
    }
	input[type=text],
input[type=password] {
	margin-top:5px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 7px;
    padding: 15px 2px;
    border: none;
    box-shadow: 1px 1px 10px #9aaccf;
    font-family: monospace;
    border-left: 4px solid #0170B3;
}

button {
    width: 100%;
    background-color: #0170b3;
    border: none;
    border-radius: 7px;
    color: #FFEB3B;
    padding: 8px 12px 9px 23px;
    text-align: center;
    font-size: 22px;
    margin: 29px 5px;
    display: flex;
    justify-content: center;
    margin-left: -14px;
    font-family: monospace;
    cursor: pointer;
}


}