/* css */


.me-logo {
    width: 250px;
}

.content-right {
    align-items: flex-start !important;
}

.me-input-anim {
    position: relative;
}

.me-yeniinputtitle {
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateY(-50%);
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
    padding: 0 8px;
    background: #fff;
    border-left: solid 1px #d4d9e0;
    border-right: solid 1px #d4d9e0;
    line-height: 13px;
}

.me-input-anim > input:focus {
    border: 1px solid #6ccb82;
}

.me-input-anim > input:focus ~ label {
    top: 0;
    left: 17px;
    font-size: 15px;
    padding: 0 8px;
    background: #fff;
    border-left: solid 1px #6ccb82;
    border-right: solid 1px #6ccb82;
    line-height: 13px;
}

.me-input-anim input::placeholder {
    color: #E0E0E0;
    font-size: 12px !important;
}

.me-input-anim select {
    color: #212529;
    padding: .375rem .75rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 0.875rem;
    height: calc(2.65rem + 2px);
    width: 100%;
    background-color: #ffffff;
}

.me-input-anim > select:focus ~ label {
    background: #fff;
    border-left: solid 1px #6ccb82;
    border-right: solid 1px #6ccb82;
}

.me-input-anim select:active {
    border: 1px solid #6ccb82 !important;
}

.me-input-anim select:focus {
    border: 1px solid #6ccb82 !important;
}

.me-input-anim select:focus-visible {
    border: 1px solid #6ccb82 !important;
}

.me-btn1 {
    padding: 12px 25px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    background: #ffc107;
    color: #212121;
    border-radius: 25px;
    font-size: 0.875rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    border: none;
}

.me-btn1:hover {
    background: #d80075;
    color: #ffffff;
}

.me-btn2 {
    padding: 12px 25px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    background: #d80075;
    color: #ffffff;
    border-radius: 25px;
    font-size: 0.875rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    border: none;
}

.me-btn2:hover {
    background: #ffc107;
    color: #212121;
}

.me-btn3 {
    padding: 12px 25px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    background: #e84520;
    color: #ffffff !important;
    border-radius: 25px;
    font-size: 0.875rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    border: none;
}

.me-btn3:hover {
    background: #12408f;
    color: #ffffff;
}

.mecopy {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    opacity: 0.5;
    text-align: center;
    z-index: 99;
}

a.submit{
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #1dbe72;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
}







