.scanner {
    overflow: hidden;
}

.scanner h1 {
    font-size: 21px;
    margin-bottom: 15px;
}

.scanner h1 i {
    font-size: x-large;
    margin-left: 5px;
    cursor: pointer;
}

.scanner h1 .fa-camera {
    color: #0079FF;
}

.scanner h1 .fa-circle-stop {
    color: crimson;
    display: none;
}

.scanner-form {
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    border: 2px dashed #555;
    cursor: pointer;
}

.scanner-form img {
    max-width: 188px;
    display: none;
}

.scanner-form video {
    width: 100%;
    height: 100%;
    display: none;
}

.scanner-form .content {
    color: #0079FF;
}

.scanner-form .content i {
    font-size: 4rem;
}

.scanner-form .content p {
    font-size: 1.2rem;
    margin-top: 15px;
}

.scanner-details {
    margin-top: 15px;
}

.scanner-details textarea{
    width: 100%;
    height: 150px;
    color: #555;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    resize: none;
    border-radius: 5px;
}

.scanner-details .btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.scanner-details .btn button {
    height: 50px;
    width: calc(100% /2  - 10px);
    background: #0079FF;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: 2px;


}