*{
    margin: 0;
}
:root{
    --cinza: rgb(71, 71, 62);
}
.containerFrontal{
    
    margin: auto;
    height: 18px;
    margin-top: -12px;
}
.containerFrontal, .frontalCam, .frontalSom, .botaoMobile, .traseiraCam, .traseiraCamInside, .flash{
    display: flex;
    justify-content: center;
    align-items: center;
}
.frontalCam, .frontalCamInside, .botaoMobile, .personIcon, .traseiraCam, .bolinha, .flash, .flashInside{
	border-radius: 100%;
}
.frontalCam{
    width: 9px;
    height: 9px;
    background-color: #6e6d6d;    
}
.frontalCamInside{
    width: 2px;
    height: 2px;
    background-color: black;
}
.frontalSom{
    width: 60px;
    height: 6px;
    background-color: #464545;
    margin-left: 8px;
    border-radius: 10px;
}
.frontalSomInside{
    width: 50px;
    height: 0.5px;
    background-color: black;
}
.mobile{
    width: 280px;
    height: 505px;
    background-color: rgb(15, 10, 10);
    border-radius: 25px;
    text-align: center;
    margin-left: 90px;
    padding: 13px;
    border: 1.5px solid var(--cinza);
    z-index: 0;   
    
}
.container{
    width: 1000px;
    height: 700px;
    margin: auto;
    margin-top:20px;
    display: flex;
}
.backgroundLogin{
    background-image: url(img/wallpaper.jpg);
    width: 280px;
    height: 451px;
    background-size: 300px;
    background-repeat: no-repeat;
}
.tela{
    width: 280px;
    height: 451px; 
    background-color: rgb(236, 227, 227);
    background: linear-gradient(45deg, #413c3c, transparent);  
}
.backgroundLogin , .tela{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
.botaoMobile{
    width: 40px;
    height:40px;
    border: 1px solid var(--cinza);
    margin-top: 10px;
    margin-left: 120px;
    background-color: white;
    background: linear-gradient(200deg, #f1f0f0, #707070);
}
.headerTela{
    height: 45px;
    width: 280px;
    background-color: red;
    border-top-right-radius: 19px;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.backIcon{
    width: 35px;
    height: 25px;
}
.titleHome{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.configIcon{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.personIcon{
    width: 90px;
    height: 88px;
    background-color: white;
    margin: auto;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 1px rgb(122, 120, 120, 54);
}
.form{
    width: 240px;
    height: 30px;
    background-color: white;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 40px;
    text-align: start;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 15px 2px rgb(71, 70, 70);
}
.form p{
    margin-left: 8px;
    font-family: arial;;
    font-size: 13px;
    color: #707070;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.imgSenha{
    width: 25px;
    height: 25px;
    margin-left: 168px;
}
.botaoLogin{
    display: flex;
    justify-content: space-around;
    width: 230px;
    margin: auto;
    
}
.botaoLogin1, .botaoLogin2{
    width: 80px;
    height: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 15px 2px rgb(71, 70, 70);
    margin-top: 40px;
    background-color: red;
  
}
.botaoLogin p{
    margin-top: 10px;
    font-size: 13px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.botaoLogin2 p{
    font-size: 14px;
}
.warningLogin{
    margin-top: 15px;
    
}
.warningLogin a{
    text-decoration: none;
    color: white;
    font-family: arial;
    font-size: 12px;
    
}
.warningLogin a:hover{
    color: red;
}
.botaoLigar{
    width: 3px;
    margin-top: 80px;
}
.volUp{
    width: 2px;
    margin-top: 160px;
    margin-left: -3px;
}
.volDown{
    width: 2px;
    margin-top: 20px;
    margin-left: -3px;
}
.botaoLigar , .volUp, .volDown{
    height: 35px;
    background-color: black;
}

/* Parte traseira */

.botaoLigarTraseira{
    width: 3px;
    height: 35px;
    background-color: black;
    margin-top: 80px;
    margin-left: 100px;
}
.volUpTraseira{
    width: 2px;
    height: 35px;
    background-color: black;
    margin-top: 160px;
    margin-left: -2px;
}
.volDownTraseira{
    width: 2px;
    height: 35px;
    background-color: black;
    margin-top: 20px;
    margin-left: -2px;
}
.traseiraMobile{
    
    width: 280px;
    height: 505px;
    background-color: rgb(15, 10, 10);
    border-radius: 25px;
    text-align: center;
    padding: 13px;
    border: 1.5px solid var(--cinza);
    display: flex;
    justify-content: space-between;
    background: linear-gradient(30deg, #707070, rgb(92, 90, 90) ,white);
    flex-direction: column;
    
}
.traseiraMobileFX{
    width: 97px;
    height: 30px;
    background-color: black;
    border-radius: 15px;
    background: linear-gradient(30deg, #c0bfbf, rgb(150, 147, 147),rgb(197, 186, 186));
    border: 1px solid #707070;
    display: flex;
    z-index: 1;
    margin-left: 20px;
    margin-top: 20px;
    
}

.traseiraCam{
    width: 25px;
    height: 25px;
    background-color: #bbbbbb;
    margin-top: 2px;
    margin-left: 10px;
    background: linear-gradient(50deg, white ,  #707070);
}
.traseiraCamInside{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: black;
}
.traseiraCamInsideFromInside{
    width: 2px;
    height: 2px;
    border-radius: 90%;
    background-color: rgb(202, 198, 198);
}
.bolinha{
    width: 9px;
    height: 9px;
    background-color: rgb(83, 81, 81);
    margin-left: 10px;
    margin-top: 10px;
}
.flash{
    width: 17px;
    height: 17px;
    background-color: #bbbbbb;
    margin-top: 6px;
    margin-left: 12px;
    background: linear-gradient(to left, #bbbbbb,  white);
}
.flashInside{
    width: 6px;
    height: 6px;
    background-color: white;
    background: linear-gradient(to left, white, #bbbbbb)
}
.traseiraMobile2{
    width: 275px;
    height: 493px;
    background-color: #707070;
    border-radius: 15px;
    background: linear-gradient(30deg, #c0bfbf, rgb(150, 147, 147),rgb(197, 186, 186));
    border: 1px solid #707070;
    display: flex;
    background-image: url(img/jeremy-thomas-rMmibFe4czY-unsplash.jpg);
    background-size: 330px;
    position: absolute;
    top: 35px;
    z-index: 0;
}