﻿.external-page-background {
    background: url('../images/back_pic.svg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}

.external-page-panel {
    margin-top: 25%;
    margin-right: 25%;
    width: 445px;
}

@media (max-width: 992px) {
    .external-page-panel {
        margin-right: auto;
        margin-left: auto;
    }
}

.external-page-panel-header {
    color: #173d7a;
    font-family: Rubik;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.external-page-input {
    background-color: #fff !important;
    border-radius: .25rem !important;
    width: 100%;
}

.btn-primary {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #173d7a;
}

    .btn-primary.outline {
        border: 4px solid #007299;
        color: #ffffff;
    }

        .btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
            color: chartreuse;
            border-color: chartreuse;
        }

        .btn-primary.outline:active, .btn-primary.outline.active {
            border-color: #007299;
            color: #007299;
            box-shadow: none;
            background-color: chartreuse;
        }

.btn-primary {
    /* Style for "כניסה" */
    padding: 15px 12px;
    color: #fff;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
}