/*

*/

.custom-card {
    background-color: white;
    border-radius: 2rem !important;
    box-shadow: 8px 8px black;
}

.log-inBtn {
    width: 100%;
    border-radius: 2rem;
    background-color: #055DAE;
    color: white;
}

.input[type=text]{
    padding: 15px;
}

.forgotPasswordBtn {
    color: white;
    background-color: #055DAE;
    border: none;
    padding: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #055DAE;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.cust_icon {
	display: inline-block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	vertical-align: middle;
	fill: inherit;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.custom-input{
    margin: 0 auto;
    margin-bottom: 1px;
    border: none; /* <-- This thing here */
    width: 100%;
    /* border:solid 1px #ccc; */
    border-radius: 20px;
    height: 35px;
    padding-left: 15px;
    background-color: black;
    color: white;

}

.custom-input2{
    margin: 0 auto;
    margin-bottom: 1px;
    border: none; /* <-- This thing here */
    width: 100%;
    /* border:solid 1px #ccc; */
    border-radius: 20px;
    height: 35px;
    padding: 15px;
    background-color: black;
    color: white;

}


.inputOut{
    border: none; /* <-- This thing here */
    border:solid 1px #ccc;
    border-radius: 20px;
    color: white;
    background-color: black;
}