/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
body{font-family: 'Roboto Condensed', sans-serif;}
.container {
    height: 100%;
    align-content: center;
}

.cardLogin {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: white;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover {
    color: white;
    cursor: pointer;
}

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;

}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.centerFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgBalloonImage {
    background-image: url('assets/images/123321.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bgYellow {
    background: rgba(255, 255, 0, 0.884);
}

.form_input {
    width: 100%;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 10px;
}

.submit-btn {
    width: 120px;
    height: 40px;
    background: #F9C802;
    border-radius: 10px;
    color: white;
    border: none;

}

.marginTop {
    margin-top: 7px;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}
.gap .flexEnd{
    gap:5px;
}

.card-title {
    margin-left: 20px;
}

li:hover {
    background-color: #F9C802;
    color: #000000;
}

.logOut {
    text-decoration: none;
}

.overFlowTable {
    overflow-y: auto;
}

.buttonFont {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px #000000;

}

.buttonFont:hover {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px #000000;

}

.whiteBox {
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.05));
    width: 500px;
}
.dropdown {
    position: absolute;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
 
  
  .form-row{
    margin-top: 10px;
}
.dropDownArrow{
    background-color: orange;
    color: white;
    padding: 7px;
    font-size: 16px;
    border: none;
    outline: none;
    border-left:1px solid
}
@media (max-width:575px) {

    .whiteBox {
        width: 100%;
    }
}

