﻿@font-face {
    font-family: Parastoo;
    src: url('Parastoo-Bold.eot');
    src: url('Parastoo-Bold.eot?#iefix') format('embedded-opentype'),
        url('Parastoo-Bold.woff') format('woff'),
        url('Parastoo-Bold.ttf') format('truetype');
    font-weight: bold;
}

.host{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card {
    width: 100%;
    display: flex;
    font-family: Parastoo;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px
}

.card-body {
    background-color: white;
    border-radius: 10px;
    width: 85%;
    font-family: Parastoo;
    box-shadow: rgb(0, 142, 161) 0px 2px 8px;
    padding: 15px;
    margin: 10px;
}

@media (min-width:992px) {
    .card-body{
        width: 45%;
    }
}

.input-box {
    display: flex;
    margin: 10px 0px;
    padding: 0px;
    align-items: center;
    /* border: 2px solid black; */
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(235, 252, 252) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.input-box p {
    border-radius: 15px;
    padding: 0px 10px;
    width: 80%;
    height: 25px;
}


.input-box button {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 25%;
        height: 100%;
        border: 0px;
        font-size: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        cursor: pointer;
        background-color: rgb(0, 142, 161);
        color: white;
}


.link-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30%;
    height: 100%;
    border: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 15px;
    cursor: pointer;
    background-color: rgb(0, 142, 161);
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

h4 {
    font-size: 14px;
    text-align: end;
    color: rgb(128, 128, 128)
}

h2 {
    text-align: center;
    color: rgb(0, 0, 0) 
}

p {
    font-size: 15px;
    text-align: left;
    color: rgb(0,0,0)
}

.input-box button:hover {
    background-color: rgb(255, 218, 53);
}

.input-box a:hover {
    background-color: rgb(255, 218, 53);
}

.portId {
    text-align: center;
    background-color: rgb(67, 76, 106);
    color: white;
    padding: 10px;
    border-radius: 15px;
}
