/*
 Theme Name:   Techbeeps Child
 Template:     techbeeps
 Version:      1.0.0
*/




.page-id-15981 .airb-templates picture img {
    height: 540px;
    object-fit: cover;
}


.login-form input[type="text"] {
    width: 100%;
    padding: 12px 44px 12px 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    background: #ffffff;
    transition: all 0.25s ease;
}


.logout-btn a{
color:#fff;
}
.new-resume a{
	color:#fff;
}
.my-edit-resume a{
color:#fff;
}

.airb-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
}

.airb-modal{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    padding:20px;
    width:350px;
    border-radius:8px;
}
a#airb-show-register {
    color: blue;
}
a#airb-show-login {
    color: blue;
}
form#airb-register-form h3 {
    text-align: center;
}
form#airb-login-form h3 {
    text-align: center;
}

form#airb-register-form input {
    margin: 10px 0px;
    width: 100%;
}

form#airb-login-form input {
    margin: 10px 0px;
    width: 100%;
}

form#airb-login-form button {
    cursor: pointer;
}

form#airb-register-form button {
    cursor: pointer;
}