/*author:starttemplate*/
/*reference site : starttemplate.com*/
body {
    background-image:url('/auth/img/image10.jpg');
    background-position:center;
    background-size:cover;

    -webkit-font-smoothing: antialiased;
    font: normal 14px Roboto,arial,sans-serif;
    font-family: 'Lucida Calligraphy', cursive!important;
}

.container {
    padding: 80px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff!important;
    opacity: 10; /* Firefox */
    font-size:8px!important;
}

.invalid-feedback {
    color: red;
    font-family: "Lucida Sans", cursive!important;
    font-size: 12px;
}

.form-login {
    background-color: rgba(0,0,0,0.5);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    color:white;
    box-shadow:0 1px 0 #cfcfcf;
}

.form-control{
    background:transparent!important;
    color:white!important;
    font-size: 14px!important;
}

.form-label{
    font-family: "Ink Free", cursive!important;
    font-size: 19px;
}

.form-coche{
    margin-left: 10px;
    font-family: "Ink Free", cursive!important;
    font-size: 15px;
}

a{
    color:navajowhite;
}

h1{
    color:white!important;
}

h4 {
    border:0 solid #fff;
    border-bottom-width:1px;
    padding-bottom:10px;
    text-align: center;
}

.form-control {
    border-radius: 10px;
}

.text-white{
    color: white!important;
}

.wrapper {
    text-align: center;
}

.footer p{
    font-size: 13px;
}