*{

    margin:0;
    
    }
    
    body{
     background-image: url('images/1.jpg');
     
    
    
    }
    
    .container{
    background: orangered;
    padding: 30px;
    text-align:center;
    box-shadow:1px 5px 10px black;
    display: flex;
    justify-content: space-between;
    }
    
    ul li {
    
    display:inline;
    padding-left:70px;
    cursor:pointer ;
    
    }
    
    .container ul li:hover{
    color:aliceblue;
    height:1px;
    transition:0.5s;
    padding-right:5px;
    
    }


    .index-create{

background-color:whitesmoke;
padding:20px;
width:340px;


    }


    button{
 border:none;
 height:40px;
 padding-right:60px;
 padding-left: 70px;;
 
 
 
    }
 a{
   
    color:aliceblue;
    text-decoration: none;
}

    .cancel{
        background-color:rgb(255, 45, 45);

        text-align:center;
    }
    .submit{

        background-color:rgb(72, 207, 72);
    }


    .input-in{

    padding:10px;
    padding-right:170px;
    }



    .check:after{
background-color: blue;

    }