/*@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";*/

@import "https://pro.fontawesome.com/releases/v5.10.0/css/all.css";

/*@font-face {
    font-family: Calibri;
    src: url('Calibri.ttf');
}
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Calibri';
}

body {
    background: url('./externo/ch_carolhungria.jpg') no-repeat top center;
    background-size: cover;
    height: 100vh;
}

th,
td {
    border: 10px;
    width: 100px;
    overflow: hidden;
    padding: 0 5px;
}

td {
    font-size: 12px;
}

.wrapper {
    position: absolute;
    /*top: 50%;
    left: 50%;*/
    top: 15%;
    right: 5%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 350px;
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #f0f8f0;
}

.wrapper a {
    color: #f0f8f0;
}

.wrapper .title {
    color: #f0f8f0;
    text-align: center;
    font-size: 35px;
    margin-bottom: 25px;
    font-family: 'Calibri', sans-serif;
}

strong {
    margin-top: 25px;
    color: #a11a1a;
    font-size: 12px;
}


/*   --------------------------------

.login-box {
    width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-box h1 {
    float: left;
    font-size: 40px;
    border-bottom: 6px solid #4caf50;
    margin-bottom: 30px;
    padding: 13px 0;
}
 */

.textbox {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid #f0f8f0;
    ;
    margin-bottom: 30px;
}

.textbox i {
    width: 26px;
    float: left;
    text-align: center;
}

.textbox input {
    border: none;
    outline: none;
    background: none;
    color: #f0f8f0;
    font-size: 12px;
    width: 80%;
    float: left;
    margin: 0 10px;
}

.btn {
    width: 100%;
    background: none;
    border: 2px solid #f0f8f0;
    color: #f0f8f0;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    margin: 12px 0;
    border-radius: 5px;
}


/*   -------------------------------- */

 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c5ecfd;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c5ecfd;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #c5ecfd;
}

@media screen and (max-width: 600px) {
    .contact-form {
        flex-direction: column;
    }
    .msg textarea {
        height: 80px;
    }
    .input-fields,
    .msg {
        width: 100%;
    }
}