﻿body {
    background-color: #004e75;
    font-family: 'Peshang_Des' !important;
    user-select: none;
}

.head {
    color: white;
    text-align: center;
    font-size: 4em;
}

@font-face {
    font-family: 'Peshang_Des';
    src: url('../fonts/Peshang_Des.ttf') format('truetype');
}

@font-face {
    font-family: 'Peshang_Des_1_bold';
    src: url('../fonts/Peshang_Des_1_bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Peshang_Des_3_Bold';
    src: url('../fonts/Peshang_Des_3_Bold.ttf') format('truetype');
}

.logInBack {
    background-color: floralwhite;
    height: 400px;
    width: 50%;
    margin-top:200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #808080;
    text-align: center;
}

.formItem {
    display: inline-block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}

    .formItem .lbl {
        display: block;
    }

    .formItem .txt {
        font-size: 15px;
        text-align: center;
        border-radius: 3px;
        width: 100%;
        height: 30px;
        font-family: 'Peshang_Des';
        transition: all .5s;
    }

        .formItem .txt:hover {
            box-shadow: 0px 0px 10px 0px #004e75;
        }

    .formItem .btn {
        width: 50%;
        height: 40px;
        text-align: center;
        font-family: 'Peshang_Des';
        background-color: #048d16;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
.Image1 {
    height: 250px;
    width: 300px;
    position: absolute;
    left: 0px;
    top:0px;
    background-image: url('images/2logo.png');
    background-size: 200%;
    background-position: center;
    background-repeat: no-repeat;
}
    .Image1::before {
        content: 'University of Sulaimani  Collage of Commerce';
        color: white;
        font-size: 1.5em;
        position: relative;
        left: 250px;
        top: 90px;
    }
    .Image2 {
        background-image: url('images/1logo.png');
        height: 250px;
        width: 300px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-size: 200%;
        background-position: center;
        background-repeat: no-repeat;
    }
        .Image2:before {
            content: 'زانکۆی سلێمانی کۆلێجی بازرگانی';
            color: white;
            font-size: 1.75em;
            direction:rtl;
            position: relative;
            right: 220px;
            top: 100px;
        }