﻿
.imageslider
{   
    margin-left: 0px;
    width: 100%;
    height: 120px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 40px;
    border: none;
}

.inner
{
    border-width: thick;
     box-shadow: 10px 10px 68px -6px #3C4F8F;
    border-color: rgb(0, 148, 255);
    height: 60%;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:flex;
    justify-content: space-between;
    border-radius: 20px 20px 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	opacity:1;
 
    
}

.photo
{

    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px; 
    border-radius: 20px 20px 20px 20px;
    border-color: rgb(0, 148, 255);   

}


.photo img 
{
    width: 100%;
    height: 100%;
   border-radius: 20px 20px 20px 20px;

}

.user-form
{

    padding: 30px;
    width: 50%;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    

}



.textboxUser 
{   
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 70px;
    width: 100%;
    height: 30px;
    border-radius: 10px 10px 10px 10px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:3px;
	border-bottom-color:#3C4F8F;
    font-size: 15px;
    box-shadow: 10px 10px 68px -6px #3C4F8F;
	
}

.textboxPassword
{    
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 10px;
    width: 100%;
    height: 30px;
    border-radius: 10px 10px 10px 10px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:3px;
	border-bottom-color:#3C4F8F;
    font-size: 15px;
    box-shadow: 10px 10px 68px -6px #3C4F8F;
}
.label {
    font-size: 15px;
}
.button 
{   
    font-size: 15px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top:30px;
    width: 100%;
    align-content: center;
    height: 30px;
    border-radius: 10px 10px 10px 10px;
    border-color: none;
    color:white;
    border-width: 1px;  
    background-color:#3C4F8F; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 
}

.button:hover 
{   
    border-color: black;
    color:black;
    background-color:#5a83d0; 
}

@media screen and (max-width: 990px) and (min-width: 665px) {
    .photo {
        display: none;
    }

    .user-form {
        width: 100%;
        border-radius: 10px;
    }

    .imageslider {
        margin-left: 0px;
        margin-top: 250px;
        width: 100%;
        height: 400px;
        border-radius: 10px 10px 10px 10px;
        margin-bottom: 60px;
        border: none;
    }

    .inner {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;
        border-radius: 10px 10px 10px 10px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .textboxUser {
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 30px;
        width: 100%;
        height: 100px;
        border-radius: 10px 10px 10px 10px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:3px;
	border-bottom-color:#3C4F8F;
    font-size: 15px;
    box-shadow: 10px 10px 68px -6px #3C4F8F;
    }
        .textboxPassword {
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 20px;
        width: 100%;
        height: 100px;
        border-radius: 10px 10px 10px 10px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:3px;
	border-bottom-color:#3C4F8F;
    font-size: 15px;
    box-shadow: 10px 10px 68px -6px #3C4F8F;

    }
        .label {
    font-size: 40px;

}
    .button {
        margin-top: 60px;
        margin-left: 0px;
        margin-right: 5px;
        width: 100%;
        align-content: center;
        height: 100px;
        border-radius: 10px 10px 10px 10px;
        border-width: 1px;
        background-color: white;
        font-size: 60px;
        font-weight: bold;
        border-color: white;
        color: white;
        background-color: #3C4F8F;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .button:hover {
            margin-top: 60px;
            margin-left: 0px;
            margin-right: 5px;
            width: 100%;
            align-content: center;
            height: 100px;
            border-radius: 10px 10px 10px 10px;
            border-color: gray;
            border-width: 1px;
            font-size: 60px;
            font-weight: bold;
            border-color: black;
            color: black;
            border-width: 1px;
            background-color: #5a83d0;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
}
    