/******************************** LOGIN / REGISTRATION / FORGOTTEN ********************************/
#form-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 16px;
    padding-bottom: 20px;
    margin: 80px auto 60px;
    width: 319px;
    height: auto;
    border-radius: 12px;
    border: 1px solid #d0d0d0;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgb(240, 240, 240);
}

#form-container input {
    text-decoration: none;
    position: relative;
    width: 80%;
    display: block;
    margin: 20px auto;
    font-size: 15px;
    color: #000;
    padding: 8px;
    border-radius: 6px;
    border: none;
    background: rgba(208, 208, 208, 0.35);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#form-container input:focus {
    outline: none;
    box-shadow: 3px 3px 10px #333;
    background: rgba(3, 3, 3, .2);
}

#form-container #label {
    font-size: 11px;
    width: 100%;
    vertical-align: middle;
    display: table;
}

.label-agreement {
    text-align: center;
    margin-bottom: 25px;
}

#form-container #agreement {
    margin: 0 10px 0 0;
    vertical-align: bottom;
    width: auto;
    display: inline-block;
}

#form-title {
    font-weight: normal;
    text-align: center;
    position: relative;
    font-size: 24px;
    margin-bottom: -2px;
}

#form-button {
    text-align: center;
    font-size: 16px !important;
    cursor: pointer;
    background: rgb(0, 134, 192) !important;
    color: rgb(240, 240, 240) !important;
    width: 85% !important;
    -webkit-appearance: none !important;
}

#form-button:hover {
    opacity: 0.8;
    color: rgb(235, 235, 235);
}

.form-errors {
    padding-left: 25px;
    padding-right: 25px;
    color: #cf0000;
    list-style-type: none;
    font-size: 14px;
    text-align: center;
}

::-webkit-input-placeholder {
    color: #737373;
}

:-moz-placeholder {
    color: #101010;
}

::-moz-placeholder {
    color: #101010;
}

:-ms-input-placeholder {
    color: #101010;
}

input::-ms-clear {
    display: none;
}

#registration-box {
    float: left;
    position: relative;
    padding: 0 5px 5px 25px;
}

#registration {
    font-size: 12px;
    font-family: 'Hind', sans-serif;
    color: rgb(0, 134, 192);
    right: 0;
    top: 8px;
    cursor: pointer;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#registration:hover {
    text-decoration: underline;
}

#forgotten-box {
    text-align: center;
    position: relative;
    padding: 0 0 5px 5px;
}

#forgotten {
    font-size: 12px;
    font-family: 'Hind', sans-serif;
    color: rgb(0, 134, 192);
    right: 0;
    top: 8px;
    cursor: pointer;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#forgotten:hover {
    text-decoration: underline;
}

#forgotten-register-box {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 5px 6px 5px;
}

#forgotten-register-text {
    font-size: 13px;
    right: 0;
    top: 8px;
    cursor: pointer;
}

#forgotten-register-text:hover {
    text-decoration: underline;
    color: rgb(0, 134, 192);
}

/******************************** FORMS ********************************/

.form input {
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    position: relative;
    width: auto;
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    color: #000;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #bcbcbc;
    background: rgba(3, 3, 3, .04);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form input:focus {
    outline: none;
    box-shadow: 3px 3px 10px #bdbdbd;
    background: rgba(3, 3, 3, .07);
}

#new-app-form {

}

#modify-app-form {
    margin-top: -10px;
    padding-bottom: 67px;
    margin-bottom: 67px;
    height: auto;
    /*overflow: auto;*/
    float: left;
}

#edit-page-form {
    margin-top: -10px;
    padding-bottom: 57px;
    margin-bottom: 67px;
    height: auto;
    /*overflow: auto;*/
    float: left;
}

#edit-article-form {
    margin-top: -10px;
    padding-bottom: 57px;
    margin-bottom: 67px;
    height: auto;
    float: left;
    width: 100%;
}

#info-app-form {
    margin-top: -10px;
    padding-bottom: 57px;
    margin-bottom: 67px;
    height: auto;
    overflow: auto;
}

.column {
    float: left;
    padding-right: 5%;
    max-width: 45%;
}

.column-30 {
    width: 30%;
}

.column-50 {
    max-width: 50%;
}

.column-325 {
    width: 32.5%;
    padding-right: 2.5%;
    max-width: 60%;
}

#presentation-box {
    max-width: 50%;
}

#push-form {
    padding-bottom: 0;
    height: auto;
}

#push-title {
    width: 500px;
}

#push-message {
    width: 500px;
}

textarea {
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 2px;
    font-size: 15px;
    color: #000;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #bcbcbc;
    background: rgba(3, 3, 3, .04);
    resize: none;
    -webkit-transition: box-shadow 2s ease-in-out;
    -moz-transition: box-shadow 2s ease-in-out;
    -o-transition: box-shadow 2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

textarea:focus {
    outline: none;
    box-shadow: 3px 3px 10px #bdbdbd;
    background: rgba(3, 3, 3, .07);
}

.label {
    font-size: 14px;
    color: #3b3b3b;
}

.input {
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    position: relative;
    width: auto;
    font-size: 14px;
    color: #000;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background: rgba(3, 3, 3, .04);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.input:focus {
    outline: none;
    box-shadow: 3px 3px 10px #bdbdbd;
    background: rgba(3, 3, 3, .07);
}

.dialog-input {
    width: 70%;
    display: block;
    background: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    color: #000;
    margin: 10px auto 5px;
    padding-left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background: rgba(3, 3, 3, .04);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dialog-input:focus {
    outline: none;
    box-shadow: 3px 3px 10px #bdbdbd;
    background: rgba(3, 3, 3, .07);
}

.input-small {
    width: 200px;
    max-width: 96%;
}

.select-small {
    width: 208px;
    max-width: 96%;
}

.input-medium {
    width: 300px;
    max-width: 96%;
}

.input-big {
    width: 350px;
    max-width: 96%;
}

.input-form {
    height: 25px;
    width: 97%;
    max-width: 100% !important;
    margin-bottom: 12px;
}

.field-item-input {
    width: 280px;
    background: rgba(255, 255, 255, .85);
}

.field-item-input:focus {
    background: rgba(255, 255, 255, .95);
}

.video-input, .field-input, .link-input, .width-input {
    background: rgba(255, 255, 255, .7);
}

.video-input:focus, .field-input:focus, .link-input:focus, .width-input:focus {
    background: rgba(255, 255, 255, .9);
}

@media (max-width: 1200px) {

    #modify-app-form {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    #edit-page-form {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    #edit-article-form {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

}

@media (max-width: 800px) {

    #modify-app-form textarea {
        width: 90%;
    }

    .column-30 {
        width: 40%;
    }

    .column-325 {
        width: 42.5%;
        padding-right: 2.5%;
        max-width: 60%;
    }

}

@media (max-width: 520px) {

    #push-title {
        width: 94%;
    }

    #push-message {
        width: 94%;
    }

    .column {
        padding-right: 0;
        max-width: 100%;
    }

    .column-30 {
        width: auto;
    }

    .column-325 {
        width: auto;
    }

    #presentation-box {
        max-width: 100%;
    }

    #info-app-form {
        padding-bottom: 12px;
    }

    #info-app-form textarea {
        width: 93%;
    }

    .video-input, .field-input, .link-input {
        width: 96% !important;
    }

    .width-input {
        width: 45px !important;
    }

    .input-medium {
        width: 100%;
    }

    .field-item-input {
        width: 100%;
    }

}
