/* Full-width input fields */

.tbx/*input[type=text], input[type=password]*/ {
    width: 90%;
    padding: 7px 20px;
    margin: 1px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius:12px;
    margin-bottom:10px;
}

.rfv /*input[type=text], input[type=password]*/ {
    margin: 1px 0;
    display: inline-block;
    border: 0.5px solid #ccc;
}

/* Center the image and position the close button */
.imgcontainerLoginLogin {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    /*width: 95%;*/
    border-radius: 30%;
}

.containerLoginLogin {
    padding: 16px;
    text-align: center
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The modalLogin (background) */
.modalLogin {
    display: none; /* Hidden by default */
    /*position: fixed; /* Stay in place   z-index: 1;  Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height 
    /*height: -webkit-fill-available;*/
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0); /* Fallback color */
    background-color: #242423; /* Black w/ opacity */
    /*padding-top: 60px;*/
}
#id01 {
    /*overflow-y: hidden;*/
}

/* modalLogin Content/Box */
.modalLogin-content {
    background-color: #FFFFFF;
    margin: 0 auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    border-radius: 40px;
    min-width: 350px;
    margin-top: 5%;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

@media (max-width: 800px) and (min-width: 300px) {
	 /* modalLogin Content/Box */
	.modalLogin-content {
		background-color: #fefefe;
		/*margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		/*width: 70%; /* Could be more or less, depending on screen size */
	 border-radius: 10%;
	}
}
