*{
box-sizing: border-box;
}
body{
    border: O;
    padding:0;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   
}
header{
   
    width:100%;
    background-color: rgba(23,23,23,0.15);
    padding: 20px;
    position: absolute;
    top:0;
}


.header-container{
    display: flex;
    justify-content: space-around;
    

}
header a{
    border-top: 0;
    text-decoration: none;
    margin-right: 100pxS;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0719);
    font-family: tahoma;

}
.anger{
    display: flex;
    justify-content: space-around;
}
.banner-container{
    width: 100%;
    height: 150vh;
    background: rgba(6,72,105,0.849);
    display: flex;
    justify-content: space-between;
}
.banner-container .container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

}
.left-section{
    width: 600px;
}
.left-section h1{
    margin:0 ;
    font-size: 40px;
    color: white;
}
.left-section p{
    margin: 0;
    text-align: justify;
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 20px;
    color:rgba(255,255,255,0.884)
    

}
.left-section button{
    color: rgb(78,78,78);
    background-color: azure;
    border: none;
    padding: 12px,50px;
    border-radius: 6px;
    margin-top: 15px;
    cursor: pointer;
}
/*left section end*/
/*right section */
.right-section {
    width: 350px;
    background-color:white;
    border-radius: 15px;
    padding: 40px 0;
    box-shadow: 0 5px 6px rgba 0,0,0,0.26;

}
.right-section h4{
    color: rgb(125, 155, 244);
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
   
}
.input-group{
    color: rgb(125, 155, 244);
    font-size: 14px;
    width: 300px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;


}
.input-group-label{
    color:rgb(125, 155, 244);
    font-size: 14px;
    position: relative;
    transition: 0.5s ease-in-out;
}

.input-group input{
    border:none;
    padding: 7px;
    margin-top: -5px;
    outline: none;
    color: rgb(125, 155, 244);
    border-bottom: 1px solid #c9c98a;

}
.input-group input:focus~label{
    color:red;
    top:10px;
    font-size: 12;
}
.submit button{
    background-color:rgb(125,155,244);
    color: white;
    border: none;
    padding: 10px 0;
    margin-top: 15px;
    border-radius: 10px;
    width: 100px;
    margin-left: 130px;
    cursor: pointer;
}
/*right section end*/
