@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
@import url(https://api.tourism-system.com/static/assets/fonts/raccourci-font.css);

* {
    outline: none !important;
}

body{
    background: transparent;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

h1 {
    margin: 0 0 15px 0;
}

h1.main {
    margin: 0 0 30px 0;
    text-align: center;
}

p {
    margin: 25px 0;
}

.container-fluid {
    padding: 30px;
}

.container-fluid .row {
    margin: 0;
}

button, a, a:hover, a:focus {
    border-radius: 0;
    text-decoration: none;
}

/* INPUTS */
.form-group {
    margin: 0 0 4px 0;
    position: relative;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #bcbcbc;
    color: #333;
    box-shadow: 0 0 4px #c9c9c9 inset;
    padding: 10px;
    height: 36px;
}

label {
    display: none;
}

.checkbox label {
    display: block;
    margin-bottom: 30px;
}

.form-control::-webkit-input-placeholder {
    color: #000;
    text-overflow: ellipsis;
}
.form-control:-moz-placeholder {
    color: #000 !important;
    text-overflow: ellipsis;
}
.form-control::-moz-placeholder {
    color: #000 !important;
    text-overflow: ellipsis;
}
.form-control:-ms-input-placeholder {
    color: #000 !important;
    text-overflow: ellipsis;
}

.form-group .alert {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 8px 0 2px 0;
    padding: 9px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: .9em;
    width: 100%;
    color: #FFF;
    background: #FF4F4F;
}

.form-group .alert ul {
    padding: 0;
}

.form-group .alert ul li {
    list-style-type: none;
}

/* SEPARATOR */
.separator .strike {
    border-left: 1px solid #bcbcbc;
    width: 1px;
    height: 80px;
    background-color: #bcbcbc;
    margin: 0 auto;
}

.separator .word {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    color: #bcbcbc;
    margin: 5px auto;
}

/* LINK TO LOGIN */
.idp-links {
    margin-top: 40px;
    padding-left: 20px;
    color: #00ABEA;
}

.idp-links a {
    display: block;
    width: 100%;
    text-align: left;
    color: #00ABEA;
}

.idp-links a:hover {
    color: #333;
}

/* FOR SOCIAL NETWORKS BUTTONS */
button.btn,
a.btn{
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #bcbcbc;
    padding: 10px;
    margin: 5px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    background: #fff;
    border-radius: 0;
    color: #00ABEA;
    text-transform: uppercase;
}
button.btn.facebook-btn,
a.btn.facebook-btn {
    color: #314e8b;
    margin-top: 0;
}
button.btn.facebook-btn:hover,
a.btn.facebook-btn:hover,
button.btn.facebook-btn:focus,
a.btn.facebook-btn:focus {
    border: 1px solid #3b5998;
    background: #3b5998;
    color: #fff;
}
button.btn.twitter-btn,
a.btn.twitter-btn {
    color: #00aced;
}
button.btn.twitter-btn:hover,
a.btn.twitter-btn:hover,
button.btn.twitter-btn:focus,
a.btn.twitter-btn:focus {
    border: 1px solid #00aced;
    background: #00aced;
    color: #fff;
}
button.btn.google-btn,
a.btn.google-btn {
    margin-bottom: 0;
    color: #dd4b39;
}
button.btn.google-btn:hover,
a.btn.google-btn:hover,
button.btn.google-btn:focus,
a.btn.google-btn:focus {
    border: 1px solid #dd4b39;
    background: #dd4b39;
    color: #fff;
}
button.btn.login-btn,
a.btn.login-btn {
    margin-bottom: 0;
    color: #333;
}
button.btn.login-btn:hover,
a.btn.login-btn:hover,
button.btn.login-btn:focus,
a.btn.login-btn:focus {
    border: 1px solid #333;
    background: #333;
    color: #fff;
}
button.btn.register-btn,
a.btn.register-btn {
    margin-bottom: 0;
    color: #fff;
    border: 1px solid #333;
    background: #333;
    text-align: center;
}
button.btn.register-btn:hover,
a.btn.register-btn:hover,
button.btn.register-btn:focus,
a.btn.register-btn:focus {
    border: 1px solid #333;
    background: #fff;
    color: #333;
}
button.btn.mandatory-btn,
a.btn.mandatory-btn {
    margin-bottom: 0;
    color: #fff;
    border: 1px solid #00ABEA;
    background: #00ABEA;
    text-align: center;
}
button.btn.mandatory-btn:hover,
a.btn.mandatory-btn:hover,
button.btn.mandatory-btn:focus,
a.btn.mandatory-btn:focus {
    border: 1px solid #00ABEA;
    background: #fff;
    color: #00ABEA;
}
.btn .icon {
    font-size: 20px;
    margin: 0 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

/* REGISTER OR LOGIN */
.next-page {
    margin-top: 55px;
    text-align: center;
}

.next-page p{
    margin: 0;
}

.next-page a{
    border: 1px solid #333;
    background: #333;
    padding: 8px 30px;
    margin: 5px auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.next-page a:hover{
    background: #fff;
    color: #333;
}

/* SUCCESS */
.login-success, .renewPassword-success {
    margin: 0;
    padding-top: 140px;
    text-align: center;
    background: url(../bundles/rcmyaccountmyaccount/img/check.png) no-repeat top center;
}

.login-success .btn {
    border: 1px solid #333;
    background: #333;
    padding: 8px 30px;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    width: 200px;
}

.login-success .btn:hover {
    background: #fff;
    color: #333;
}

.login-success p {
    margin: 0 0 20px 0;
}

/* ERROR */
.exception {
    margin-top: 100px;
    padding-top: 140px;
    text-align: center;
    background: url(../bundles/rcmyaccountmyaccount/img/error.png) no-repeat top center;
}

.exception .error {
    color: #aaa;
}

/* CGU */
.cgu { padding: 15px; }
.cgu h1 { text-align:center; color: #bbb; }
.cgu h2 { border-bottom: 1px solid #ccc; }
.cgu h3 { font-size: 16px; color: #00abea; }

/* LOADER */
.loader {
    display: block;
    width: 32px;
    height: 32px;
    margin: 10px auto;
    background: url(../bundles/rcmyaccountmyaccount/img/loader.gif) no-repeat;
}

/* RESPONSIVE */
@media screen and (max-width: 750px) {
    .container-fluid {
        padding: 20px 0;
    }

    .separator .strike {
        display: none;
    }

    .separator .word {
        margin: 20px auto;
    }

    .idp-links {
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
    }

    .idp-links a {
        border: 1px solid #eee;
        padding: 2px;
        margin: 0 auto 10px auto;
        text-align: center;
        background: #eee;
        color: #888;
    }

    .idp-links a:hover {
        border: 1px solid #333;
        background: #333;
        color: #fff;
    }

    .next-page{
        margin-top: 0;
    }

    .register a{
        display: block;
        padding: 8px;
    }

    .btn .icon {
        margin: 0 10px;
    }
}