@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Work+Sans:wght@800&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    padding: 15px;
    background-color:darkgray;
}
.container {
    max-width: 1000px;
    background-color: rgb(255, 255, 255);
    padding: 0;
    text-align:right;
    margin-top: -50px;
}
.title_details{
    color: rgb(255, 85, 0);
    text-align: center;
    margin-top:15px;
}
.form-control { 
    height: 25px;
    width: 150px;
    border: none;
    border-radius: 0;
    font-weight: 800;
    padding: 0 0 5px 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #ccc;
    margin: 0;
    font-size: 14px;
}
.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #ccc;
    background-color: transparent;
}
.form-control2 {
    font-size: 14px;
    height: 20px;
    width: 55px;
    border: none;
    border-radius: 0;
    font-weight: 800;
    padding: 0 0 5px 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #ccc;
    margin: 0;
}

.form-control2:focus {
    box-shadow: none;
    border-bottom: 2px solid #ccc;
    background-color: transparent;
}

.form-control3 {
    font-size: 14px;
    height: 20px;
    width: 30px;
    border: none;
    border-radius:0;
    font-weight: 800;
    padding: 0 0 5px 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #ccc;
    margin: 0;
}
.form-control3:focus {
    box-shadow: none;
    border-bottom: 2px solid #ccc;
    background-color: transparent;
}
p {
    margin: 0;
}
img {
    width: 300%;
    height: 70%;
    object-fit: fill;
    text-align: left;
    margin-top: 120px;
}
.text-muted {
    font-size: 15px;
}
.textmuted {
    color: #6c757d;
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.btn.btn-primary {
    width: 100%;
    height: 55px;
    border-radius: 0;
    padding: 13px 0;
    background-color: black;
    border: none;
    font-weight: 600;
}
.btn.btn-primary:hover .fas {
    transform: translateX(10px);
    transition: transform 0.5s ease
}
.fw-900 {
    font-weight: 900;
}
::placeholder {
    font-size: 12px;
}
.ps-30 {
    padding-left: 30px;
}
.h4 {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 800 !important;
}
.textmuted,
h5,
.text-muted {
    font-family: 'Poppins', sans-serif;
}
input{
width: 100%;
size: 50px;
color: rgb(255, 123, 0);
}
