* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

html {
    font-family: open-sans, sans-serif;
}


body {
    width: 100%;
    height: 1081px;
    margin: 0;
    background-image: url('../img/iHomeCRM_header_Photo_Desktop.jpg');
    background-repeat: no-repeat;
    background-position: 500px 10%;
    background-color: #1b4457;
}

label {
    font-family: open-sans, sans-serif;
    font-size: 16px;
    color: #E4FAFF;
}

.small_image {
    display: none;
}


.container {
    padding: 80px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

.input_form {
    padding-left: 10px;
    width: 440px;
    background: #ececec;
    height: 40px;
    border-radius: 8px;
    box-shadow: 3px 3px #912e29;
    display: block;
    margin: 0;
    /*	    padding: var(--inputPaddingV) var(--inputPaddingH);*/
    color: inherit;
    font-family: inherit;
    font-size: var(--inputFontSize);
    font-weight: inherit;
    line-height: var(--inputLineHeight);
    border: none;
    border-radius: 0.4rem;
    transition: box-shadow var(--transitionDuration);
}

.count_message {
    width: 440px;
}

.error_msg {
    padding: 4px 20px;
    background: #c9e2b3;
    color: indianred;
    display: none;
    height: 30px;
    text-align: center;
    border-radius: 1px;
    font-weight: 600;
}

.field-icon {
    margin-left: 390px;
}

.input_form::placeholder {
    color: #9C9D9E;
    padding-left: 15px;
}

.forget {
    padding-top: 30px;
}

.divider {
    margin: 120px;
}

.divider_forget {
    margin: 245px;
}

.centered {
    text-align: center;
}

.sec_logo {
    margin-top: 30px;
}

.foot {
    margin-top: 30px;
}

.support_en {
    text-decoration: none;
    color: #cc6256;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.support_gr {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    display: block;
}

.responsive {
    max-width: 100%;
    height: auto;
}

#small_sec_log {
    display: none;
}

.alert-warning {
    background-color: #f39c12 !important;
    color: #fff !important;
    border-color: #e08e0b;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 25px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}

.alert-warning2 {
    background-color: #f39c12 !important;
    color: #fff !important;
    border-color: #e08e0b;
    padding: 25px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}


.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert {
    margin-top: 20px;
    width: 32%;
    padding: 2px;
    border: 1px solid transparent;
}

.alert .close {
    color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}


.alert h4 {
    font-weight: 600;
    font-size: 15px;
}

.myalert {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.mybutto {
    background: #a8ccf1;
    padding: 10px;
    margin-top: 10px;
    color: black;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
}


.hover_disabled:hover {
    cursor: not-allowed;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 14px;
}


/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #d8901e;
}

.short {
    font-weight: bold;
    color: #FF0000;
    font-size: smaller;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px #5b5b5b;
    background: #ffffff;
}

.weak {
    font-weight: bold;
    color: orange;
    font-size: smaller;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px #5b5b5b;
    background: #ffffff;
}

.good {
    font-weight: bold;
    color: #2D98F3;
    font-size: smaller;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px #5b5b5b;
    background: #ffffff;
}

.strong {
    font-weight: bold;
    color: limegreen;
    font-size: smaller;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px #5b5b5b;
    background: #ffffff;
}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {

    .mple {
        width: 100%;
        height: 64%;
        background: linear-gradient(to bottom left, #1b4457 calc(50% - 10px), #1b4457 calc(50% - 200px), #1b4457 40%, transparent 10%);
    }

    .portokali {
        width: 105%;
        height: 90%;
        background: linear-gradient(to bottom right, #af5248 calc(20% - 10px), #cc6256 calc(50% - 10px), #cc6256 50%, transparent 50%);
    }

    body {
        width: 100%;
        background-size: contain;
        background-position: 0px 440px;
        height: 1000px;
    }

    .main_logo {
        display: none;
    }

    .mobile_logo {
        max-width: 160px;
    }

    #login-form {
        margin-top: -45px;
    }

    .container {
        padding: 10px !important;
    }

    .first {
        margin-top: -10px;
    }

    .input_form, .count_message {
        width: 95%;
    }

    .field-icon {
        margin-left: 70%;
    }

    .center_mobile {
        text-align: center;
    }

    #large_sec_log {
        display: none;
    }

    #small_sec_log {
        display: block;
    }

    #eisodos img {
        width: 150px;
    }

    #recovery img {
        width: 100%;
    }

    .forget {
        margin-top: -30px;
        width: 120px;
    }

}

@media only screen and (min-width: 361px) and (max-width: 600px) {


    .mple {
        width: 100%;
        height: 52%;
        background: linear-gradient(to bottom left, #1b4457 calc(50% - 10px), #1b4457 calc(50% - 200px), #1b4457 40%, transparent 10%);
    }

    .portokali {
        width: 100%;
        height: 90%;
        background: linear-gradient(to bottom right, #af5248 calc(20% - 10px), #cc6256 calc(50% - 10px), #cc6256 50%, transparent 50%);

    }

    body {
        width: 100%;
        background-size: contain;
        background-position: 0px 300px;
    }

    .main_logo {
        display: none;
    }

    .mobile_logo {
        max-width: 200px;
    }

    .container {
        padding: 10px !important;
    }

    #recovery-form {
        margin-top: -45px;
    }

    .first {
        position: relative;
        top: -30px;
    }

    .input_form, .count_message {
        width: 300px;
    }

    .field-icon {
        margin-left: 240px;
    }

    .center_mobile {
        text-align: center;
    }

    #large_sec_log {
        display: none;
    }

    #small_sec_log {
        display: block;
    }

    .forget {
        padding-top: 160px;
        width: 150px;
    }

    #recovery img {
        width: 300px;
    }

    /*.small_image{
       display: block;
       width: 840px;
       position: relative;
       top: 560px;
    } */

}

@media only screen and (min-width: 601px) and (max-width: 768px) {


    .mple {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom left, transparent calc(50% - -100px), #1b4457 calc(50% - 100px), #1b4457 40%, #1b4457 10%);
    }

    .portokali {
        width: 100%;
        height: 90%;
        background: linear-gradient(to bottom right, #af5248 calc(20% - 10px), #cc6256 calc(50% - 10px), #cc6256 50%, transparent 50%);

    }

    body {
        background-position: 50px 10%;
    }

    .input_form, .count_message {
        width: 280px;
    }

    .field-icon {
        margin-left: 230px;
    }

    .forget {
        width: 150px;
    }

    .main_logo {
        max-width: 440px;
    }

    .mobile_logo {
        display: none;
    }

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

    .mple {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom left, transparent calc(50% - -200px), #1b4457 calc(50% - 100px), #1b4457 40%, #1b4457 10%);
    }

    .portokali {
        width: 100%;
        height: 90%;
        background: linear-gradient(to bottom right, #af5248 calc(20% - 10px), #cc6256 calc(50% - 10px), #cc6256 50%, transparent 50%);

    }

    body {
        background-position: 150px 10%;
    }

    .input_form, .count_message {
        width: 300px;
    }

    .field-icon {
        margin-left: 250px;
    }

    .forget {
        width: 160px;
    }

    .main_logo {
        max-width: 500px;
    }

    .mobile_logo {
        display: none;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {

    .mple {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom left, transparent calc(50% - -300px), #1b4457 calc(50% - 100px), #1b4457 40%, #1b4457 10%);
    }

    .portokali {
        width: 100%;
        height: 90%;
        background: linear-gradient(to bottom right, #af5248 calc(20% - 10px), #cc6256 calc(50% - 10px), #cc6256 50%, transparent 50%);

    }

    body {
        background-position: 320px 10%;
    }

    .mobile_logo {
        display: none;
    }


}

@media only screen and (min-width: 1401px) {

    .mple {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom left, transparent calc(50% - -300px), #1b4457 calc(50% - 100px), #1b4457 40%, #1b4457 10%);
    }

    .portokali {
        width: 100%;
        height: 90%;
        background: linear-gradient(to bottom right, #af5248 calc(20% - 10px), #cc6256 calc(50% - 10px), #cc6256 50%, transparent 50%);

    }

    body {
        background-position: 320px 10%;
    }

    .mobile_logo {
        display: none;
    }

}