body{
    background-color: #26244b;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    margin: 0;

}
.line{
    height: 100px;

}
.line2{
    height: 50px;
}
.mk{
    width: 100%;
    margin: 0 auto;
}

.welcome{
    color: #fff;
    font-weight: 400;
    font-size: 23px;
}
.create{
    width: 300px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #7084ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}
.create:hover{
    background: #4258b3;
}


.left{
    float: left;
    font-size: 17px;
    cursor: pointer;
    color: #fff;
}
span{
    font-size: 17px;
}

.box{
    margin: 0 auto;
    padding: 15px;
}

.line3{
    height: 60px;
}
h3{
        font-size: 22px;
        color: #fff;
        font-weight: 400;
}
.enter{
    color: rgb(167, 167, 167);
    margin-top: 30px;
    font-size: 13px;
}

.left img{
    margin-bottom: -10px;
}
.form{
    height: 450px;
    margin: 0 auto;
    width: 400px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media only screen and (max-width: 600px) {
    .mk{
                width: 100%;
            }
    }

    @media only screen and (max-width: 600px) {
        .form{
                    width: 100%;
                }
        }

.container{
    width: 50%;
    margin:  0 auto;
    height: 100vh;
}


@media only screen and (max-width: 600px) {
    .container{
                width: 100%;
            }
    }

.form p{
    font-size: 17px;
    color: rgb(142, 142, 142);
    padding: 10px;
    font-weight: 400;
}
.mackinput{
    height: 30px;
    border-radius: 5px;
    width: 90%;
    border: 1px solid rgb(234, 234, 234);
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media only screen and (max-width: 600px) {
    .mackinput{
                width: 90%;
                box-sizing: border-box;
            }
    }

.line5{
    height: 120px;
}

.trans{
    font-size: 35px;
    color: #000;
}
.crt{
    font-size: 16px;
    color: #1b1b1c;
    padding-top: 22px;
}

a{
    text-decoration: none;
    text-decoration-style: none;
    -moz-text-decoration-style: none;
}
.items{
    width: 100%;
    height: auto;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}
.hey{
    font-size: 16px;
    font-weight: bold;
    color: #3d3f4c;
}

.line6{
    height: 20px;
}

input[type="text"]{
    padding: 15px;
    margin: 10px;
}
::placeholder{
    color: rgb(167, 167, 167);
    font-size: 16px;
}

.line7{
    height: 200px;
}
input:focus{
    border: 1px solid skyblue;
    outline: none;
}

@media only screen and (max-width: 600px) {
    #mkint{
                height: 50px;
            }
    }