input {
    margin-top: 0.5rem;
}

input::placeholder {
    font-weight: bold;
    opacity: 0.8;
    color: pink;
}

input[type=text], select {
    width: 70%;
    padding: 12px 20px;
    margin: 8px 150px 15px;
    display: inline-block;
    border: 1px solid pink;
    border-radius: 0 15px 5px 5px;
    box-sizing: border-box;
}

input[type=password] {
    width: 70%;
    padding: 12px 20px;
    margin: 8px 150px 15px;
    display: inline-block;
    border: 1px solid pink;
    border-radius: 0 15px 5px 5px;
    box-sizing: border-box;
}

input[type=email] {
    width: 70%;
    padding: 12px 20px;
    margin: 8px 150px 15px;
    display: inline-block;
    border: 1px solid pink;
    border-radius: 0 15px 5px 5px;
    box-sizing: border-box;
}

input[type=submit] {
    font-size: 23px;
    width: 30%;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    margin: 5px 80px 5px;
    border: none;
    border-radius: 0 15px 5px 5px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.formzchika {
    margin-top: 100px;
    margin-left: 200px;
    width: 80%;
    padding: 5px;
    height: max-content;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: relative;
}

.formsins {
    position: relative;
    margin-top: 35px;


}


.labelchikaz {
    width: 30%;
    margin-left: 80px;
    font-size: 20px;
    color: white;
}

.aroyhouh {
    width: 90%;
    display: flex;
    
}

.haveacces {
    padding: 10px;
    width: 30%;
    background: #00000059;
    position: relative;
    margin-left: 200px;
    border-radius: 0 15px 5px 5px;
}

.ifalrhaveit {
    color: #fff;
}

.ifalrhaveits {
    color: pink;
    font-size: 20px;
}


textarea::placeholder {
    color: pink;
  }

.footerris {
    position: relative;
    bottom: -50vh;
    z-index: -99;
}

.footerlogs {
    position: relative;
    bottom: 200px;
    z-index: -99;
}

.formchikahones {
    font-size: 50px;
    color: white;
    text-align: center;
    width: 100%;
}

.formchikahone {
    padding: 20px 15px;
    background-color: #DB888C;
    color: white;
    border-radius: 0 15px 5px 10px;
    width: max-content;
    margin-bottom: 25px;
}