*{
    margin: 0;
    padding: 0;
}



.navbar {
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon {
    width: 1200px;
    float: left;
    height: 70px;
}

.logo {
    padding-left: 10px;
    float: left;
    padding-top: 50px;
    width: 10rem;
}

.btn:focus {
    outline: none;
}


.content {
    width: 1200px;
    height: auto;
    margin: auto;
    color: white;
    position: relative;
}

.content .par {
    font-size: 8rem;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.2);
    -webkit-text-stroke: 1px #fff;
    line-height: 120px;
    margin-left: 3rem;
    margin-top: 6rem;
}

.content h1 {
    font-family: 'Courier';
    font-size: 100px;
    padding-left: 20px;
    margin-top: 7%;
    letter-spacing: 2px;
}

.content .cn {
    width: 160px;
    height: 40px;
    background:rgba(255, 255, 255, 0.2);
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
}

.content .cn a {
    text-decoration: none;
    color: #fff;
    transition: .3s ease;
}

.cn:hover {
    background: rgba(231, 71, 210, 0.4);
}

.content p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}

.content span {
    color:  #2aec2a;
    
}

.form {
    width: 250px;
    height: 370px;
    background: linear-gradient(to top, rgba(8, 4, 4, 0.8)50%,  rgba(8, 4, 4, 0.8)50%);
    position: absolute;
    top: 50px;
    left: 800px;
    border-radius: 10px;
    padding: 25px;
}

.form h2 {
    width: 220px;
    font-family: sans-serif;
    text-align: center;
    color: white;
    font-size: 22px;
    background: linear-gradient(45deg, #91238b, #f860f1);
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}

.form input {
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid rgba(231, 71, 210, 0.4);
    border-top: none;
    border-right: none;
    border-left: none;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}

.form input:focus {
    outline: none;
}

.placeholder {
    color: white;
    font-family: Arial;
}

.btnn {
    width: 240px;
    height: 40px;
    background:rgba(255, 255, 255, 0.2);
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    transition: 0.4s ease;
}

.btnn:hover {
    background:rgba(231, 71, 210, 0.4);
    color:white;
}

.btnn a {
    text-decoration: none;
    color: #0F3460;
    font-weight: bold;
}

.form .link {

}

.form  .link span{
    text-decoration: none;
    color:rgba(231, 71, 210, 0.4);
}


